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 3584166 commit 0390de6Copy full SHA for 0390de6
test/stdlib/PrintStruct.swift
@@ -4,7 +4,10 @@
4
// RUN: %target-codesign %t/main
5
// RUN: %target-run %t/main
6
// REQUIRES: executable_test
7
-// REQUIRES: reflection
+//
8
+// FIXME Disable this case because this failed on only CI.
9
+// Failed with 'Caught exception of type "CallIndirectOOB"'
10
+// UNSUPPORTED: CPU=wasm32
11
12
import StdlibUnittest
13
import PrintTestTypes
0 commit comments