Commit Graph

58 Commits

Author SHA1 Message Date
Max Moiseev
981b9c1017 [stdlib][swift-3-indexing-model] fixing SequencesCollections tests 2016-04-01 14:11:53 -07:00
Slava Pestov
49c54870c1 Serialization: Auto-linking recursively walks modules imported from -sil-serialize-all modules 2016-04-01 12:21:36 -07:00
Dmitri Gribenko
27e2f7f6d9 StdlibUnittest: new feature: data-parameterized tests 2016-03-31 00:50:10 -07:00
Dmitri Gribenko
79048e0bd6 New indexing model: fix the StdlibUnittest/SequencesCollections.swift.gyb test 2016-03-29 17:09:23 -07:00
Jordan Rose
11f071de9e [test] Handle StdlibUnittest built with -sil-serialize-all.
...one of our strategies to increase test coverage, which necessitates
some unfortunate workarounds for gaps in the compiler.
2016-03-23 11:23:56 -07:00
Jordan Rose
cd9114423a Reapply "[StdlibUnittest] Install our own handler for uncaught ObjC exceptions."
This reapplies e6a519f and 86dcce1 by reverting e86d3bd, which reverted
more than it needed to.
2016-03-22 16:24:40 -07:00
Michael Ilseman
e86d3bde6c Revert "[ReconstructType] Fix decl lookup when there are multiple constructors"
This reverts commit 65c86b713d.

I attempted to resolve the merge conflict, but Jordan will need to do
a second check.
2016-03-20 20:00:37 -07:00
Jordan Rose
40f57149f6 Move StdlibUnittest tests to their own directory.
StdlibUnittest.swift became StdlibUnittest/Common.swift;
all others just dropped the "StdlibUnittest" prefix.
2016-03-18 16:19:30 -07:00