From 4b643c23fd1a84aa125b4b6bd9c1a78fc4bceb28 Mon Sep 17 00:00:00 2001 From: NAKAMURA Takumi Date: Thu, 29 Jan 2015 13:23:23 +0000 Subject: [PATCH] Disable a couple of crash-* tests for now. It seems they might be incompatible to win32. llvm-svn: 227434 --- clang/test/Analysis/crash-trace.c | 3 +++ clang/test/Parser/crash-report.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/clang/test/Analysis/crash-trace.c b/clang/test/Analysis/crash-trace.c index a2f318d..8b61b75 100644 --- a/clang/test/Analysis/crash-trace.c +++ b/clang/test/Analysis/crash-trace.c @@ -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() { diff --git a/clang/test/Parser/crash-report.c b/clang/test/Parser/crash-report.c index 6f37062..92bc9ba 100644 --- a/clang/test/Parser/crash-report.c +++ b/clang/test/Parser/crash-report.c @@ -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 -- 2.7.4