Commit Graph

62 Commits

Author SHA1 Message Date
Slava Pestov
afe2893835 SIL: Mark alloc_global as having side effects
Otherwise it just gets optimized away.

Fixes <rdar://problem/24222892>.
2016-01-17 19:40:03 -08:00
Erik Eckstein
e369c95cce tests: temporarily disable the test_global_change_size test in optimized mode.
Reason: rdar://problem/24222892
2016-01-17 10:37:18 -08:00
Erik Eckstein
f213f444eb tests: 32-bit platforms don't like dead beef 2016-01-17 09:49:15 -08:00
Slava Pestov
4e8af2735c Forgot to re-enable some tests in test_global_stored_to_computed 2016-01-16 02:31:52 -08:00
Slava Pestov
1b2288fa96 Add library evolution test for changing a static struct property from stored to computed 2016-01-16 02:28:39 -08:00
Slava Pestov
7e96a93372 Add library evolution tests for resiliently-sized and resiliently-accessed globals 2016-01-16 02:23:28 -08:00
David Farler
7b27c71770 Add Readme for resilience execution tests 2016-01-15 22:22:26 -08:00
David Farler
7229ce29df Convert resilient superclass dispatch tests to StdlibUnittest
Also run the full product of before/after combinations.
2016-01-15 22:22:26 -08:00
David Farler
a5c01b4b13 Test fix: make resilient super tests platform agnostic 2016-01-15 21:24:01 -08:00
David Farler
762c1f62d1 Add before/after execution tests for resilient super method dispatch 2016-01-15 19:31:01 -08:00
practicalswift
19fdd8fd0d [gardening] Fix recently introduced typo. 2016-01-13 13:49:11 +01:00
Slava Pestov
e711d5e427 Preliminary evolution tests
Checking these in to get some discussion over FileCheck style and
test file structure going before I write too many more tests.
2016-01-13 01:32:27 -08:00