Disable race tests if nonatomic reference counting is used

This commit is contained in:
Mikio Takeuchi
2017-02-22 11:05:31 +09:00
parent a1efa55c63
commit dfeca11403
9 changed files with 17 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
// RUN: %target-build-swift %t/CommandLineStressTest.o %t/CommandLineStressTestSwift.o -o %t/CommandLineStressTest
// RUN: %target-run %t/CommandLineStressTest foo bar baz qux quux corge grault garply waldo fred plugh xyzzy and thud
// REQUIRES: executable_test
// REQUIRES: no_nonatomic_rc
// This file is an empty stub to call into the command line stress test which
// houses `main`.