File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
validation-test/Sanitizers Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
- // RUN: %target-build-swift %import-libdispatch -emit-library -o %t/%target-library-name(complex) -emit-module %S/complex.swift -module-link-name complex
2
+ // RUN: %target-build-swift -Xfrontend -disable-implicit-concurrency-module-import -emit-library -o %t/%target-library-name(complex) -emit-module %S/complex.swift -module-link-name complex
3
3
// RUN: %target-jit-run %s -I %t -L %t | %FileCheck %s
4
4
5
5
// RUN: grep -v import %s > %t/main.swift
6
6
// RUN: %target-jit-run %t/main.swift %S/complex.swift | %FileCheck %s
7
7
8
8
// REQUIRES: executable_test
9
9
// REQUIRES: swift_interpreter
10
- // REQUIRES: libdispatch
11
10
12
11
import complex
13
12
Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
- // RUN: %target-build-swift %import-libdispatch -emit-library -o %t/%target-library-name(complex) -emit-module %S/complex.swift -module-link-name complex
2
+ // RUN: %target-build-swift -Xfrontend -disable-implicit-concurrency-module-import -emit-library -o %t/%target-library-name(complex) -emit-module %S/complex.swift -module-link-name complex
3
3
// RUN: %target-jit-run %s -I %t -L %t | %FileCheck %s
4
4
5
5
// RUN: grep -v import %s > %t/main.swift
6
6
// RUN: %target-jit-run %t/main.swift %S/complex.swift | %FileCheck %s
7
7
8
8
// REQUIRES: executable_test
9
9
// REQUIRES: swift_interpreter
10
- // REQUIRES: libdispatch
11
10
12
11
import complex
13
12
Original file line number Diff line number Diff line change 1
- // RUN: %target-build-swift %import-libdispatch -parse-as-library -sanitize=fuzzer %s -o %t
1
+ // RUN: %target-build-swift -Xfrontend -disable-implicit-concurrency-module-import -parse-as-library -sanitize=fuzzer %s -o %t
2
2
// RUN: not %t -only_ascii=1 -max_len=3 | %FileCheck %s
3
3
// REQUIRES: CPU=x86_64
4
4
// REQUIRES: executable_test
5
5
// REQUIRES: fuzzer_runtime
6
- // REQUIRES: libdispatch
7
6
8
7
// XFAIL: OS=ios
9
8
// XFAIL: OS=tvos
You can’t perform that action at this time.
0 commit comments