Joe Shajrawi
66d0df6bae
Revert "Temporary disable failing armv7 tests"
...
This reverts commit 78e5e25215 .
2017-08-15 13:43:57 -07:00
Joe Shajrawi
78e5e25215
Temporary disable failing armv7 tests
2017-08-08 15:22:14 -07:00
Harlan Haskins
5d888873da
[StdlibUnittest] Teach interpreter to run crash tests
2016-04-08 13:12:53 -07:00
Arnold Schwaighofer
859fbc0162
More executable_test for the test directory
...
Swift SVN r29280
2015-06-03 23:28:51 +00:00
Dave Abrahams
ac3f047496
[stdlib] Renaming fallout from Mirror API review
...
toString(x) => String(x)
toDebugString(x) => String(reflecting: x)
Printable => CustomStringConvertible
DebugPrintable => CustomDebugStringConvertible
Also updated comments to clarify these protocols
Swift SVN r27090
2015-04-07 20:32:26 +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
Greg Parker
6d72340259
[runtime] Add -[SwiftObject isNSString__] et al. for Foundation's use.
...
rdar://19503750
Swift SVN r24668
2015-01-23 01:43:42 +00:00
Jordan Rose
a4b1d52576
[test] Mark another StdlibUnittest as "XFAIL: interpret".
...
Not supported yet; see rdar://problem/18080980.
Swift SVN r24032
2014-12-19 17:32:56 +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
Dmitri Hrybenko
41a48f258a
StdlibUnittest: add Printable and DebugPrintable testing predicates
...
Swift SVN r22355
2014-09-29 15:41:01 +00:00
Doug Gregor
2f3f6acf21
Make "true" and "false" Boolean literal constants for the BooleanLiteralConvertible protocol.
...
Introduce the new BooleanLiteralConvertible protocol for Boolean
literals. Take "true" and "false" as real keywords (which is most of the
reason for the testsuite churn). Make Bool BooleanLiteralConvertible
and the default Boolean literal type, and ObjCBool
BooleanLiteralConvertible. Fixes <rdar://problem/17405310> and the
recent regression that made ObjCBool not work with true/false.
Swift SVN r19728
2014-07-09 16:57:35 +00:00
Doug Gregor
0d6df5f78d
Remove Bool <-> ObjCBool conversions.
...
There's a regression here because we can no longer use "true" or
"false" with ObjCBool. We'll get that back when true and false become
literals.
Swift SVN r19694
2014-07-08 20:17:35 +00:00
Dmitri Hrybenko
d50a8b476d
stdlib/Foundation overlay: add Printable conformance to Selector
...
rdar://16897592
Swift SVN r18109
2014-05-15 17:25:43 +00:00
Dmitri Hrybenko
8ee468e974
stdlib/Foundation overlay: add Printable conformance to ObjCBool
...
rdar://16897579
Swift SVN r18108
2014-05-15 17:02:40 +00:00