tests: exclude some very long running tests from jobs with a non-optimized stdlib

Those are tests which take > 1000s on some simulator configurations with a non-optimized stdlib.
We run those tests anyway with an optimized stdlib. So we don’t lose test coverage by disabling them for debug-stdlib.

This fixes some sporadic time outs on the CI jobs.
This commit is contained in:
Erik Eckstein
2020-01-17 16:49:37 +01:00
parent 1370f8f270
commit 79fb67f5df
9 changed files with 27 additions and 0 deletions

View File

@@ -5,6 +5,9 @@
// REQUIRES: executable_test
// REQUIRES: objc_interop
// With a non-optimized stdlib the test takes very long.
// REQUIRES: optimized_stdlib
import SwiftPrivate
import StdlibUnittest