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