Skip to content

Commit df7f809

Browse files
author
Greg Parker
committed
[test] Fix some lit syntax errors.
1 parent e013282 commit df7f809

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

test/1_stdlib/Intents.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// REQUIRES: executable_test
33

44
// Intents is only public on OS X and iOS
5-
// UNSUPPORTED: OS=watchos OS=tvos
5+
// UNSUPPORTED: OS=watchos, OS=tvos
66

77
// FIXME: un-XFAIL the test once the build bots have been updated to the
88
// more recent SDK versions.

test/SIL/Serialization/deserialize_appkit.sil

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77

88
// CHECK-NOT: Unknown
99

10-
// REQUIRES: rdar://23805004
10+
// FIXME: rdar://23805004 Non-fragile shared functions are incorrectly being referenced in fragile functions
11+
// REQUIRES: rdar23805004

test/SIL/Serialization/deserialize_foundation.sil

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@
66

77
// CHECK-NOT: Unknown
88

9-
// REQUIRES: rdar://23805004
9+
// FIXME: rdar://23805004 Non-fragile shared functions are incorrectly being referenced in fragile functions
10+
// REQUIRES: rdar23805004

test/multifile/error-type/one-module/main.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55

66
// REQUIRES: executable_test
77

8-
// REQUIRES: disabled // Fails on iPhone simulator target due to possible MC-JIT bug
8+
// FIXME: Fails on iPhone simulator target due to possible MC-JIT bug
9+
// REQUIRES: disabled
910

1011
extension NuclearMeltdown : ErrorProtocol {}

0 commit comments

Comments
 (0)