Skip to content

Commit 6fb3b15

Browse files
committed
1 parent 3b470ef commit 6fb3b15

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/Driver/bad_tmpdir.swift

+3
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
//
77
// REQUIRES: OS=macosx
88

9+
// SR-12362: This test is failing on master-next.
10+
// XFAIL: *
11+
912
// 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
1013

1114
// CHECK-SOURCES: - unable to create list of input sources

test/Serialization/load-target-normalization.swift

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %empty-directory(%t/ForeignModule.swiftmodule)
22
// RUN: touch %t/ForeignModule.swiftmodule/garbage-garbage-garbage.swiftmodule
33

4+
// SR-12363: This test crashes on master-next.
5+
// XFAIL: *
6+
47
// Test format: We try to import ForeignModule with architectures besides
58
// garbage-garbage-garbage and check the target triple listed in the error
69
// message to make sure it was normalized correctly. This works in lieu of a

0 commit comments

Comments
 (0)