]> granicus.if.org Git - clang/commitdiff
Remove useless 'XPASS: *' from tests
authorDmitri Gribenko <gribozavr@gmail.com>
Fri, 25 Jan 2013 22:20:24 +0000 (22:20 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Fri, 25 Jan 2013 22:20:24 +0000 (22:20 +0000)
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
test/Analysis/dtors-in-dtor-cfg-output.cpp
test/Analysis/initializers-cfg-output.cpp
test/Analysis/temp-obj-dtors-cfg-output.cpp
test/FixIt/fixit-c90.c
test/FixIt/fixit-errors-1.c

index e4b49dc10f1bfc50ed7260ba008ed9df6aa95958..0fc6517391193d073953254ddf921cdba4d4a2ce 100644 (file)
@@ -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:
index f0546fc8bffac5280c5cc152412ccc4e4c7d3ae6..ceda58c8566ca84deb28093750d61bd29f6eabc7 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: %clang_cc1 -analyze -analyzer-checker=debug.DumpCFG %s 2>&1 | FileCheck %s
-// XPASS: *
 
 class A {
 public:
index 8aaa94cd84c7a4f87038c2b0d44378320640e735..b62d979d5bf038075c089143b6995247c5f2e654 100644 (file)
@@ -1,5 +1,4 @@
 // RUN: %clang_cc1 -analyze -analyzer-checker=debug.DumpCFG %s 2>&1 | FileCheck %s
-// XPASS: *
 
 class A {
 public:
index c8844754bef8f6424bc85fe567d360a0786f5ca8..df9d906c98dd8022cc3e9863a0586aeaf9e2e6ec 100644 (file)
@@ -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:
index 0bc1fada8b6bd495a429f82eecac3444b4ae1211..5e9d5a1ff9323c457000f741f882af1bee55b348 100644 (file)
@@ -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.
  */
index 96f27eb6d0e900d9702d96d02cba3be39237c958..b034b1973471033488a534c6532ddb1e98772329 100644 (file)
@@ -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