Skip to content

Commit 1fada7b

Browse files
authored
Merge pull request #41463 from zoecarver/xfail-dep-type-test-on-i386-to-fix-bots
[nfc] XFAIL dependent-types.swift on i386 while I fix the issue.
2 parents b0c2dbe + c2b6828 commit 1fada7b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/Interop/Cxx/templates/dependent-types.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
// RUN: %target-run-simple-swift(-I %S/Inputs -Xfrontend -enable-cxx-interop -Xfrontend -validate-tbd-against-ir=none)
22
//
33
// REQUIRES: executable_test
4+
//
5+
// For some reason this is failing on i386: rdar://89166707.
6+
// XFAIL: CPU=i386
47

58
import DependentTypes
69
import StdlibUnittest

0 commit comments

Comments
 (0)