Skip to content

Commit f6f1abb

Browse files
committed
[AutoDiff] Disable LBA tests on use_os_stdlib or back_deployment_runtime
rdar://92757783
1 parent 9700020 commit f6f1abb

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

test/AutoDiff/IRGen/loadable_by_address.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
// RUN: %target-run-simple-swift
55
// REQUIRES: executable_test
66

7+
// UNSUPPORTED: use_os_stdlib
8+
// UNSUPPORTED: back_deployment_runtime
9+
710
// `isLargeLoadableType` depends on the ABI and differs between architectures.
811
// REQUIRES: CPU=x86_64
912

test/AutoDiff/IRGen/loadable_by_address_cross_module.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// UNSUPPORTED: use_os_stdlib
2+
// UNSUPPORTED: back_deployment_runtime
3+
14
// First, check that LBA actually modifies the function, so that this test is useful.
25

36
// RUN: %target-swift-frontend -emit-sil %S/Inputs/loadable_by_address_cross_module.swift | %FileCheck %s -check-prefix=CHECK-MODULE-PRE-LBA

0 commit comments

Comments
 (0)