Skip to content

Commit 7668653

Browse files
committed
Mark two tests as unsupported on Windows for the moment
The IR patterns for COFF vs. ELF/MachO are annoying enough that will need to have a separate test.
1 parent bccfe33 commit 7668653

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

test/IRGen/static-vtable-stubs.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@
88

99
// REQUIRES: concurrency
1010

11+
// Note: Windows uses internal linkage, which puts an extra step symbol before
12+
// _swift_dead_method_stub.
13+
// UNSUPPORTED: OS=windows-msvc
14+
1115
//--- A.swift
1216
open class C {
1317
private var i: [ObjectIdentifier:Any] = [:]

test/IRGen/zombies.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
// RUN: %target-swift-frontend -primary-file %s -O -emit-ir | %FileCheck %s
22

3+
// Note: Windows uses internal linkage, which puts an extra step symbol before
4+
// _swift_dead_method_stub.
5+
// UNSUPPORTED: OS=windows-msvc
6+
37
// rdar://24121475
48
// Ideally, these wouldn't be in the v-table at all; but as long as they
59
// are, we need to emit symbols for them.

0 commit comments

Comments
 (0)