Skip to content

Commit 32ff6de

Browse files
committed
Change REQUIRES arguments to work with recent LLVM versions
With more recent versions of LLVM (e.g., used with master-next) the argument of REQUIRES is parsed as an expression. Do not use "rdar" URLS for these since it confuses lit.
1 parent 5bd609c commit 32ff6de

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

test/stdlib/KeyPath.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// REQUIRES: PTRSIZE=64
66

77
// Disabled for now
8-
// REQUIRES: rdar://problem/31776015
8+
// REQUIRES: rdar31776015
99

1010
import StdlibUnittest
1111

test/stdlib/KeyPathImplementation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// REQUIRES: PTRSIZE=64
66

77
// Disabled for now
8-
// REQUIRES: rdar://problem/31776015
8+
// REQUIRES: rdar31776015
99

1010

1111
import StdlibUnittest

test/stdlib/KeyPathObjC.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
// REQUIRES: objc_interop
77

88
// Disabled for now
9-
// REQUIRES: rdar://problem/31776015
9+
// REQUIRES: rdar31776015
1010

1111
import StdlibUnittest
1212
import Foundation

validation-test/SIL/verify_all_overlays.sil

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
// CHECK-NOT: Unknown
44

5-
// REQUIRES: rdar://problem/31683781
5+
// REQUIRES: rdar31683781
66
// REQUIRES: long_test
77
// REQUIRES: nonexecutable_test

0 commit comments

Comments
 (0)