Max Moiseev
bb3eaaf308
Merging in latest master
2016-02-24 15:10:25 -08:00
Brian Gesiak
cc3165a0a9
[validation-test] Fix Swift 3 warnings in .gyb
...
Silence Swift 3 migration warnings:
- Replace `--` and `++` with `-= 1` and `+= 1`.
- Replace screaming snake case identifiers with `#file` and `#line`.
2016-02-11 11:42:59 -05:00
practicalswift
21c3d93bea
Remove unused imports.
2016-01-09 01:39:22 +01:00
practicalswift
149b50d901
Fix typos in code (non-comment/documentation typos).
2015-12-28 11:42:15 +01:00
ken0nek
a03824e3a9
Add spaces before and after closure arrow in validation-test/stdlib
2015-12-23 04:57:29 +09:00
practicalswift
36d7072013
Remove immediately adjacent repeated words ("the the", "for for", "an an", etc.).
2015-12-21 22:16:04 +01: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
Erik Eckstein
6cca63cc67
Prevent dead code elimination in fixed point arithmetic trap test.
...
This is needed after commit [2504257 ] DeadCodeElimination: remove dead overflow producing operations together with the cond_fail which handles the overflow.
2015-11-04 15:01:11 -08:00
Dmitri Hrybenko
f5de8757e4
stdlib: remove Word and UWord
...
These types are leftovers from the early pre-1.0 times when Int and UInt
were always 64-bit on all platforms. They serve no useful purpose
today. Int and UInt are defined to be word-sized and should be used
instead.
rdar://18693488
Swift SVN r30564
2015-07-24 05:01:32 +00:00
Dave Abrahams
ce93b0a9e0
[stdlibunittest] Still more de-boilerplating WIP
...
Swift SVN r29951
2015-07-08 00:28:33 +00:00
Arnold Schwaighofer
4d4329b0e0
Add executable_test to the validation test suite
...
Swift SVN r29278
2015-06-03 23:28:43 +00:00
Dmitri Hrybenko
7ec747157f
More tests pass on Linux when autolinking information is present in -O
...
Swift SVN r25848
2015-03-08 04:15:10 +00:00
Graham Batty
7346a9733d
Update test and validation-test flags for linux.
...
Swift SVN r25506
2015-02-24 18:55:42 +00:00
Dmitri Hrybenko
82828ae5a4
tests: use line-directive to run generated tests
...
Swift SVN r25026
2015-02-06 01:10:58 +00:00
Dmitri Hrybenko
d7179e3c03
Consolidate arithmetic trap tests
...
Reduces iOS testing time by 25 seconds (machine time, not wall clock
time).
Swift SVN r24086
2014-12-22 23:58:41 +00:00
Dmitri Hrybenko
60cf5d3d1b
SwiftIntTypes.py: remove transitional '_new' suffix from a function name
...
Swift SVN r21579
2014-08-29 15:38:22 +00:00
Dmitri Hrybenko
2b6ccd2deb
Add tests for traps in shift operations
...
Swift SVN r21575
2014-08-29 15:10:03 +00:00
Dmitri Hrybenko
cb9e5c2c86
stdlib: use simpler interface to iterate over integer types
...
Swift SVN r21573
2014-08-29 14:32:46 +00:00
Dmitri Hrybenko
b689a27300
Move FixedPointArithmeticTraps test to the validation test suite
...
Swift SVN r21266
2014-08-18 22:56:01 +00:00