Skip to content

Commit a67a62b

Browse files
authored
Merge pull request #41726 from hamishknight/xfail-dependent-types
[test] XFAIL dependent-types.swift on 32 bit platforms
2 parents 0ac1040 + e8891b6 commit a67a62b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
//
33
// REQUIRES: executable_test
44
//
5-
// For some reason this is failing on i386: rdar://89166707.
6-
// XFAIL: CPU=i386
5+
// Failing on 32-bit platforms (rdar://89296327) (rdar://89166707)
6+
// XFAIL: PTRSIZE=32
77

88
import DependentTypes
99
import StdlibUnittest

0 commit comments

Comments
 (0)