Commit Graph

5 Commits

Author SHA1 Message Date
Dmitri Hrybenko
3b04d1b013 tests: reorganize tests so that they actually use the target platform
Most tests were using %swift or similar substitutions, which did not
include the target triple and SDK.  The driver was defaulting to the
host OS.  Thus, we could not run the tests when the standard library was
not built for OS X.

Swift SVN r24504
2015-01-19 06:52:49 +00:00
Jordan Rose
cb702a9035 [test] parse_stdlib.sil should parse the current target's standard library.
I'm not sure how this ever worked -- it was previously always parsing the
OS X standard library but with the current target's triple.

Should fix the buildbot.

Swift SVN r24472
2015-01-16 04:24:23 +00:00
Manman Ren
699cee5f00 [Printer] print AST types used by SILDeclRef in SIL mode.
This enables us parsing stdlib in non-optimized mode.


Swift SVN r22445
2014-10-01 22:06:41 +00:00
Manman Ren
b47f4d1c3d xfail parser test while I look at the failure on swift-stdlib-release-asserts-noopt.
Swift SVN r22431
2014-10-01 18:17:10 +00:00
Manman Ren
26130d911b [SILParser] add a validation test to verify parsing of stdlib deserialized from module.
rdar://17979145


Swift SVN r22396
2014-09-30 18:30:31 +00:00