From add502c6483bde9dc6a0ba80b3c79163304465a4 Mon Sep 17 00:00:00 2001 From: Jussi Pakkanen Date: Wed, 17 Feb 2021 18:55:36 +0200 Subject: Disable failing Cygwin GIR test. --- run_unittests.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'run_unittests.py') diff --git a/run_unittests.py b/run_unittests.py index 550fe36..d2e9161 100755 --- a/run_unittests.py +++ b/run_unittests.py @@ -3058,6 +3058,8 @@ class AllPlatformTests(BasePlatformTests): @skip_if_not_base_option('b_lto_threads') def test_lto_threads(self): + if is_cygwin(): + raise unittest.SkipTest('LTO is broken on Cygwin.') testdir = os.path.join(self.common_test_dir, '6 linkshared') env = get_fake_env(testdir, self.builddir, self.prefix) -- cgit v1.1