Skip to content

Commit b7e2213

Browse files
eecksteinaschwaighofer
authored andcommitted
Disable a failing test: TestCharacterSet.test_moreSetOperations
rdar://problem/31746923 (cherry picked from commit 43ecc02)
1 parent 91e231f commit b7e2213

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/stdlib/TestCharacterSet.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,8 @@ class TestCharacterSet : TestCharacterSetSuper {
283283
// fix that corrected this behavior.
284284
// TODO: figure out why the simulator is claiming this as a failure.
285285
// https://bugs.swift.org/browse/SR-4457
286+
287+
/* Disabled now: rdar://problem/31746923
286288
#if os(macOS)
287289
if #available(OSX 10.12.4, iOS 10.3, watchOS 3.2, tvOS 10.2, *) {
288290
let abcSet = CharacterSet(charactersIn: "abc")
@@ -297,6 +299,7 @@ class TestCharacterSet : TestCharacterSetSuper {
297299
expectFalse(abcSet.isStrictSuperset(of:abcdSet))
298300
}
299301
#endif
302+
*/
300303
}
301304
}
302305

0 commit comments

Comments
 (0)