diff options
| author | Jon Turney <jon.turney@dronecode.org.uk> | 2024-07-28 22:27:49 +0100 |
|---|---|---|
| committer | Jon Turney <jon.turney@dronecode.org.uk> | 2024-08-04 09:57:03 +0100 |
| commit | 2f49804cc2d817dc164f32f331449de4689ac185 (patch) | |
| tree | 90caf27490a3f89f283f3f663d7347050459924e | |
| parent | 97fc2a160c545d061db64bc9d80366e1da7cf713 (diff) | |
| download | meson-2f49804cc2d817dc164f32f331449de4689ac185.tar.gz | |
Revert "CI: skip LTO tests on cygwin"
This reverts commit 0c93149f09bbeedd03c70abc7b6d652b8e9ee9fa.
| -rw-r--r-- | unittests/allplatformstests.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/unittests/allplatformstests.py b/unittests/allplatformstests.py index 400859837..726252611 100644 --- a/unittests/allplatformstests.py +++ b/unittests/allplatformstests.py @@ -1337,7 +1337,6 @@ class AllPlatformTests(BasePlatformTests): self.utime(os.path.join(testdir, 'srcgen.py')) self.assertRebuiltTarget('basic') - @skipIf(is_ci() and is_cygwin(), 'A GCC update on 2024-07-21 has broken LTO and is being investigated') def test_static_library_lto(self): ''' Test that static libraries can be built with LTO and linked to @@ -1354,7 +1353,6 @@ class AllPlatformTests(BasePlatformTests): self.build() self.run_tests() - @skipIf(is_ci() and is_cygwin(), 'A GCC update on 2024-07-21 has broken LTO and is being investigated') @skip_if_not_base_option('b_lto_threads') def test_lto_threads(self): testdir = os.path.join(self.common_test_dir, '6 linkshared') |
