File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -332,8 +332,6 @@ jobs:
332332 # testing with the latest compiler instead of an older release).
333333 # Therefore, keep the test disabled by default; it's easy to enable
334334 # temporarily on a branch for testing.
335- # The libcxxabi and libunwind tests don't pass on the pinned 16.x branch,
336- # only on git main.
337335 if : false
338336 needs : [linux-cross-windows, prepare]
339337 runs-on : windows-latest
@@ -449,8 +447,7 @@ jobs:
449447 # Run the compiler-rt tests with the cross-built i686/x86_64 toolchains from
450448 # above. This also forces testing the bundled python executables.
451449 test-compiler-rt :
452- # These tests don't pass on the pinned 16.x branch, but only on latest
453- # git main - thus only run it for scheduled jobs.
450+ # Only running these tests in scheduled builds.
454451 if : (github.event_name == 'schedule') && (github.repository == 'mstorsjo/llvm-mingw')
455452 needs : [linux-cross-windows, prepare]
456453 runs-on : windows-latest
You can’t perform that action at this time.
0 commit comments