Skip to content

Commit a7364ee

Browse files
committed
These are not XFAIL for optimized builds because they always force non-optimized builds
1 parent 2acaa1a commit a7364ee

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

validation-test/Casting/BoxingCasts.swift.gyb

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,10 @@
2020
// RUN: %target-codesign %t/a.swift5.Onone.out
2121
// RUN: %line-directive %t/BoxingCasts.swift -- %target-run %t/a.swift5.Onone.out
2222
//
23-
// XXX FIXME XXX Optimized builds break a lot of casts.
23+
// XXX FIXME XXX Optimized builds currently break a lot of casts
24+
// XXX Note the above RUN directives always build and run non-optimized
2425
//
2526
// REQUIRES: executable_test
26-
// XFAIL: swift_test_mode_optimize
27-
// XFAIL: swift_test_mode_optimize_size
28-
29-
// TODO: Fix the optimized builds and remove the XFAIL above.
3027

3128
import StdlibUnittest
3229
#if _runtime(_ObjC)

0 commit comments

Comments
 (0)