Commit Graph

3 Commits

Author SHA1 Message Date
Pavel Yaskevich
88f6212c7e [TypeChecker] Un-XFAIL test which used to run out of stack space while solving
Resolves: rdar://problem/32796272
2018-09-17 17:47:36 -07:00
Mark Lacey
ee403963d2 Disable new test that is running into stack overflow in ASAN runs. (#10300)
Disable while this is being investigated in order to allow ASAN runs to
complete without failure.
2017-06-16 10:16:52 -07:00
Max Moiseev
90a20ea015 [stdlib] Resolve the ambiguity for Int32.init(bitPattern:)
When this initializer is invoked with an integer literal, the expression
is ambiguous, since both UIn32 and Float are
RepresentableByIntegerLiteral.

Fixes: https://bugs.swift.org/browse/SR-5176
2017-06-13 17:28:19 -07:00