Skip to content

Commit b42c202

Browse files
authored
Merge pull request #58676 from rxwei/disable-autodiff-lba-tests-backdeployment
[AutoDiff] Disable LBA tests on `use_os_stdlib` or `back_deployment_runtime`
2 parents 6332edb + f6f1abb commit b42c202

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)