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 a7364ee commit 0a413f0Copy full SHA for 0a413f0
validation-test/Casting/BoxingCasts.swift.gyb
@@ -20,8 +20,12 @@
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 currently break a lot of casts
24
-// XXX Note the above RUN directives always build and run non-optimized
+// Note: The RUN directives above override the default test optimizations.
+// This test is deliberately run non-optimized in order to verify the
25
+// behavior of runtime methods that may not be called for optimized casts.
26
+//
27
+// XXX FIXME XXX TODO XXX _Also_ build this with optimizations in order to
28
+// verify compiler behaviors.
29
30
// REQUIRES: executable_test
31
0 commit comments