We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2acaa1a commit a7364eeCopy full SHA for a7364ee
validation-test/Casting/BoxingCasts.swift.gyb
@@ -20,13 +20,10 @@
20
// RUN: %target-codesign %t/a.swift5.Onone.out
21
// RUN: %line-directive %t/BoxingCasts.swift -- %target-run %t/a.swift5.Onone.out
22
//
23
-// XXX FIXME XXX Optimized builds break a lot of casts.
+// XXX FIXME XXX Optimized builds currently break a lot of casts
24
+// XXX Note the above RUN directives always build and run non-optimized
25
26
// REQUIRES: executable_test
-// XFAIL: swift_test_mode_optimize
27
-// XFAIL: swift_test_mode_optimize_size
28
-
29
-// TODO: Fix the optimized builds and remove the XFAIL above.
30
31
import StdlibUnittest
32
#if _runtime(_ObjC)
0 commit comments