Skip to content

Commit 653ed06

Browse files
[Clang] Invoke shell script with bash
This test attempts to run a reproducer script generated by clang. This is intended to be run by a shell, so invoke it with an actual shell. This enables running the test with LLVM lit's internal shell. Reviewers: bcardosolopes, ilovepi, petrhosek Reviewed By: ilovepi Pull Request: #157608
1 parent 1329af9 commit 653ed06

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

clang/test/Modules/crash-vfs-umbrella-frameworks.m

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
1-
// REQUIRES: crash-recovery, shell
2-
3-
// FIXME: This XFAIL is cargo-culted from crash-report.c. Do we need it?
4-
// XFAIL: target={{.*-windows-gnu}}
1+
// REQUIRES: crash-recovery
2+
// File path separator differences.
3+
// UNSUPPORTED: system-windows
54

65
// RUN: rm -rf %t
76
// RUN: mkdir -p %t/i %t/m %t
@@ -44,4 +43,4 @@
4443
// RUN: rm -rf i
4544
// RUN: rm -rf crash-vfs-umbrella-*.cache/modules/*
4645
// RUN: chmod 755 crash-vfs-*.sh
47-
// RUN: ./crash-vfs-*.sh
46+
// RUN: bash ./crash-vfs-*.sh

0 commit comments

Comments
 (0)