r227434 - Disable a couple of crash-* tests for now. It seems they might be incompatible to win32.
NAKAMURA Takumi
geek4civic at gmail.com
Thu Jan 29 05:23:24 PST 2015
Author: chapuni
Date: Thu Jan 29 07:23:23 2015
New Revision: 227434
URL: http://llvm.org/viewvc/llvm-project?rev=227434&view=rev
Log:
Disable a couple of crash-* tests for now. It seems they might be incompatible to win32.
Modified:
cfe/trunk/test/Analysis/crash-trace.c
cfe/trunk/test/Parser/crash-report.c
Modified: cfe/trunk/test/Analysis/crash-trace.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Analysis/crash-trace.c?rev=227434&r1=227433&r2=227434&view=diff
==============================================================================
--- cfe/trunk/test/Analysis/crash-trace.c (original)
+++ cfe/trunk/test/Analysis/crash-trace.c Thu Jan 29 07:23:23 2015
@@ -1,6 +1,9 @@
// RUN: not --crash %clang_cc1 -analyze -analyzer-checker=debug.ExprInspection %s 2>&1 | FileCheck %s
// REQUIRES: crash-recovery
+// FIXME: CHECKs might be incompatible to win32.
+// REQUIRES: shell
+
void clang_analyzer_crash(void);
void inlined() {
Modified: cfe/trunk/test/Parser/crash-report.c
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/test/Parser/crash-report.c?rev=227434&r1=227433&r2=227434&view=diff
==============================================================================
--- cfe/trunk/test/Parser/crash-report.c (original)
+++ cfe/trunk/test/Parser/crash-report.c Thu Jan 29 07:23:23 2015
@@ -1,6 +1,9 @@
// RUN: not --crash %clang_cc1 %s 2>&1 | FileCheck %s
// REQUIRES: crash-recovery
+// FIXME: CHECKs might be incompatible to win32.
+// REQUIRES: shell
+
#prag\
ma clang __debug crash
More information about the cfe-commits
mailing list