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 | ed5bbe9020450b75cd3347b5ce29336deea4ecae (patch) | |
| tree | afa44e18fb3638b00c4d41e455ebe9823d98a950 /clang/test/Driver/crash-report.c | |
| parent | 78c0295fcf1dec5833e6fce58e9eb457f976fa3d (diff) | |
| download | bcm5719-llvm-ed5bbe9020450b75cd3347b5ce29336deea4ecae.tar.gz bcm5719-llvm-ed5bbe9020450b75cd3347b5ce29336deea4ecae.zip  | |
[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.
llvm-svn: 160343
Diffstat (limited to 'clang/test/Driver/crash-report.c')
| -rw-r--r-- | clang/test/Driver/crash-report.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/test/Driver/crash-report.c b/clang/test/Driver/crash-report.c index ffa375334c6..f9f62da5f24 100644 --- a/clang/test/Driver/crash-report.c +++ b/clang/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:  | 

