Skip to content

Commit 4c8dc5b

Browse files
[test] Replace obsolete single_threaded_runtime feature with threading_none
The feature was renamed in 0cf687a but validation tests were not updated at that time.
1 parent 515dff1 commit 4c8dc5b

File tree

9 files changed

+8
-9
lines changed

9 files changed

+8
-9
lines changed

validation-test/Runtime/ConcurrentMetadata.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
3-
// UNSUPPORTED: single_threaded_runtime
43
// UNSUPPORTED: threading_none
54

65
// Exercise the metadata cache from multiple threads to shake out any

validation-test/Runtime/weak-reference-racetests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
// RUN: %target-run-simple-swift
22
// REQUIRES: executable_test
33
// REQUIRES: stress_test
4-
// UNSUPPORTED: single_threaded_runtime
4+
// UNSUPPORTED: threading_none
55

66
import StdlibUnittest
77

validation-test/SILOptimizer/string_switch.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// REQUIRES: swift_stdlib_no_asserts,optimized_stdlib
66
// REQUIRES: stress_test
77
// REQUIRES: executable_test
8-
// UNSUPPORTED: single_threaded_runtime
8+
// UNSUPPORTED: threading_none
99

1010
import StdlibUnittest
1111

validation-test/StdlibUnittest/AtomicInt.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
// RUN: %target-run %t.out
66
// REQUIRES: executable_test
77
// REQUIRES: stress_test
8-
// UNSUPPORTED: single_threaded_runtime
8+
// UNSUPPORTED: threading_none
99

1010
import SwiftPrivate
1111
import StdlibUnittest

validation-test/StdlibUnittest/RaceTest.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %target-build-swift -Xfrontend -disable-access-control -module-name a %s -o %t.out
33
// RUN: %target-run %t.out | %FileCheck %s
44
// REQUIRES: stress_test
5-
// UNSUPPORTED: single_threaded_runtime
5+
// UNSUPPORTED: threading_none
66

77
import SwiftPrivate
88
import StdlibUnittest

validation-test/stdlib/ArrayBridging.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
// REQUIRES: objc_interop
1111
// REQUIRES: executable_test
1212
// REQUIRES: stress_test
13-
// UNSUPPORTED: single_threaded_runtime
13+
// UNSUPPORTED: threading_none
1414

1515
import StdlibUnittest
1616
import Foundation

validation-test/stdlib/CommandLine.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
// RUN: %target-run %t/CommandLineStressTest foo bar baz qux quux corge grault garply waldo fred plugh xyzzy and thud
99
// REQUIRES: executable_test
1010
// REQUIRES: stress_test
11-
// UNSUPPORTED: single_threaded_runtime
11+
// UNSUPPORTED: threading_none
1212

1313
// REQUIRES: rdar70423908
1414

validation-test/stdlib/DictionaryBridging.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
// REQUIRES: stress_test
1010

1111
// REQUIRES: objc_interop
12-
// UNSUPPORTED: single_threaded_runtime
12+
// UNSUPPORTED: threading_none
1313

1414
import StdlibUnittest
1515
import Foundation

validation-test/stdlib/ErrorProtocol.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// REQUIRES: executable_test
33
// REQUIRES: stress_test
44
// REQUIRES: objc_interop
5-
// UNSUPPORTED: single_threaded_runtime
5+
// UNSUPPORTED: threading_none
66

77
import SwiftPrivate
88
import StdlibUnittest

0 commit comments

Comments
 (0)