David Zarzycki
cbf8a98dc2
[Tests] Convert regex to idiomatic syntax
2017-11-08 09:03:13 -05:00
David Zarzycki
42f8ddf19d
[Tests] NFC: Vectors are not always 128 bits
2017-11-07 18:19:29 -05:00
Roman Levenstein
4b965b6093
Un-XFAIL some tests which are passing now, after merging PR #7350
2017-03-17 07:24:46 -07:00
Arnold Schwaighofer
d9e8df0501
Disable IRGen test case that tests vectorization of arrays to unblock a bot
...
It seems to fail with unoptimized stdlib builds.
rdar://30579970
2017-02-17 11:10:22 -08:00
Michael Gottesman
20dd563efb
[semantic-arc] Update tests for qualified/unqualified ownership and SILGen emission of copy_value, destroy_value.
2016-10-29 20:11:09 -07:00
Slava Pestov
d28b8ead50
Add resilient_stdlib to available_features and XFAIL remaining failing tests
...
All unoptimized tests should now pass when Swift is built with
'build-script -- --swift-stdlib-enable-resilience=1'.
There are still some issues when the tests themselves are built
with optimizations via 'check-swift-validation-optimize'.
Fixes <rdar://problem/28409189>.
2016-09-30 18:28:12 -07:00
Dmitri Gribenko
d175b3b66d
Migrate FileCheck to %FileCheck in tests
2016-08-10 23:52:02 -07:00
Dmitri Hrybenko
5032ea5ae5
Make the test more robust so that it passes with stronger optimizations
...
in the new LLVM
Swift SVN r29693
2015-06-25 22:01:31 +00:00
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
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
Jordan Rose
836c9d6eb4
Rename -Ofast to -Ounchecked.
...
<rdar://problem/17202004>
Swift SVN r20454
2014-07-24 01:12:56 +00:00
Ted Kremenek
d075f06573
Require a minimum deployment target of iOS 7 or OSX 10.9
...
Implements <rdar://problem/17532113>
Swift SVN r19451
2014-07-02 06:23:38 +00:00
Chris Lattner
70076cf958
switch the testsuite to use the ..< operator instead of ..
...
Swift SVN r19003
2014-06-19 17:18:23 +00:00
Arnold Schwaighofer
8fe003805f
IRGen: Enable vectorization for OptLevel > 0
...
rdar://17186215
Swift SVN r18722
2014-06-06 00:34:25 +00:00