summarylogtreecommitdiffstats
path: root/0001-Skip-broken-tests.patch
diff options
context:
space:
mode:
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')