Skip to content

Commit 1753906

Browse files
authored
[TBDGen] Re-enable tests (#70766)
Now that Xcode has been updated on builders (#69485), these tests should pass.
1 parent 764a300 commit 1753906

3 files changed

+0
-9
lines changed

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

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

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

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

test/TBD/linking-with-tbd.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,3 @@
1-
// FIXME: Disabled due to https://github.com/apple/swift/issues/69485
2-
// REQUIRES: issue_69485
3-
41
// REQUIRES: VENDOR=apple
52
// REQUIRES: executable_test
63

0 commit comments

Comments
 (0)