Skip to content

Commit ef963c3

Browse files
[wasm] disable test/stdlib/Duration.swift
1 parent 18bf794 commit ef963c3

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)