File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
// REQUIRES: objc_interop
2
2
3
- // SourceKit is expected to produce documentation in source order.
4
- // UNSUPPORTED: swift_evolve
5
-
6
3
// FIXME: the test output we're comparing to is specific to macOS.
7
4
// REQUIRES-ANY: OS=macosx
8
5
Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ if 'sourcekit' not in config.available_features:
4
4
elif ' OS=linux-gnu' in config.available_features and ' LinuxDistribution=Ubuntu-14.04' in config.available_features:
5
5
config.unsupported = True
6
6
7
+ elif ' swift_evolve' in config.available_features:
8
+ # A lot of tests necessarily depend on standard library source order.
9
+ config.unsupported = True
10
+
7
11
else:
8
12
sed_clean = r" grep -v 'key.hash: \" 0\" '"
9
13
sed_clean += r" | sed -e 's/key.filepath: \" .*[/\\\\]\\(.*\\)\\.swiftmodule\" /key.filepath: \\1.swiftmodule/g'"
You can’t perform that action at this time.
0 commit comments