Davide Italiano
edfa8fe428
[FreeBSD] XFAIL some Driver tests as we do on Linux.
2016-03-01 19:37:59 +00:00
Graham Batty
83b4384fac
Update test flags for linux failures and support.
...
Also removed the sdk 'feature' in favour of the more specific
objc_interop.
Swift SVN r24856
2015-01-30 21:31:48 +00:00
Graham Batty
83f27a8af7
Revert "Mark tests that don't pass on linux as XFAIL."
...
This reverts commit 2711ca86de7bf6a7885ccea24219a48a590b1e95.
Swift SVN r23577
2014-11-24 17:42:13 +00:00
Graham Batty
198402dcfe
Mark tests that don't pass on linux as XFAIL.
...
Swift SVN r23573
2014-11-24 17:40:37 +00:00
Connor Wakamo
7c52fa8760
Switched over to direct execution in the RUN line for the -parseable-output Unicode test.
...
lit now supports Unicode characters in RUN lines, so this works now without an
intermediate shell script.
Swift SVN r22737
2014-10-14 23:40:16 +00:00
Jordan Rose
f22fd8da7b
[test] Disable GuardMalloc logging, and re-enable the tests that logging broke.
...
Thanks, Greg.
Swift SVN r22009
2014-09-17 06:10:21 +00:00
Jordan Rose
3af1873db1
[test] Add "XFAIL: gmalloc" where appropriate.
...
As a reminder, you can test with GuardMalloc by passing "--param gmalloc"
to lit.
All other tests pass under GuardMalloc. Hooray!
Swift SVN r21995
2014-09-16 23:12:17 +00:00
Connor Wakamo
50a39c3401
Added a test of the driver's parseable output when paths contain non-ASCII characters.
...
This test ensures that the file name is not improperly escaped when generating
JSON output.
In order to work around Unicode issues with lit, the swiftc invocation is
actually done in a shell script which the test invokes.
This is follow-up to <rdar://problem/18266570>.
Swift SVN r21899
2014-09-12 02:02:55 +00:00