No need of cleanup in the testsuite - we use temporary uniquely named files.
This commit is contained in:
parent
6f569a1aaa
commit
c512b9abf4
@ -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
|
||||
|
@ -1,4 +1,3 @@
|
||||
// RUN: rm -f %testexecdir/ErrorRecovery/*.tmp
|
||||
// RUN: cat %s | %cling -I%p 2>&1 | FileCheck %s
|
||||
// XFAIL: *
|
||||
|
||||
|
@ -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 {
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -1,4 +1,3 @@
|
||||
// RUN: rm -f %testexecdir/ErrorRecovery/*.tmp
|
||||
// RUN: cat %s | %cling -Xclang -verify 2>&1 | FileCheck %s
|
||||
// XFAIL: *
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user