Jordan Rose
e4e9c71d8f
StdlibUnittest: Rename enum cases and static vars to match API guidelines.
2016-02-24 18:23:59 -08:00
Emanuel Zephir
aa0b62a88d
Remove Linux XFAIL in stdlib StringTraps tests
...
Partially resolves SR-216.
2016-01-03 14:25:23 -08:00
Chris Lattner
5e224842b4
Reapply "Move the testsuite off ++/-- completely."
...
This reverts commit 38b483df22 .
2015-12-21 21:02:50 -08:00
Michael Gottesman
38b483df22
Revert "Move the testsuite off ++/-- completely."
...
This reverts commit bc6583630c .
2015-12-21 19:21:42 -06:00
Chris Lattner
bc6583630c
Move the testsuite off ++/-- completely.
2015-12-21 15:11:49 -08:00
Erik Eckstein
461cf5359b
tests: Improve comment for StdlibUnittest-import workaround.
2015-11-30 13:11:00 -08:00
Erik Eckstein
308f39fe56
stdlib tests: add import statements to prevent unresolved symbols when compiling StdlibUnittest with -sil-serialize-all.
...
rdar://problem/18917405
2015-11-19 15:18:18 -08:00
Arnold Schwaighofer
f7771859d8
Rename the optimize_test feature to executable_test and document that feature.
...
Swift SVN r29213
2015-06-01 23:44:13 +00:00
Arnold Schwaighofer
3643c614a3
Run tests in optimize test modes
...
This runs all files that have a target-build-swift or target-run-stdlib-swift
RUN line in optimize test mode.
Swift SVN r29206
2015-06-01 21:23:31 +00:00
Roman Levenstein
44e672ea4d
Use a more general message about skipped tests. NFC.
...
Swift SVN r28807
2015-05-20 01:00:04 +00:00
Roman Levenstein
2dd14dbeda
Skip some tests at -Ounchecked, if they expect crashes.
...
In most cases when we are testing traps the right choice is to skip the test when we run with -Ounchecked, because some of the expected crashes might or might not cause a crash in -Ounchecked mode.
Discussed and agreed with Dmitri.
With this change and our recent bug-fixing efforts, running the whole test-suite + validation-suite with -Ounchecked results in only one failing test.
Swift SVN r28806
2015-05-20 00:45:58 +00:00
Dmitri Hrybenko
a7480ef8e5
stdlib/tests: port three more trap tests to StdlibUnittest
...
Improves iOS testing time.
Swift SVN r24995
2015-02-05 11:27:16 +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
Jordan Rose
e83c117c30
[test] Hack: run stdlib tests first to start long-running tests earlier.
...
This decreases total testing time by over a minute on my old Mac Pro.
It probably has much less effect on systems with fewer cores, but shouldn't
be any worse there.
Swift SVN r22745
2014-10-15 01:30:51 +00:00