File tree Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Expand file tree Collapse file tree 3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
// RUN: %target-build-swift %s %t/NSLogIsWorking.o -import-objc-header %t/NSLogIsWorking.h -o %t/main
7
7
// RUN: %target-run %t/main 2>%t/output.txt
8
- // RUN: (FileCheck %s < %t/output.txt) || (not FileCheck -check-prefix=CHECK-WORKING %s < %t/output.txt)
8
+ // RUN: % FileCheck %s < %t/output.txt
9
9
10
10
// REQUIRES: executable_test
11
11
// REQUIRES: objc_interop
12
12
13
13
import Foundation
14
14
15
15
// CHECK: working
16
- // CHECK-WORKING: working
17
16
testNSLog ( )
18
17
19
18
// CHECK: 1 is the loneliest number that you'll ever do
Original file line number Diff line number Diff line change 1
- // RUN: %target-swift-frontend %s -O -emit-sil | not FileCheck %s
1
+ // RUN: %target-swift-frontend %s -O -emit-sil | FileCheck %s
2
+
3
+ // rdar://problem/27781174
4
+ // XFAIL: *
2
5
3
6
// FIXME: Existential devirtualization needs to be updated to work with
4
7
// open_existential_addr instructions. rdar://problem/18506660
Original file line number Diff line number Diff line change 1
- // RUN: %target-swift-frontend -emit-sil -O -sil-inline-threshold 0 %s -o - | not FileCheck %s
1
+ // RUN: %target-swift-frontend -emit-sil -O -sil-inline-threshold 0 %s -o - | FileCheck %s
2
+
3
+ // rdar://problem/27781189
4
+ // XFAIL: *
2
5
3
6
// FIXME: rdar://problem/18603827
4
7
You can’t perform that action at this time.
0 commit comments