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 e313169 commit b9a07dcCopy full SHA for b9a07dc
test/stdlib/Duration.swift
@@ -5,6 +5,11 @@
5
// provided by the 32-bit LLVM. See `dividingFullWidth` in IntegerTypes.swift.gyb
6
// UNSUPPORTED: PTRSIZE=32
7
8
+// These test a codepath that was fixed in the Swift 5.9 stdlib, so it will
9
+// fail if run against earlier standard library versions.
10
+// UNSUPPORTED: use_os_stdlib
11
+// UNSUPPORTED: back_deployment_runtime
12
+
13
import StdlibUnittest
14
15
var suite = TestSuite("StringIndexTests")
0 commit comments