Skip to content

Commit 3304457

Browse files
Merge pull request #26870 from aschwaighofer/verify_typelayout_not_on_os_stdlib
These tests require __swift_debug_verifyTypeLayoutAttribute which is …
2 parents 895f136 + 51193f4 commit 3304457

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

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

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)