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 11// 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
33// RUN: %target-jit-run %s -I %t -L %t | %FileCheck %s
44
55// RUN: grep -v import %s > %t/main.swift
66// RUN: %target-jit-run %t/main.swift %S/complex.swift | %FileCheck %s
77
88// REQUIRES: executable_test
99// REQUIRES: swift_interpreter
10- // REQUIRES: libdispatch
1110
1211import complex
1312
Original file line number Diff line number Diff line change 11// 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
33// RUN: %target-jit-run %s -I %t -L %t | %FileCheck %s
44
55// RUN: grep -v import %s > %t/main.swift
66// RUN: %target-jit-run %t/main.swift %S/complex.swift | %FileCheck %s
77
88// REQUIRES: executable_test
99// REQUIRES: swift_interpreter
10- // REQUIRES: libdispatch
1110
1211import complex
1312
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
22// RUN: not %t -only_ascii=1 -max_len=3 | %FileCheck %s
33// REQUIRES: CPU=x86_64
44// REQUIRES: executable_test
55// REQUIRES: fuzzer_runtime
6- // REQUIRES: libdispatch
76
87// XFAIL: OS=ios
98// XFAIL: OS=tvos
You can’t perform that action at this time.
0 commit comments