diff options
author | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-07-17 05:09:29 +0000 |
---|---|---|
committer | NAKAMURA Takumi <geek4civic@gmail.com> | 2012-07-17 05:09:29 +0000 |
commit | df9b933aa354b8108cee028cc4726cfa9f2df62c (patch) | |
tree | 002c57be26f370e2fcd1f05b933637d46d0e4c64 /test/Driver/crash-report.c | |
parent | e5756792d2303f500381204845cee5b6990dcaec (diff) |
[Win32] Rework crash-report since r145389.
- lib/Driver/Driver.cpp, tools/driver/driver.cpp: Exit status should not be propagated, although clang driver should catch exceptions.
- test/Driver/crash-report.c: Add REQUIRES:shell for now.
FIXME: setenv should work also on Lit.InternalShellRunner.
- test/Driver/crash-report.c: Remove XFAIL.
Thanks to Chad, To point out the issue.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@160343 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/Driver/crash-report.c')
-rw-r--r-- | test/Driver/crash-report.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/Driver/crash-report.c b/test/Driver/crash-report.c index ffa375334c..f9f62da5f2 100644 --- a/test/Driver/crash-report.c +++ b/test/Driver/crash-report.c @@ -4,7 +4,7 @@ // RUN: cat %t/crash-report-*.c | FileCheck --check-prefix=CHECKSRC %s // RUN: cat %t/crash-report-*.sh | FileCheck --check-prefix=CHECKSH %s // REQUIRES: crash-recovery -// XFAIL: mingw32,win32 +// REQUIRES: shell #pragma clang __debug parser_crash // CHECK: Preprocessed source(s) and associated run script(s) are located at: |