Arnold Schwaighofer
b62c6e64ff
Codesign validation-test/stdlib
2018-08-10 09:39:09 -07:00
Lance Parker
acf94f94ec
Add -Onone to all the _Debug tests
2017-09-18 12:56:52 -07:00
Max Moiseev
5da3e1dab3
[test] Fix validation tests
2017-07-26 16:49:14 -07:00
Max Moiseev
1c3e597928
[stdlib] Get rid of ArithmeticOverflow type
2017-07-26 11:09:36 -07:00
Dmitri Gribenko
984210aa53
tests: replace '// RUN: rm -rf' '// RUN: mkdir' pairs with '%empty-directory(...)'
...
These changes were made using a script.
2017-06-04 11:08:39 -07:00
Max Moiseev
6f6c2aee8c
Fixing the rest of the tests
2017-03-22 16:06:10 -07:00
Max Moiseev
4f0c7a582c
Fixing some more validation tests
2017-03-13 16:37:30 -07:00
practicalswift
4552fc8f88
[gardening] Use American English: "behaviour" → "behavior"
2016-11-05 20:33:57 +01:00
practicalswift
cc852042c9
[gardening] Fix accidental trailing whitespace.
2016-10-29 10:22:58 +02:00
Rintaro Ishizaki
c6f4bcd01e
[SE-0101] MemoryLayout: Migrate testsuite and benchmarks
2016-07-30 03:11:45 +09:00
Chris Lattner
87db7b4cf2
update validation tests to modern syntax.
2016-07-02 17:10:49 -07:00
swift-ci
2031bdc185
Merge pull request #2963 from ultramiraculous/failable-int-int
2016-06-21 23:49:11 -07:00
Chris Williams
08d111d10e
Int->Int Failable Initializer Tests
2016-06-21 21:11:05 -07:00
Rintaro Ishizaki
1bdce7ced6
[lit] Add substitutions: %utils and %line-directive
...
%utils => ${SWIFT_SOURCE_DIR}/utils
%line-directive => ${SWIFT_SOURCE_DIR}/utils/line-directive
2016-06-11 02:41:15 +09:00
Manav Gabhawala
7928140f79
[SE-0046] Implements consistent function parameter labels by discarding extraneous parameter names and adding _ where necessary
2016-04-06 20:21:58 -04:00
Slava Pestov
49c54870c1
Serialization: Auto-linking recursively walks modules imported from -sil-serialize-all modules
2016-04-01 12:21:36 -07:00
Janosch Hildebrand
3c4bb1d657
[stdlib] Replace uses of ++ in validation tests
2016-02-24 01:59:18 +01: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