From 48f35a0dabfc31cfb42a34ade74683b66a150d67 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. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@227434 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/crash-trace.c | 3 +++ test/Parser/crash-report.c | 3 +++ 2 files changed, 6 insertions(+) diff --git a/test/Analysis/crash-trace.c b/test/Analysis/crash-trace.c index a2f318d865..8b61b75172 100644 --- a/test/Analysis/crash-trace.c +++ b/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/test/Parser/crash-report.c b/test/Parser/crash-report.c index 6f3706299d..92bc9ba6db 100644 --- a/test/Parser/crash-report.c +++ b/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.50.1