diff options
author | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2025-05-09 21:05:45 -0500 |
---|---|---|
committer | A. Wilcox <AWilcox@Wilcox-Tech.com> | 2025-05-25 23:19:09 -0500 |
commit | fbd2db663facec8d91f77d9e5441948e67ec5516 (patch) | |
tree | 3723ce6ac4e7c3b7b3579c2228923bc10eab8394 /user/fontconfig/disable-crbug.patch | |
parent | 90c152fa0249a59e96b041ad55298ab188c043c3 (diff) | |
download | packages-fbd2db663facec8d91f77d9e5441948e67ec5516.tar.gz packages-fbd2db663facec8d91f77d9e5441948e67ec5516.tar.bz2 packages-fbd2db663facec8d91f77d9e5441948e67ec5516.tar.xz packages-fbd2db663facec8d91f77d9e5441948e67ec5516.zip |
user/fontconfig: Update to 2.15.0, re-enable tests
Disable one test that requires network and is also very time-consuming.
(It nearly hit the 600s timeout on gwyn.)
Diffstat (limited to 'user/fontconfig/disable-crbug.patch')
-rw-r--r-- | user/fontconfig/disable-crbug.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/user/fontconfig/disable-crbug.patch b/user/fontconfig/disable-crbug.patch new file mode 100644 index 000000000..2c2720ac6 --- /dev/null +++ b/user/fontconfig/disable-crbug.patch @@ -0,0 +1,13 @@ +i.e. the comment. + +--- fontconfig-2.15.0/test/meson.build.old 2020-12-16 23:27:27.000000000 -0600 ++++ fontconfig-2.15.0/test/meson.build 2025-05-09 20:36:03.552602973 -0500 +@@ -14,8 +14,6 @@ + # FIXME: ['test-migration.c'], + ['test-bz106632.c', {'c_args': ['-DFONTFILE="@0@"'.format(join_paths(meson.current_source_dir(), '4x6.pcf'))]}], + ['test-issue107.c'], # FIXME: fails on mingw +- # FIXME: this needs NotoSans-hinted.zip font downloaded and unpacked into test build directory! see run-test.sh +- ['test-crbug1004254.c', {'dependencies': dependency('threads')}], # for pthread + ] + + if get_option('default_library') == 'static' |