Skip to content

Commit dc59efc

Browse files
Xfail async test on Windows.
The swifttailcc convention is not supported on Windows right now. (cherry picked from commit f949909)
1 parent 1aba91e commit dc59efc

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/IRGen/async_dynamic_replacement.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
// RUN: %target-swift-frontend %s -emit-ir -disable-objc-interop | %FileCheck %s
22

3+
// Windows does not do swiftailcc
4+
// XFAIL: OS=windows-msvc
5+
36
// REQUIRES: concurrency
47

58
public dynamic func number() async -> Int {

0 commit comments

Comments
 (0)