projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
33c37f6
)
Mark test/Analysis/crash-trace.c as requiring crash recovery.
author
Jordan Rose
<jordan_rose@apple.com>
Tue, 23 Jul 2013 16:02:54 +0000
(16:02 +0000)
committer
Jordan Rose
<jordan_rose@apple.com>
Tue, 23 Jul 2013 16:02:54 +0000
(16:02 +0000)
This plus Rafael's fix at r186943 should keep all the buildbots happy.
llvm-svn: 186950
clang/test/Analysis/crash-trace.c
patch
|
blob
|
history
diff --git
a/clang/test/Analysis/crash-trace.c
b/clang/test/Analysis/crash-trace.c
index
5fa94b5
..
f337a72
100644
(file)
--- a/
clang/test/Analysis/crash-trace.c
+++ b/
clang/test/Analysis/crash-trace.c
@@
-1,4
+1,5
@@
// RUN: not --crash %clang_cc1 -analyze -analyzer-checker=debug.ExprInspection %s 2>&1 | FileCheck %s
+// REQUIRES: crash-recovery
void clang_analyzer_crash(void);