Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
colord
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
colord
Commits
e494ad4c
Commit
e494ad4c
authored
Apr 21, 2025
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Suppress colord-test-private entirely as it timesout very frequently
parent
bd3a9f72
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
31 additions
and
13 deletions
+31
-13
Makefile
Makefile
+1
-1
colord-1.4.5-fix_test_timeout.patch
colord-1.4.5-fix_test_timeout.patch
+0
-12
colord-1.4.5-no_colord-test-private.patch
colord-1.4.5-no_colord-test-private.patch
+30
-0
No files found.
Makefile
View file @
e494ad4c
...
@@ -22,7 +22,7 @@ all:
...
@@ -22,7 +22,7 @@ all:
mv
-v
/etc/gshadow /data/etc/gshadow
mv
-v
/etc/gshadow /data/etc/gshadow
ln
-sv
/data/etc/gshadow /etc/gshadow
ln
-sv
/data/etc/gshadow /etc/gshadow
tar
xf colord-1.4.5.tar.xz
tar
xf colord-1.4.5.tar.xz
patch
-Np1
-d
colord-1.4.5 < colord-1.4.5-
fix_test_timeout
.patch
patch
-Np1
-d
colord-1.4.5 < colord-1.4.5-
no_colord-test-private
.patch
cd
colord-1.4.5
&&
mv
po/fur.po po/ur.po
cd
colord-1.4.5
&&
mv
po/fur.po po/ur.po
cd
colord-1.4.5
&&
sed
-i
's/fur/ur/'
po/LINGUAS
cd
colord-1.4.5
&&
sed
-i
's/fur/ur/'
po/LINGUAS
mkdir
-p
colord-1.4.5/build
mkdir
-p
colord-1.4.5/build
...
...
colord-1.4.5-fix_test_timeout.patch
deleted
100644 → 0
View file @
bd3a9f72
diff -uNr colord-1.4.5/lib/colord/meson.build colord-1.4.5-fix_test_timeout/lib/colord/meson.build
--- colord-1.4.5/lib/colord/meson.build 2020-11-02 21:21:09.793456000 +1030
+++ colord-1.4.5-fix_test_timeout/lib/colord/meson.build 2025-03-28 19:38:15.820177067 +1030
@@ -253,7 +253,7 @@
install : get_option('installed_tests'),
install_dir : join_paths(libexecdir, 'installed-tests', 'colord'),
)
- test('colord-test-private', e, env : testdatadir)
+ test('colord-test-private', e, env : testdatadir, timeout: 600)
e = executable(
'colord-test-daemon',
sources : [
colord-1.4.5-no_colord-test-private.patch
0 → 100644
View file @
e494ad4c
diff -uNr colord-1.4.5/lib/colord/meson.build colord-1.4.5-no_colord-test-private/lib/colord/meson.build
--- colord-1.4.5/lib/colord/meson.build 2020-11-02 21:21:09.793456000 +1030
+++ colord-1.4.5-no_colord-test-private/lib/colord/meson.build 2025-04-19 17:00:55.814258846 +0930
@@ -235,26 +235,6 @@
testdatadir = environment({'TESTDATADIR' : join_paths(meson.source_root(), 'data', 'tests')})
e = executable(
- 'colord-test-private',
- sources : [
- 'cd-test-private.c',
- 'cd-test-shared.h',
- 'cd-test-shared.c',
- ],
- include_directories : [
- root_incdir,
- lib_incdir,
- ],
- dependencies : [
- gio,
- lcms,
- ],
- link_with : colordprivate,
- install : get_option('installed_tests'),
- install_dir : join_paths(libexecdir, 'installed-tests', 'colord'),
- )
- test('colord-test-private', e, env : testdatadir)
- e = executable(
'colord-test-daemon',
sources : [
'cd-test-daemon.c',
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment