Skip to content

Commit cc09a66

Browse files
committed
---
yaml --- r: 349542 b: refs/heads/master-next c: f575046 h: refs/heads/master
1 parent 0573dc4 commit cc09a66

File tree

4 files changed

+4
-1
lines changed

4 files changed

+4
-1
lines changed

[refs]

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
refs/heads/master: 3574c513bbc5578dd9346b4ea9ab5995c5927bb5
3-
refs/heads/master-next: 9d44f7599b36aa0794bf3589a550307f75a0fc36
3+
refs/heads/master-next: f575046a46b61479484a86ab2e159a984c6ed23e
44
refs/tags/osx-passed: b6b74147ef8a386f532cf9357a1bde006e552c54
55
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-a: 6bb18e013c2284f2b45f5f84f2df2887dc0f7dea
66
refs/tags/swift-2.2-SNAPSHOT-2015-12-01-b: 66d897bfcf64a82cb9a87f5e663d889189d06d07

branches/master-next/test/Interpreter/multi_payload_extra_inhabitant.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// REQUIRES: swift_stdlib_asserts
88

99
// REQUIRES: executable_test
10+
// UNSUPPORTED: use_os_stdlib
1011

1112
// CHECK-NOT: Type verification
1213

branches/master-next/test/Interpreter/struct_extra_inhabitants.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
// REQUIRES: swift_stdlib_asserts
1212

1313
// REQUIRES: executable_test
14+
// UNSUPPORTED: use_os_stdlib
1415

1516
// CHECK-NOT: Type verification
1617

branches/master-next/test/lit.cfg

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1233,6 +1233,7 @@ if 'remote_run_host' in lit_config.params:
12331233
if 'use_os_stdlib' not in lit_config.params:
12341234
remote_run_lib_path = remote_lib_dir
12351235
else:
1236+
config.available_features.add('use_os_stdlib')
12361237
os_stdlib_path = ''
12371238
if run_vendor == 'apple':
12381239
#If we get swift-in-the-OS for non-Apple platforms, add a condition here

0 commit comments

Comments
 (0)