File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
// RUN: %target-build-swift %s -o %t/a.out
3
- // RUN: not --crash %t/a.out 2>&1 | %utils/backtrace-check
3
+ // RUN: not --crash %t/a.out 2>&1 | %{python} % utils/backtrace-check
4
4
5
5
// This is not supported on watchos, ios, or tvos
6
6
// UNSUPPORTED: OS=watchos
Original file line number Diff line number Diff line change 1
1
// RUN: %empty-directory(%t)
2
2
// RUN: %target-build-swift %s -o %t/a.out
3
- // RUN: not --crash %t/a.out 2>&1 | PYTHONPATH=%lldb-python-path %utils/symbolicate-linux-fatal %t/a.out - | %utils/backtrace-check -u
3
+ // RUN: not --crash %t/a.out 2>&1 | PYTHONPATH=%lldb-python-path %{python} % utils/symbolicate-linux-fatal %t/a.out - | %{python} %utils/backtrace-check -u
4
4
// REQUIRES: executable_test
5
5
// REQUIRES: OS=linux-gnu
6
6
// REQUIRES: lldb
Original file line number Diff line number Diff line change 20
20
// RUN: %empty-directory(%t.remapping)
21
21
// RUN: cp %s %t.sources/fixits.swift
22
22
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk-nosource -I %t.overlays) -typecheck %t.sources/fixits.swift -fixit-all -emit-fixits-path %t.remapping/fixits.remap
23
- // RUN: %utils/apply-fixit-edits.py %t.remapping
23
+ // RUN: %{python} % utils/apply-fixit-edits.py %t.remapping
24
24
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk-nosource -I %t.overlays) -typecheck %t.sources/fixits.swift 2> %t.result
25
25
26
26
// RUN: %FileCheck %s < %t.result
You can’t perform that action at this time.
0 commit comments