Skip to content

Commit c9f1ef2

Browse files
committed
Mark loaded_module_trace_swiftinterface as unsupported in Windows
Sadly, in Windows, the last invocation of the test, which mixes `emit-loaded-module-trace` and the two frontend invocations, fails with the compiler crashing. Instead of this being reported correctly thru lit, it crashes the lit driver and the test is not even marked as failed. When running several tests in parallel, it crashes one of the workers and outputs a cryptic "Error 87". Sadly, because of how the test seems to break, and how Windows seems to fail, XFAILing the test is not enough, and it has to be skipped completely in Windows and have to be mark as unsupported instead. Hopefully this will unstuck the Windows CI machines.
1 parent 3971c0a commit c9f1ef2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/Driver/loaded_module_trace_swiftinterface.swift

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// UNSUPPORTED: -windows-msvc
2+
13
// 1) If there is no swiftmodule, use the swiftinterface
24
//
35
// RUN: %empty-directory(%t)

0 commit comments

Comments
 (0)