
Tests fall into one of the following categories: - The requirement was unnecessary - Additional quoting was required for backslashes in paths (see "sed -e 's/\\/\\\\/g'") in the sanitizer tests. - OpenMP used 'REQUIRES: shell' as a proxy for the test failing on Windows. Those tests fail there reliably, so use XFAIL instead. I tried not to remove shell requirements that were added to suppress flaky test failures, but if I screwed up, we can add it back as needed. llvm-svn: 284793
12 lines
372 B
Matlab
12 lines
372 B
Matlab
// REQUIRES: crash-recovery
|
|
// RUN: rm -rf %t
|
|
|
|
// Crash building module.
|
|
// RUN: not --crash %clang_cc1 -fmodules -fimplicit-module-maps -fmodules-cache-path=%t -I%S/Inputs %s
|
|
|
|
// The dead symlink is still around, but the underlying lock file is gone.
|
|
// RUN: find %t -name "crash-*.pcm.lock" | count 1
|
|
// RUN: find %t -name "crash-*.pcm.lock-*" | count 0
|
|
|
|
@import crash;
|