Commit Graph

6 Commits

Author SHA1 Message Date
Michael Ilseman
e53b719f2e [test] Disable UnicodeLongTest.swift on watchos (#22606)
[test] Disable UnicodeLongTest.swift on watchos
2019-02-14 15:13:35 -08:00
Ben Cohen
e338344bae Remove overloads that were needed pre-conditional conformance 2018-09-11 21:00:36 -07:00
Bob Wilson
b33d4fc84c Revert "Disable validation-test/stdlib/UnicodeLongTest.swift for watchos."
This reverts commit 231fb5e054.

This test was failing the last time we updated the stable branches
of LLVM/Clang so it was disabled. No one remembers what was the
problem, so try reenabling it to see if anything breaks.
2016-11-30 16:07:17 -08:00
Michael Gottesman
231fb5e054 Disable validation-test/stdlib/UnicodeLongTest.swift for watchos.
rdar://28250966
2016-09-11 13:07:13 -07:00
Xin Tong
bbf86865d6 Change unicodescalar to failable
We were using a precondition which crashes the program when invalid input is
provided. We want to provide a way to gracefully check and handle invalid input
or shutdown the program if necessary.

SR-1930
2016-07-21 15:27:13 -07:00
Mishal Shah
87b7bcfd3e Update master to build with Xcode 8 beta 1, OS X 10.12, iOS 10, tvOS 10, and watchOS 3 SDKs. 2016-06-14 14:53:55 -07:00