No need of cleanup in the testsuite - we use temporary uniquely named files.

This commit is contained in:
Vassil Vassilev 2013-09-17 16:36:05 +02:00 committed by sftnight
parent 6f569a1aaa
commit c512b9abf4
8 changed files with 0 additions and 8 deletions

View File

@ -1,4 +1,3 @@
// RUN: rm -f %testexecdir/ErrorRecovery/*.tmp
// RUN: cat %s | %cling -Xclang -verify 2>&1 | FileCheck %s
// Actually test clang::DeclContext::removeDecl(). This function in clang is

View File

@ -1,4 +1,3 @@
// RUN: rm -f %testexecdir/ErrorRecovery/*.tmp
// RUN: cat %s | %cling -I%p 2>&1 | FileCheck %s
// XFAIL: *

View File

@ -1,4 +1,3 @@
// RUN: rm -f %testexecdir/ErrorRecovery/*.tmp
// RUN: cat %s | %cling -Xclang -verify 2>&1 | FileCheck %s
#define BEGIN_NAMESPACE namespace test_namespace {

View File

@ -1,4 +1,3 @@
// RUN: rm %testexecdir/ErrorRecovery/*.tmp
// RUN: cat %s | %cling -Xclang -verify 2>&1 | FileCheck %s
// XFAIL: *
// The main issue is that expected - error is not propagated to the source file and

View File

@ -1,4 +1,3 @@
// RUN: rm -f %testexecdir/ErrorRecovery/*.tmp
// RUN: cat %s | %cling -Xclang -verify 2>&1 | FileCheck %s
// Tests the removal of nested decls

View File

@ -1,4 +1,3 @@
// RUN: rm -f %testexecdir/ErrorRecovery/*.tmp
// RUN: cat %s | %cling -Xclang -verify 2>&1 | FileCheck %s
// Test the removal of decls from the redeclaration chain, which are marked as

View File

@ -1,4 +1,3 @@
// RUN: rm -f %testexecdir/ErrorRecovery/*.tmp
// RUN: cat %s | %cling -Xclang -verify 2>&1 | FileCheck %s
// Test the removal of decls which are stored in vector of redeclarables

View File

@ -1,4 +1,3 @@
// RUN: rm -f %testexecdir/ErrorRecovery/*.tmp
// RUN: cat %s | %cling -Xclang -verify 2>&1 | FileCheck %s
// XFAIL: *