Michael Gottesman
fd4828e40a
Eliminate -assume-parsing-unqualified-ownership-sil from tests.
...
I am doing this separately from the actual change to eliminate the option to
make it easier to review.
2018-12-19 12:54:13 -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
Mark Lacey
ac1d27e049
Remove -enable-sil-verify-all from sil-opt tests that run no transforms.
...
Swift SVN r32200
2015-09-24 16:01:00 +00:00
Mark Lacey
517723dbe9
Add -enable-sil-verify-all to sil-opt tests.
...
Also remove -verify from almost all of them, since only two actually
have expected diagnostic output that is tested.
Swift SVN r32198
2015-09-24 07:25:15 +00:00
Joe Groff
c0a2994564
AST: Start printing function types with @convention instead of old attributes.
...
And update tests to match.
Swift SVN r27262
2015-04-13 22:51:34 +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
Michael Gottesman
379bcd327c
Only run the verifier fail test on assert builds since otherwise it will not fail since the verifier will not run.
...
Swift SVN r17270
2014-05-02 20:47:35 +00:00
Michael Gottesman
72245d8948
Add 2x negative tests that make sure that the verifier is being run properly.
...
Swift SVN r17219
2014-05-02 01:18:09 +00:00