File tree Expand file tree Collapse file tree 4 files changed +4
-1
lines changed
branches/master-next/test Expand file tree Collapse file tree 4 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
refs/heads/master: 3574c513bbc5578dd9346b4ea9ab5995c5927bb5
3
- refs/heads/master-next: 9d44f7599b36aa0794bf3589a550307f75a0fc36
3
+ refs/heads/master-next: f575046a46b61479484a86ab2e159a984c6ed23e
4
4
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
5
5
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
6
6
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-b: 66d897bfcf64a82cb9a87f5e663d889189d06d07
Original file line number Diff line number Diff line change 7
7
// REQUIRES: swift_stdlib_asserts
8
8
9
9
// REQUIRES: executable_test
10
+ // UNSUPPORTED: use_os_stdlib
10
11
11
12
// CHECK-NOT: Type verification
12
13
Original file line number Diff line number Diff line change 11
11
// REQUIRES: swift_stdlib_asserts
12
12
13
13
// REQUIRES: executable_test
14
+ // UNSUPPORTED: use_os_stdlib
14
15
15
16
// CHECK-NOT: Type verification
16
17
Original file line number Diff line number Diff line change @@ -1233,6 +1233,7 @@ if 'remote_run_host' in lit_config.params:
1233
1233
if 'use_os_stdlib' not in lit_config .params :
1234
1234
remote_run_lib_path = remote_lib_dir
1235
1235
else :
1236
+ config .available_features .add ('use_os_stdlib' )
1236
1237
os_stdlib_path = ''
1237
1238
if run_vendor == 'apple' :
1238
1239
#If we get swift-in-the-OS for non-Apple platforms, add a condition here
You can’t perform that action at this time.
0 commit comments