Commit Graph

8 Commits

Author SHA1 Message Date
Chris Lattner
82e5c0c592 Update various tests to stop using ++/-- 2015-12-21 18:07:37 -08:00
Erik Eckstein
0830c36974 [tests] add import statements to prevent unresolved symbols when compiling StdlibUnittest with -sil-serialize-all.
This is the second part of 308f39fe56.
It fixes (better: works-around) linker errors when testing in optimized mode.
2015-12-15 10:46:10 -08:00
Arnold Schwaighofer
859fbc0162 More executable_test for the test directory
Swift SVN r29280
2015-06-03 23:28:51 +00:00
Graham Batty
0a73f54e98 Implement a glibc module for StdlibUnittest on linux
Swift SVN r25807
2015-03-06 22:05:13 +00:00
Dmitri Hrybenko
85082e0d0a Uncomment a test that was blocked by a compiler bug, rdar://19150564
Swift SVN r25411
2015-02-20 02:56:38 +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
Dmitri Hrybenko
748b04ac70 SwiftExperimental: change function composition operator character
... from U+25CB WHITE CIRCLE to U+2218 RING OPERATOR.

Swift SVN r23750
2014-12-06 02:46:41 +00:00
Dmitri Hrybenko
b8bf9b36e8 Add the SwiftExperimental library
This is a place for provisional APIs under discusssion that can be
changed or removed.

To kick this off, I have put the function composition operator into this
library.

<rdar://problem/19149368> [ER] composition operator

Swift SVN r23711
2014-12-05 01:04:21 +00:00