Skip to content

Commit

Permalink
Revert "CI: skip LTO tests on cygwin"
Browse files Browse the repository at this point in the history
This reverts commit 0c93149.
  • Loading branch information
jon-turney committed Aug 3, 2024
1 parent a129498 commit 8f8b8dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions unittests/allplatformstests.py
Original file line number Diff line number Diff line change
Expand Up @@ -1337,7 +1337,6 @@ def test_source_generator_program_cause_rebuild(self):
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
Expand All @@ -1354,7 +1353,6 @@ def test_static_library_lto(self):
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')
Expand Down

0 comments on commit 8f8b8dd

Please sign in to comment.