File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 1
- // RUN: for x in %platform-sdk-overlay-dir/*.swiftmodule; do [[ $(basename "$x") = Swift.swiftmodule ]] && continue; llvm-bcanalyzer $x | %FileCheck %s; %target-sil-opt -sdk %sdk -enable-sil-verify-all $x > /dev/null; done
1
+ // RUN: %empty-directory(%t)
2
+ // RUN: for x in %platform-sdk-overlay-dir/*.swiftmodule; do [[ $(basename "$x") = Swift.swiftmodule ]] && continue; llvm-bcanalyzer $x | %FileCheck %s || echo "$x (bcanalyzer)" >> %t.txt; %target-sil-opt -sdk %sdk -enable-sil-verify-all $x > /dev/null || echo "$x (sil-opt)" >> %t/failures.txt; done
3
+ // RUN: not cat %t/failures.txt
2
4
3
5
// CHECK-NOT: Unknown
4
6
5
7
// REQUIRES: long_test
6
8
// REQUIRES: nonexecutable_test
9
+
10
+ // XFAIL: OS=macosx || OS=ios || OS=tvos || OS=watchos
11
+ // https://bugs.swift.org/browse/SR-9847
You can’t perform that action at this time.
0 commit comments