Skip to content

Commit 08b1308

Browse files
kateinoigakukunrunner
authored andcommitted
[test] Disable test/stdlib/Duration.swift on 32bit platforms
Because Int128 operations are not supported on 32bit platforms.
1 parent 84ffc6c commit 08b1308

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/stdlib/Duration.swift

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

4+
// Int128 operations are not supported on 32bit platforms. See `dividingFullWidth` in IntegerTypes.swift.gyb
5+
// UNSUPPORTED: PTRSIZE=32
6+
47
import StdlibUnittest
58

69
var suite = TestSuite("StringIndexTests")

0 commit comments

Comments
 (0)