File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed
validation-test/BuildSystem Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
7
7
# RUN: %empty-directory(%t)
8
8
# RUN: mkdir -p %t
9
- # RUN: SWIFT_BUILD_ROOT=%t %swift_src_root/utils/build-script --dry-run --foundation --cmake %cmake 2>&1 | %FileCheck --check-prefix=CLEAN-CORELIBS-CHECK %s
9
+ # RUN: SWIFT_BUILD_ROOT=%t %swift_src_root/utils/build-script --dry-run --xctest --cmake %cmake 2>&1 | %FileCheck --check-prefix=CLEAN-CORELIBS-CHECK %s
10
10
11
11
# RUN: %empty-directory(%t)
12
12
# RUN: mkdir -p %t
13
- # RUN: SWIFT_BUILD_ROOT=%t %swift_src_root/utils/build-script --dry-run --foundation --skip-clean-libdispatch --skip-clean-foundation --cmake %cmake 2>&1 | %FileCheck --check-prefix=SKIP-CLEAN-CORELIBS-CHECK %s
13
+ # RUN: SWIFT_BUILD_ROOT=%t %swift_src_root/utils/build-script --dry-run --xctest --skip-clean-libdispatch --skip-clean-foundation --skip-clean-xctest --cmake %cmake 2>&1 | %FileCheck --check-prefix=SKIP-CLEAN-CORELIBS-CHECK %s
14
14
15
15
# CLEAN-CORELIBS-CHECK: Cleaning the libdispatch build directory
16
16
# CLEAN-CORELIBS-CHECK-NEXT: rm -rf
17
17
# CLEAN-CORELIBS-CHECK: Cleaning the Foundation build directory
18
18
# CLEAN-CORELIBS-CHECK-NEXT: rm -rf
19
+ # CLEAN-CORELIBS-CHECK: Cleaning the XCTest build directory
20
+ # CLEAN-CORELIBS-CHECK-NEXT: rm -rf
19
21
20
22
# SKIP-CLEAN-CORELIBS-CHECK-NOT: Cleaning the libdispatch build directory
21
23
# SKIP-CLEAN-CORELIBS-CHECK-NOT: rm -rf {{.*/libdispatch-[^/]*}}
22
24
# SKIP-CLEAN-CORELIBS-CHECK-NOT: Cleaning the Foundation build directory
23
25
# SKIP-CLEAN-CORELIBS-CHECK-NOT: rm -rf {{.*/foundation-[^/]*}}
26
+ # SKIP-CLEAN-CORELIBS-CHECK-NOT: Cleaning the XCTest build directory
27
+ # SKIP-CLEAN-CORELIBS-CHECK-NOT: rm -rf {{.*/xctest-[^/]*}}
Original file line number Diff line number Diff line change 2
2
3
3
# RUN: %empty-directory(%t)
4
4
# RUN: mkdir -p %t
5
- # RUN: SWIFT_BUILD_ROOT=%t %swift_src_root/utils/build-script --dry-run --xctest -- llbuild --cmake %cmake 2>&1 | %FileCheck --check-prefix=CLEAN-LLBUILD-CHECK %s
5
+ # RUN: SWIFT_BUILD_ROOT=%t %swift_src_root/utils/build-script --dry-run --llbuild --cmake %cmake 2>&1 | %FileCheck --check-prefix=CLEAN-LLBUILD-CHECK %s
6
6
7
7
# RUN: %empty-directory(%t)
8
8
# RUN: mkdir -p %t
9
- # RUN: SWIFT_BUILD_ROOT=%t %swift_src_root/utils/build-script --dry-run --xctest -- llbuild --skip-clean-xctest --skip-clean-llbuild --cmake %cmake 2>&1 | %FileCheck --check-prefix=SKIP-CLEAN-LLBUILD-CHECK %s
9
+ # RUN: SWIFT_BUILD_ROOT=%t %swift_src_root/utils/build-script --dry-run --llbuild --skip-clean-llbuild --cmake %cmake 2>&1 | %FileCheck --check-prefix=SKIP-CLEAN-LLBUILD-CHECK %s
10
10
11
- # CLEAN-LLBUILD-CHECK: Cleaning the XCTest build directory
12
- # CLEAN-LLBUILD-CHECK-NEXT: rm -rf
13
11
# CLEAN-LLBUILD-CHECK: Cleaning the llbuild build directory
14
12
# CLEAN-LLBUILD-CHECK-NEXT: rm -rf
15
13
16
- # SKIP-CLEAN-LLBUILD-CHECK-NOT: Cleaning the XCTest build directory
17
- # SKIP-CLEAN-LLBUILD-CHECK-NOT: rm -rf {{.*/xctest-[^/]*}}
18
14
# SKIP-CLEAN-LLBUILD-CHECK-NOT: Cleaning the llbuild build directory
19
15
# SKIP-CLEAN-LLBUILD-CHECK-NOT: rm -rf {{.*/llbuild-[^/]*}}
You can’t perform that action at this time.
0 commit comments