From a3f334362f86a70fd11196dd49358662579c21a3 Mon Sep 17 00:00:00 2001 From: Gabor Greif Date: Wed, 21 May 2008 14:48:24 +0000 Subject: [PATCH] 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 --- .../{2003-08-24-Cleanup.cpp.tr => 2003-08-24-Cleanup.cpp} | 0 ...03-08-29-ArgPassingBug.cpp.tr => 2003-08-29-ArgPassingBug.cpp} | 0 .../{2003-10-21-InnerClass.cpp.tr => 2003-10-21-InnerClass.cpp} | 0 .../{2003-11-02-WeakLinkage.cpp.tr => 2003-11-02-WeakLinkage.cpp} | 0 ...2003-11-08-ArrayAddress.cpp.tr => 2003-11-08-ArrayAddress.cpp} | 0 ...ctorTypeSafety.cpp.tr => 2003-11-09-ConstructorTypeSafety.cpp} | 0 ...nCasting.cpp.tr => 2003-11-18-MemberInitializationCasting.cpp} | 0 ...dConstant.cpp.tr => 2004-01-11-DynamicInitializedConstant.cpp} | 0 ...iltinMethods.cpp.tr => 2004-03-09-UnmangledBuiltinMethods.cpp} | 0 ...-DidntEmitTemplate.cpp.tr => 2004-09-27-DidntEmitTemplate.cpp} | 0 ...ayAccessTypeSafety.c.tr => 2003-07-22-ArrayAccessTypeSafety.c} | 0 ...uiltinSetjmpLongjmp.c.tr => 2003-08-06-BuiltinSetjmpLongjmp.c} | 0 ...eadCodeShortCircuit.c.tr => 2003-08-17-DeadCodeShortCircuit.c} | 0 ...-11-03-AddrArrayElement.c.tr => 2003-11-03-AddrArrayElement.c} | 0 ...Getelementptr.c.tr => 2003-11-08-PointerSubNotGetelementptr.c} | 0 .../{2003-11-13-TypeSafety.c.tr => 2003-11-13-TypeSafety.c} | 0 ...1-19-AddressOfRegister.c.tr => 2003-11-19-AddressOfRegister.c} | 0 ...-ExternInlineSupport.c.tr => 2003-12-14-ExternInlineSupport.c} | 0 ...12-LargeAggregateCopy.c.tr => 2004-02-12-LargeAggregateCopy.c} | 0 ...eReturnAddress.c.tr => 2004-02-13-BuiltinFrameReturnAddress.c} | 0 .../{2004-02-13-IllegalVararg.c.tr => 2004-02-13-IllegalVararg.c} | 0 .../CFrontend/{2004-02-20-Builtins.c.tr => 2004-02-20-Builtins.c} | 0 ...-03-07-ExternalConstant.c.tr => 2004-03-07-ExternalConstant.c} | 0 ...6-17-UnorderedCompares.c.tr => 2004-06-17-UnorderedCompares.c} | 0 ...1-02-PointerDifference.c.tr => 2005-01-02-PointerDifference.c} | 0 25 files changed, 0 insertions(+), 0 deletions(-) rename test/C++Frontend/{2003-08-24-Cleanup.cpp.tr => 2003-08-24-Cleanup.cpp} (100%) rename test/C++Frontend/{2003-08-29-ArgPassingBug.cpp.tr => 2003-08-29-ArgPassingBug.cpp} (100%) rename test/C++Frontend/{2003-10-21-InnerClass.cpp.tr => 2003-10-21-InnerClass.cpp} (100%) rename test/C++Frontend/{2003-11-02-WeakLinkage.cpp.tr => 2003-11-02-WeakLinkage.cpp} (100%) rename test/C++Frontend/{2003-11-08-ArrayAddress.cpp.tr => 2003-11-08-ArrayAddress.cpp} (100%) rename test/C++Frontend/{2003-11-09-ConstructorTypeSafety.cpp.tr => 2003-11-09-ConstructorTypeSafety.cpp} (100%) rename test/C++Frontend/{2003-11-18-MemberInitializationCasting.cpp.tr => 2003-11-18-MemberInitializationCasting.cpp} (100%) rename test/C++Frontend/{2004-01-11-DynamicInitializedConstant.cpp.tr => 2004-01-11-DynamicInitializedConstant.cpp} (100%) rename test/C++Frontend/{2004-03-09-UnmangledBuiltinMethods.cpp.tr => 2004-03-09-UnmangledBuiltinMethods.cpp} (100%) rename test/C++Frontend/{2004-09-27-DidntEmitTemplate.cpp.tr => 2004-09-27-DidntEmitTemplate.cpp} (100%) rename test/CFrontend/{2003-07-22-ArrayAccessTypeSafety.c.tr => 2003-07-22-ArrayAccessTypeSafety.c} (100%) rename test/CFrontend/{2003-08-06-BuiltinSetjmpLongjmp.c.tr => 2003-08-06-BuiltinSetjmpLongjmp.c} (100%) rename test/CFrontend/{2003-08-17-DeadCodeShortCircuit.c.tr => 2003-08-17-DeadCodeShortCircuit.c} (100%) rename test/CFrontend/{2003-11-03-AddrArrayElement.c.tr => 2003-11-03-AddrArrayElement.c} (100%) rename test/CFrontend/{2003-11-08-PointerSubNotGetelementptr.c.tr => 2003-11-08-PointerSubNotGetelementptr.c} (100%) rename test/CFrontend/{2003-11-13-TypeSafety.c.tr => 2003-11-13-TypeSafety.c} (100%) rename test/CFrontend/{2003-11-19-AddressOfRegister.c.tr => 2003-11-19-AddressOfRegister.c} (100%) rename test/CFrontend/{2003-12-14-ExternInlineSupport.c.tr => 2003-12-14-ExternInlineSupport.c} (100%) rename test/CFrontend/{2004-02-12-LargeAggregateCopy.c.tr => 2004-02-12-LargeAggregateCopy.c} (100%) rename test/CFrontend/{2004-02-13-BuiltinFrameReturnAddress.c.tr => 2004-02-13-BuiltinFrameReturnAddress.c} (100%) rename test/CFrontend/{2004-02-13-IllegalVararg.c.tr => 2004-02-13-IllegalVararg.c} (100%) rename test/CFrontend/{2004-02-20-Builtins.c.tr => 2004-02-20-Builtins.c} (100%) rename test/CFrontend/{2004-03-07-ExternalConstant.c.tr => 2004-03-07-ExternalConstant.c} (100%) rename test/CFrontend/{2004-06-17-UnorderedCompares.c.tr => 2004-06-17-UnorderedCompares.c} (100%) rename test/CFrontend/{2005-01-02-PointerDifference.c.tr => 2005-01-02-PointerDifference.c} (100%) diff --git a/test/C++Frontend/2003-08-24-Cleanup.cpp.tr b/test/C++Frontend/2003-08-24-Cleanup.cpp similarity index 100% rename from test/C++Frontend/2003-08-24-Cleanup.cpp.tr rename to 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 similarity index 100% rename from test/C++Frontend/2003-08-29-ArgPassingBug.cpp.tr rename to 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 similarity index 100% rename from test/C++Frontend/2003-10-21-InnerClass.cpp.tr rename to 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 similarity index 100% rename from test/C++Frontend/2003-11-02-WeakLinkage.cpp.tr rename to 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 similarity index 100% rename from test/C++Frontend/2003-11-08-ArrayAddress.cpp.tr rename to 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 similarity index 100% rename from test/C++Frontend/2003-11-09-ConstructorTypeSafety.cpp.tr rename to 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 similarity index 100% rename from test/C++Frontend/2003-11-18-MemberInitializationCasting.cpp.tr rename to 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 similarity index 100% rename from test/C++Frontend/2004-01-11-DynamicInitializedConstant.cpp.tr rename to 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 similarity index 100% rename from test/C++Frontend/2004-03-09-UnmangledBuiltinMethods.cpp.tr rename to 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 similarity index 100% rename from test/C++Frontend/2004-09-27-DidntEmitTemplate.cpp.tr rename to 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 similarity index 100% rename from test/CFrontend/2003-07-22-ArrayAccessTypeSafety.c.tr rename to 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 similarity index 100% rename from test/CFrontend/2003-08-06-BuiltinSetjmpLongjmp.c.tr rename to 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 similarity index 100% rename from test/CFrontend/2003-08-17-DeadCodeShortCircuit.c.tr rename to 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 similarity index 100% rename from test/CFrontend/2003-11-03-AddrArrayElement.c.tr rename to 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 similarity index 100% rename from test/CFrontend/2003-11-08-PointerSubNotGetelementptr.c.tr rename to 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 similarity index 100% rename from test/CFrontend/2003-11-13-TypeSafety.c.tr rename to 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 similarity index 100% rename from test/CFrontend/2003-11-19-AddressOfRegister.c.tr rename to 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 similarity index 100% rename from test/CFrontend/2003-12-14-ExternInlineSupport.c.tr rename to 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 similarity index 100% rename from test/CFrontend/2004-02-12-LargeAggregateCopy.c.tr rename to 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 similarity index 100% rename from test/CFrontend/2004-02-13-BuiltinFrameReturnAddress.c.tr rename to 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 similarity index 100% rename from test/CFrontend/2004-02-13-IllegalVararg.c.tr rename to 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 similarity index 100% rename from test/CFrontend/2004-02-20-Builtins.c.tr rename to 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 similarity index 100% rename from test/CFrontend/2004-03-07-ExternalConstant.c.tr rename to 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 similarity index 100% rename from test/CFrontend/2004-06-17-UnorderedCompares.c.tr rename to 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 similarity index 100% rename from test/CFrontend/2005-01-02-PointerDifference.c.tr rename to test/CFrontend/2005-01-02-PointerDifference.c