summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2008-05-21 14:48:24 +0000
committerGabor Greif <ggreif@gmail.com>2008-05-21 14:48:24 +0000
commita3f334362f86a70fd11196dd49358662579c21a3 (patch)
treea6a6c080137b2082f58e4937eaa327f7c13e2e11
parent33e456d5f3909e0c7b96e04e5674c25a182da100 (diff)
downloadllvm-a3f334362f86a70fd11196dd49358662579c21a3.tar.gz
llvm-a3f334362f86a70fd11196dd49358662579c21a3.tar.bz2
llvm-a3f334362f86a70fd11196dd49358662579c21a3.tar.xz
resurrect lost tests by renaming them to not end with .tr
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51375 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/C++Frontend/2003-08-24-Cleanup.cpp (renamed from test/C++Frontend/2003-08-24-Cleanup.cpp.tr)0
-rw-r--r--test/C++Frontend/2003-08-29-ArgPassingBug.cpp (renamed from test/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr)0
-rw-r--r--test/C++Frontend/2003-10-21-InnerClass.cpp (renamed from test/C++Frontend/2003-10-21-InnerClass.cpp.tr)0
-rw-r--r--test/C++Frontend/2003-11-02-WeakLinkage.cpp (renamed from test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr)0
-rw-r--r--test/C++Frontend/2003-11-08-ArrayAddress.cpp (renamed from test/C++Frontend/2003-11-08-ArrayAddress.cpp.tr)0
-rw-r--r--test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp (renamed from test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp.tr)0
-rw-r--r--test/C++Frontend/2003-11-18-MemberInitializationCasting.cpp (renamed from test/C++Frontend/2003-11-18-MemberInitializationCasting.cpp.tr)0
-rw-r--r--test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp (renamed from test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp.tr)0
-rw-r--r--test/C++Frontend/2004-03-09-UnmangledBuiltinMethods.cpp (renamed from test/C++Frontend/2004-03-09-UnmangledBuiltinMethods.cpp.tr)0
-rw-r--r--test/C++Frontend/2004-09-27-DidntEmitTemplate.cpp (renamed from test/C++Frontend/2004-09-27-DidntEmitTemplate.cpp.tr)0
-rw-r--r--test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c (renamed from test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr)0
-rw-r--r--test/CFrontend/2003-08-06-BuiltinSetjmpLongjmp.c (renamed from test/CFrontend/2003-08-06-BuiltinSetjmpLongjmp.c.tr)0
-rw-r--r--test/CFrontend/2003-08-17-DeadCodeShortCircuit.c (renamed from test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr)0
-rw-r--r--test/CFrontend/2003-11-03-AddrArrayElement.c (renamed from test/CFrontend/2003-11-03-AddrArrayElement.c.tr)0
-rw-r--r--test/CFrontend/2003-11-08-PointerSubNotGetelementptr.c (renamed from test/CFrontend/2003-11-08-PointerSubNotGetelementptr.c.tr)0
-rw-r--r--test/CFrontend/2003-11-13-TypeSafety.c (renamed from test/CFrontend/2003-11-13-TypeSafety.c.tr)0
-rw-r--r--test/CFrontend/2003-11-19-AddressOfRegister.c (renamed from test/CFrontend/2003-11-19-AddressOfRegister.c.tr)0
-rw-r--r--test/CFrontend/2003-12-14-ExternInlineSupport.c (renamed from test/CFrontend/2003-12-14-ExternInlineSupport.c.tr)0
-rw-r--r--test/CFrontend/2004-02-12-LargeAggregateCopy.c (renamed from test/CFrontend/2004-02-12-LargeAggregateCopy.c.tr)0
-rw-r--r--test/CFrontend/2004-02-13-BuiltinFrameReturnAddress.c (renamed from test/CFrontend/2004-02-13-BuiltinFrameReturnAddress.c.tr)0
-rw-r--r--test/CFrontend/2004-02-13-IllegalVararg.c (renamed from test/CFrontend/2004-02-13-IllegalVararg.c.tr)0
-rw-r--r--test/CFrontend/2004-02-20-Builtins.c (renamed from test/CFrontend/2004-02-20-Builtins.c.tr)0
-rw-r--r--test/CFrontend/2004-03-07-ExternalConstant.c (renamed from test/CFrontend/2004-03-07-ExternalConstant.c.tr)0
-rw-r--r--test/CFrontend/2004-06-17-UnorderedCompares.c (renamed from test/CFrontend/2004-06-17-UnorderedCompares.c.tr)0
-rw-r--r--test/CFrontend/2005-01-02-PointerDifference.c (renamed from test/CFrontend/2005-01-02-PointerDifference.c.tr)0
25 files changed, 0 insertions, 0 deletions
diff --git a/test/C++Frontend/2003-08-24-Cleanup.cpp.tr b/test/C++Frontend/2003-08-24-Cleanup.cpp
index ab0d1a0d11..ab0d1a0d11 100644
--- a/test/C++Frontend/2003-08-24-Cleanup.cpp.tr
+++ b/test/C++Frontend/2003-08-24-Cleanup.cpp
diff --git a/test/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr b/test/C++Frontend/2003-08-29-ArgPassingBug.cpp
index d4cddff314..d4cddff314 100644
--- a/test/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr
+++ b/test/C++Frontend/2003-08-29-ArgPassingBug.cpp
diff --git a/test/C++Frontend/2003-10-21-InnerClass.cpp.tr b/test/C++Frontend/2003-10-21-InnerClass.cpp
index fadd51d226..fadd51d226 100644
--- a/test/C++Frontend/2003-10-21-InnerClass.cpp.tr
+++ b/test/C++Frontend/2003-10-21-InnerClass.cpp
diff --git a/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr b/test/C++Frontend/2003-11-02-WeakLinkage.cpp
index 748ca6385b..748ca6385b 100644
--- a/test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr
+++ b/test/C++Frontend/2003-11-02-WeakLinkage.cpp
diff --git a/test/C++Frontend/2003-11-08-ArrayAddress.cpp.tr b/test/C++Frontend/2003-11-08-ArrayAddress.cpp
index 9ad1b8f82f..9ad1b8f82f 100644
--- a/test/C++Frontend/2003-11-08-ArrayAddress.cpp.tr
+++ b/test/C++Frontend/2003-11-08-ArrayAddress.cpp
diff --git a/test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp.tr b/test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp
index e6c09e5bfe..e6c09e5bfe 100644
--- a/test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp.tr
+++ b/test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp
diff --git a/test/C++Frontend/2003-11-18-MemberInitializationCasting.cpp.tr b/test/C++Frontend/2003-11-18-MemberInitializationCasting.cpp
index cb66ba1127..cb66ba1127 100644
--- a/test/C++Frontend/2003-11-18-MemberInitializationCasting.cpp.tr
+++ b/test/C++Frontend/2003-11-18-MemberInitializationCasting.cpp
diff --git a/test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp.tr b/test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp
index 8ae15c9592..8ae15c9592 100644
--- a/test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp.tr
+++ b/test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp
diff --git a/test/C++Frontend/2004-03-09-UnmangledBuiltinMethods.cpp.tr b/test/C++Frontend/2004-03-09-UnmangledBuiltinMethods.cpp
index b019e0c0ef..b019e0c0ef 100644
--- a/test/C++Frontend/2004-03-09-UnmangledBuiltinMethods.cpp.tr
+++ b/test/C++Frontend/2004-03-09-UnmangledBuiltinMethods.cpp
diff --git a/test/C++Frontend/2004-09-27-DidntEmitTemplate.cpp.tr b/test/C++Frontend/2004-09-27-DidntEmitTemplate.cpp
index 706d541bee..706d541bee 100644
--- a/test/C++Frontend/2004-09-27-DidntEmitTemplate.cpp.tr
+++ b/test/C++Frontend/2004-09-27-DidntEmitTemplate.cpp
diff --git a/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr b/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c
index 51e66c9b83..51e66c9b83 100644
--- a/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr
+++ b/test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c
diff --git a/test/CFrontend/2003-08-06-BuiltinSetjmpLongjmp.c.tr b/test/CFrontend/2003-08-06-BuiltinSetjmpLongjmp.c
index 39412e5f84..39412e5f84 100644
--- a/test/CFrontend/2003-08-06-BuiltinSetjmpLongjmp.c.tr
+++ b/test/CFrontend/2003-08-06-BuiltinSetjmpLongjmp.c
diff --git a/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr b/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c
index c275fee5d0..c275fee5d0 100644
--- a/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr
+++ b/test/CFrontend/2003-08-17-DeadCodeShortCircuit.c
diff --git a/test/CFrontend/2003-11-03-AddrArrayElement.c.tr b/test/CFrontend/2003-11-03-AddrArrayElement.c
index ed3fc1a6cb..ed3fc1a6cb 100644
--- a/test/CFrontend/2003-11-03-AddrArrayElement.c.tr
+++ b/test/CFrontend/2003-11-03-AddrArrayElement.c
diff --git a/test/CFrontend/2003-11-08-PointerSubNotGetelementptr.c.tr b/test/CFrontend/2003-11-08-PointerSubNotGetelementptr.c
index 443dfbdb37..443dfbdb37 100644
--- a/test/CFrontend/2003-11-08-PointerSubNotGetelementptr.c.tr
+++ b/test/CFrontend/2003-11-08-PointerSubNotGetelementptr.c
diff --git a/test/CFrontend/2003-11-13-TypeSafety.c.tr b/test/CFrontend/2003-11-13-TypeSafety.c
index 128b767e22..128b767e22 100644
--- a/test/CFrontend/2003-11-13-TypeSafety.c.tr
+++ b/test/CFrontend/2003-11-13-TypeSafety.c
diff --git a/test/CFrontend/2003-11-19-AddressOfRegister.c.tr b/test/CFrontend/2003-11-19-AddressOfRegister.c
index 69dc54d928..69dc54d928 100644
--- a/test/CFrontend/2003-11-19-AddressOfRegister.c.tr
+++ b/test/CFrontend/2003-11-19-AddressOfRegister.c
diff --git a/test/CFrontend/2003-12-14-ExternInlineSupport.c.tr b/test/CFrontend/2003-12-14-ExternInlineSupport.c
index fb92ec773c..fb92ec773c 100644
--- a/test/CFrontend/2003-12-14-ExternInlineSupport.c.tr
+++ b/test/CFrontend/2003-12-14-ExternInlineSupport.c
diff --git a/test/CFrontend/2004-02-12-LargeAggregateCopy.c.tr b/test/CFrontend/2004-02-12-LargeAggregateCopy.c
index b3c9bcf381..b3c9bcf381 100644
--- a/test/CFrontend/2004-02-12-LargeAggregateCopy.c.tr
+++ b/test/CFrontend/2004-02-12-LargeAggregateCopy.c
diff --git a/test/CFrontend/2004-02-13-BuiltinFrameReturnAddress.c.tr b/test/CFrontend/2004-02-13-BuiltinFrameReturnAddress.c
index 162d32a658..162d32a658 100644
--- a/test/CFrontend/2004-02-13-BuiltinFrameReturnAddress.c.tr
+++ b/test/CFrontend/2004-02-13-BuiltinFrameReturnAddress.c
diff --git a/test/CFrontend/2004-02-13-IllegalVararg.c.tr b/test/CFrontend/2004-02-13-IllegalVararg.c
index 1f3eded0cd..1f3eded0cd 100644
--- a/test/CFrontend/2004-02-13-IllegalVararg.c.tr
+++ b/test/CFrontend/2004-02-13-IllegalVararg.c
diff --git a/test/CFrontend/2004-02-20-Builtins.c.tr b/test/CFrontend/2004-02-20-Builtins.c
index 82b7dc1f34..82b7dc1f34 100644
--- a/test/CFrontend/2004-02-20-Builtins.c.tr
+++ b/test/CFrontend/2004-02-20-Builtins.c
diff --git a/test/CFrontend/2004-03-07-ExternalConstant.c.tr b/test/CFrontend/2004-03-07-ExternalConstant.c
index b8e13a3554..b8e13a3554 100644
--- a/test/CFrontend/2004-03-07-ExternalConstant.c.tr
+++ b/test/CFrontend/2004-03-07-ExternalConstant.c
diff --git a/test/CFrontend/2004-06-17-UnorderedCompares.c.tr b/test/CFrontend/2004-06-17-UnorderedCompares.c
index f91ed6687c..f91ed6687c 100644
--- a/test/CFrontend/2004-06-17-UnorderedCompares.c.tr
+++ b/test/CFrontend/2004-06-17-UnorderedCompares.c
diff --git a/test/CFrontend/2005-01-02-PointerDifference.c.tr b/test/CFrontend/2005-01-02-PointerDifference.c
index a351da2ed8..a351da2ed8 100644
--- a/test/CFrontend/2005-01-02-PointerDifference.c.tr
+++ b/test/CFrontend/2005-01-02-PointerDifference.c