Skip to content

Commit ca6ffea

Browse files
Merge pull request #69047 from kateinoigakukun/pr-edde297fe811511a6f2f2ba35b7ce413d10f2efd
[build] Update base preset for cross compiler ci for Wasm
2 parents 581b763 + 54d4dca commit ca6ffea

13 files changed

+12
-14
lines changed

test/Concurrency/async_task_base_priority.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// UNSUPPORTED: DARWIN_SIMULATOR=watchos
1414
// UNSUPPORTED: DARWIN_SIMULATOR=ios
1515
// UNSUPPORTED: DARWIN_SIMULATOR=tvos
16+
// UNSUPPORTED: single_threaded_concurrency
1617

1718
import StdlibUnittest
1819
import Dispatch

test/Sanitizers/tsan/once.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
// RUN: env %env-TSAN_OPTIONS=abort_on_error=0 %target-run %t_tsan-binary 2>&1 | %FileCheck %s --implicit-check-not='ThreadSanitizer'
44
// REQUIRES: executable_test
55
// REQUIRES: tsan_runtime
6+
// UNSUPPORTED: threading_none
67

78
// rdar://101876380
89
// UNSUPPORTED: OS=ios

utils/build-presets.ini

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,12 +1273,8 @@ sourcekit-lsp=0
12731273
# TODO: This does not build stdlib for wasm32 for now.
12741274
# Enable stdlib cross-compile after build-script will support it.
12751275
[preset: buildbot_incremental_linux_crosscompile_wasm]
1276-
mixin-preset=buildbot_incremental_linux_base
1276+
mixin-preset=buildbot_linux
12771277
llvm-targets-to-build=X86;ARM;AArch64;WebAssembly
1278-
# Ensure single-thread-mode is not broken because it's used
1279-
# by stdlib for wasm32 in SwiftWasm fork.
1280-
swift-stdlib-single-threaded-concurrency=1
1281-
swift-threading-package=none
12821278

12831279
#===------------------------------------------------------------------------===#
12841280
# OS X Package Builders

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-dispatch.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
// REQUIRES: executable_test
55
// REQUIRES: stress_test
66
// REQUIRES: libdispatch
7+
// UNSUPPORTED: threading_none
78

89
import StdlibUnittest
910
import Dispatch

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

0 commit comments

Comments
 (0)