File tree Expand file tree Collapse file tree 4 files changed +7
-4
lines changed
multifile/error-type/one-module Expand file tree Collapse file tree 4 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2
2
// REQUIRES: executable_test
3
3
4
4
// Intents is only public on OS X and iOS
5
- // UNSUPPORTED: OS=watchos OS=tvos
5
+ // UNSUPPORTED: OS=watchos, OS=tvos
6
6
7
7
// FIXME: un-XFAIL the test once the build bots have been updated to the
8
8
// more recent SDK versions.
Original file line number Diff line number Diff line change 7
7
8
8
// CHECK-NOT: Unknown
9
9
10
- // REQUIRES: rdar://23805004
10
+ // FIXME: rdar://23805004 Non-fragile shared functions are incorrectly being referenced in fragile functions
11
+ // REQUIRES: rdar23805004
Original file line number Diff line number Diff line change 6
6
7
7
// CHECK-NOT: Unknown
8
8
9
- // REQUIRES: rdar://23805004
9
+ // FIXME: rdar://23805004 Non-fragile shared functions are incorrectly being referenced in fragile functions
10
+ // REQUIRES: rdar23805004
Original file line number Diff line number Diff line change 5
5
6
6
// REQUIRES: executable_test
7
7
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
9
10
10
11
extension NuclearMeltdown : ErrorProtocol { }
You can’t perform that action at this time.
0 commit comments