summarylogtreecommitdiffstats
path: root/0001-Skip-broken-tests.patch
diff options
context:
space:
mode:
authorJan Alexander Steffens (heftig)2024-04-09 15:03:42 +0300
committerEcho J2024-04-09 15:03:42 +0300
commitc39573cbbbe7a2f9c78be88cbf39ddcdc649338f (patch)
tree2df1d56ca1d9b351c6372df029049c1f74a28879 /0001-Skip-broken-tests.patch
parente9c6e0b2e58f499233424a85d589c7d54638d4b5 (diff)
downloadaur-c39573cbbbe7a2f9c78be88cbf39ddcdc649338f.tar.gz
Update to 1.4.0
This is a squashed version of b0a6e63fedf5c030ea7b169b2f67d6ac0b06df0a^..1ef55a5d5069da4825a249124766be8c9a9e696c commits
Diffstat (limited to '0001-Skip-broken-tests.patch')
-rw-r--r--0001-Skip-broken-tests.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/0001-Skip-broken-tests.patch b/0001-Skip-broken-tests.patch
index f74abb8ec929..a5cb9c1c46f5 100644
--- a/0001-Skip-broken-tests.patch
+++ b/0001-Skip-broken-tests.patch
@@ -35,10 +35,10 @@ index f612e1d52d6d..d0e0d079a069 100644
dep = dependency('ZLIB', version : '>=1.2', method : 'cmake')
diff --git a/unittests/linuxliketests.py b/unittests/linuxliketests.py
-index 4fcf52e09f2c..6e07c450aa0a 100644
+index 2328107caac8..f66dc9769a8f 100644
--- a/unittests/linuxliketests.py
+++ b/unittests/linuxliketests.py
-@@ -360,6 +360,7 @@ class LinuxlikeTests(BasePlatformTests):
+@@ -312,6 +312,7 @@ class LinuxlikeTests(BasePlatformTests):
raise SkipTest('asan not available on Cygwin')
if is_openbsd():
raise SkipTest('-fsanitize=address is not supported on OpenBSD')
@@ -46,7 +46,7 @@ index 4fcf52e09f2c..6e07c450aa0a 100644
testdir = os.path.join(self.framework_test_dir, '7 gnome')
self.init(testdir, extra_args=['-Db_sanitize=address', '-Db_lundef=false'])
-@@ -1030,6 +1031,7 @@ class LinuxlikeTests(BasePlatformTests):
+@@ -983,6 +984,7 @@ class LinuxlikeTests(BasePlatformTests):
raise SkipTest('asan not available on Cygwin')
if is_openbsd():
raise SkipTest('-fsanitize=address is not supported on OpenBSD')