From 3d115cfd1b9c48155d478b1f2f14dba1b6ba9a91 Mon Sep 17 00:00:00 2001 From: Dmitri Gribenko Date: Fri, 25 Jan 2013 22:20:24 +0000 Subject: [PATCH] Remove useless 'XPASS: *' from tests git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173511 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/Analysis/auto-obj-dtors-cfg-output.cpp | 1 - test/Analysis/dtors-in-dtor-cfg-output.cpp | 1 - test/Analysis/initializers-cfg-output.cpp | 1 - test/Analysis/temp-obj-dtors-cfg-output.cpp | 1 - test/FixIt/fixit-c90.c | 2 +- test/FixIt/fixit-errors-1.c | 1 - 6 files changed, 1 insertion(+), 6 deletions(-) diff --git a/test/Analysis/auto-obj-dtors-cfg-output.cpp b/test/Analysis/auto-obj-dtors-cfg-output.cpp index e4b49dc10f..0fc6517391 100644 --- a/test/Analysis/auto-obj-dtors-cfg-output.cpp +++ b/test/Analysis/auto-obj-dtors-cfg-output.cpp @@ -1,6 +1,5 @@ // RUN: %clang_cc1 -fcxx-exceptions -fexceptions -analyze -analyzer-checker=debug.DumpCFG %s > %t 2>&1 // RUN: FileCheck --input-file=%t %s -// XPASS: * class A { public: diff --git a/test/Analysis/dtors-in-dtor-cfg-output.cpp b/test/Analysis/dtors-in-dtor-cfg-output.cpp index f0546fc8bf..ceda58c856 100644 --- a/test/Analysis/dtors-in-dtor-cfg-output.cpp +++ b/test/Analysis/dtors-in-dtor-cfg-output.cpp @@ -1,5 +1,4 @@ // RUN: %clang_cc1 -analyze -analyzer-checker=debug.DumpCFG %s 2>&1 | FileCheck %s -// XPASS: * class A { public: diff --git a/test/Analysis/initializers-cfg-output.cpp b/test/Analysis/initializers-cfg-output.cpp index 8aaa94cd84..b62d979d5b 100644 --- a/test/Analysis/initializers-cfg-output.cpp +++ b/test/Analysis/initializers-cfg-output.cpp @@ -1,5 +1,4 @@ // RUN: %clang_cc1 -analyze -analyzer-checker=debug.DumpCFG %s 2>&1 | FileCheck %s -// XPASS: * class A { public: diff --git a/test/Analysis/temp-obj-dtors-cfg-output.cpp b/test/Analysis/temp-obj-dtors-cfg-output.cpp index c8844754be..df9d906c98 100644 --- a/test/Analysis/temp-obj-dtors-cfg-output.cpp +++ b/test/Analysis/temp-obj-dtors-cfg-output.cpp @@ -1,7 +1,6 @@ // RUN: rm -f %t // RUN: %clang_cc1 -analyze -analyzer-checker=debug.DumpCFG -analyzer-config cfg-temporary-dtors=true %s > %t 2>&1 // RUN: FileCheck --input-file=%t %s -// XPASS: * class A { public: diff --git a/test/FixIt/fixit-c90.c b/test/FixIt/fixit-c90.c index 0bc1fada8b..5e9d5a1ff9 100644 --- a/test/FixIt/fixit-c90.c +++ b/test/FixIt/fixit-c90.c @@ -2,7 +2,7 @@ RUN: %clang_cc1 -std=c90 -pedantic -fixit %t RUN: %clang_cc1 -pedantic -x c -std=c90 -Werror %t */ -/* XPASS: * +/* This test passes because clang merely warns for this syntax error even with -pedantic -Werror -std=c90. */ diff --git a/test/FixIt/fixit-errors-1.c b/test/FixIt/fixit-errors-1.c index 96f27eb6d0..b034b19734 100644 --- a/test/FixIt/fixit-errors-1.c +++ b/test/FixIt/fixit-errors-1.c @@ -1,7 +1,6 @@ // RUN: cp %s %t // RUN: %clang_cc1 -pedantic -fixit %t // RUN: echo %clang_cc1 -pedantic -Werror -x c %t -/* XPASS: * */ /* This is a test of the various code modification hints that are provided as part of warning or extension diagnostics. All of the -- 2.40.0