Skip to content

Commit 3ccaaf5

Browse files
committed
[TBDGen] Temporarily disable tests that invoke older xcode toolchain
linker
1 parent f869bd7 commit 3ccaaf5

3 files changed

+9
-0
lines changed

test/IRGen/virtual-function-elimination-two-modules.swift

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// FIXME: Disabled due to https://github.com/apple/swift/issues/69485
2+
// REQUIRES: issue_69485
3+
14
// Tests that under -enable-llvm-vfe + -internalize-at-link, cross-module
25
// virtual calls are done via thunks and LLVM GlobalDCE is able to remove unused
36
// virtual methods from a library based on a list of used symbols by a client.

test/IRGen/witness-method-elimination-two-modules.swift

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// FIXME: Disabled due to https://github.com/apple/swift/issues/69485
2+
// REQUIRES: issue_69485
3+
14
// Tests that under -enable-llvm-wme + -internalize-at-link, cross-module
25
// witness method calls are done via thunks and LLVM GlobalDCE is able to remove
36
// unused witness methods from a library based on a list of used symbols by a

test/TBD/linking-with-tbd.swift

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// FIXME: Disabled due to https://github.com/apple/swift/issues/69485
2+
// REQUIRES: issue_69485
3+
14
// REQUIRES: VENDOR=apple
25
// REQUIRES: executable_test
36

0 commit comments

Comments
 (0)