Chris Lattner
|
92750511df
|
Convert the last uses of __FILE__ etc in the testsuite over to the new
syntax. I left the tests for the deprecation warnings in
test/expr/expressions.swift.
|
2016-02-04 15:41:09 -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 |
|
Dmitri Hrybenko
|
f46f16ae82
|
stdlib: implement new print() API
rdar://20775683
Swift SVN r28309
|
2015-05-08 01:37:59 +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 |
|
Jordan Rose
|
13e8137113
|
[test] Add more testability tests, including execution tests.
Swift SVN r26785
|
2015-04-01 01:12:25 +00:00 |
|