File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// REQUIRES: OS=macosx
8
8
9
+ // SR-12362: This test is failing on master-next.
10
+ // XFAIL: *
11
+
9
12
// RUN: env TMP="%t/fake/" TMPDIR="%t/fake/" not %target-build-swift -c -driver-filelist-threshold=0 %s 2>&1 | %FileCheck -check-prefix=CHECK-SOURCES %s
10
13
11
14
// CHECK-SOURCES: - unable to create list of input sources
Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t/ForeignModule.swiftmodule)
2
2
// RUN: touch %t/ForeignModule.swiftmodule/garbage-garbage-garbage.swiftmodule
3
3
4
+ // SR-12363: This test crashes on master-next.
5
+ // XFAIL: *
6
+
4
7
// Test format: We try to import ForeignModule with architectures besides
5
8
// garbage-garbage-garbage and check the target triple listed in the error
6
9
// message to make sure it was normalized correctly. This works in lieu of a
You can’t perform that action at this time.
0 commit comments