Commit e494ad4c authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

Suppress colord-test-private entirely as it timesout very frequently

parent bd3a9f72
......@@ -22,7 +22,7 @@ all:
mv -v /etc/gshadow /data/etc/gshadow
ln -sv /data/etc/gshadow /etc/gshadow
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 && sed -i 's/fur/ur/' po/LINGUAS
mkdir -p colord-1.4.5/build
......
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 : [
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',
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment