Commit Graph

4 Commits

Author SHA1 Message Date
Mark Lacey
be4b218eec Re-enable test on armv7 now that we have a fix for the underlying LLVM issue (r236050).
That fix has also made it into all the branches we care about at this
point.

Resolves rdar://problem/20521110.

Swift SVN r27905
2015-04-29 04:14:51 +00:00
Erik Eckstein
03d393ef5c Re-apply r27206: Convert all external function definitions to declarations when compiling with -Onone.
... with disabled test 1_stdlib/Bit.swift for ios.

Most likely the problem of 1_stdlib/Bit.swift (only on armv7) is just uncovered by this change.
Unfortunately I have no possibility to debug the problem on a device. Therefore I filed rdar://problem/20521110




Swift SVN r27274
2015-04-14 07:38:28 +00:00
Maxwell Swadling
42207c0a21 [stdlib] fixes bug in Bit overflow
rdar://problem/18282108

Swift SVN r24137
2014-12-24 00:40:56 +00:00
Jordan Rose
e83c117c30 [test] Hack: run stdlib tests first to start long-running tests earlier.
This decreases total testing time by over a minute on my old Mac Pro.
It probably has much less effect on systems with fewer cores, but shouldn't
be any worse there.

Swift SVN r22745
2014-10-15 01:30:51 +00:00