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.
test/stdlib/Duration.swift
1 parent 8d41e4e commit 29fa1c0Copy full SHA for 29fa1c0
test/stdlib/Duration.swift
@@ -1,6 +1,10 @@
1
// RUN: %target-run-simple-swift
2
// REQUIRES: executable_test
3
4
+// Int128 operations are not supported on 32bit platforms, 128-bit types are not
5
+// provided by the 32-bit LLVM. See `dividingFullWidth` in IntegerTypes.swift.gyb
6
+// UNSUPPORTED: PTRSIZE=32
7
+
8
import StdlibUnittest
9
10
var suite = TestSuite("StringIndexTests")
0 commit comments