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.
2 parents e185825 + 6cf75f5 commit 8ff5fbaCopy full SHA for 8ff5fba
test/Interpreter/protocol_initializers.swift
@@ -4,6 +4,9 @@
4
// RUN: %target-run %t/a.out
5
// REQUIRES: executable_test
6
7
+// FIXME: <https://bugs.swift.org/browse/SR-7138> 2 tests are failing on linux in optimized mode
8
+// UNSUPPORTED: OS=linux-gnu
9
+
10
import StdlibUnittest
11
12
var ProtocolInitTestSuite = TestSuite("ProtocolInit")
test/stdlib/ErrorHandling.swift
@@ -1,6 +1,9 @@
1
// RUN: %target-run-simple-swift
2
3
//
// Tests for error handling in standard library APIs.
0 commit comments