Skip to content

Commit 29fa1c0

Browse files
authored
test: Disable test/stdlib/Duration.swift on 32bit platforms (#67469)
128-bit types are not provided by LLVM for 32-bit targets.
1 parent 8d41e4e commit 29fa1c0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/stdlib/Duration.swift

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33

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+
48
import StdlibUnittest
59

610
var suite = TestSuite("StringIndexTests")

0 commit comments

Comments
 (0)