Commit Graph

6 Commits

Author SHA1 Message Date
Dmitri Hrybenko
a3724588cb Fix and expand the AtomicInt test
The previous version of this test was disallowing some thread
interleavings that I did not consider.  See comments in the test for
more details.

Swift SVN r22300
2014-09-26 10:29:56 +00:00
Dmitri Hrybenko
2ab8f0c50b StdlibUnittest: remove debug output from race tests
Swift SVN r22299
2014-09-26 10:29:52 +00:00
Dmitri Hrybenko
1410688b8f StdlibUnittest: add an autorelease pool to the master race thread to
stabilize memory consumption

Swift SVN r22282
2014-09-25 14:10:09 +00:00
Dmitri Hrybenko
d3be963abf RaceTest: add radar references for bug workarounds
Swift SVN r21876
2014-09-11 16:07:42 +00:00
Dmitri Hrybenko
d68a5c4c98 stdlib: finish implementation of atomics for initializing an ARC
reference, add tests

Swift SVN r21873
2014-09-11 14:52:58 +00:00
Dmitri Hrybenko
96d00d70b5 StdlibUnittest: add infrastructure for race tests (see examples)
This will be used to test rdar://18191358

Swift SVN r21836
2014-09-10 11:58:45 +00:00