Update lists of failing unit tests.
authorBrian Gaeke <gaeke@uiuc.edu>
Sun, 14 Nov 2004 06:32:07 +0000 (06:32 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Sun, 14 Nov 2004 06:32:07 +0000 (06:32 +0000)
Exclude bigfib, so that we effectively exclude all C++ benchmarks.
Update to-do list: mention va_start.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@17732 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Target/Sparc/README.txt
lib/Target/SparcV8/README.txt

index 0a271d39aeb71c8ab348f0054a047bbc03d78c24..07d1975df1ebc0fde174f05ae1889149c63e1c3c 100644 (file)
@@ -9,12 +9,12 @@ this space for more news coming soon!
 Current expected test failures
 ------------------------------
 
-SingleSource/Benchmarks (excluding Shootout-C++): 
-fldry heapsort objinst Queens chomp misr pi whetstone bigfib
+SingleSource/Benchmarks (excluding C++ tests): 
+fldry heapsort objinst Queens chomp misr pi whetstone
 
 SingleSource/UnitTests:
-C++Catch SimpleC++Test 2002-05-02-ArgumentTest
-2003-05-07-VarArgs 2003-07-09-SignedArgs 2003-08-11-VaListArg
+C++Catch SimpleC++Test 2003-05-07-VarArgs 2003-07-09-SignedArgs
+2003-08-11-VaListArg
 
 To-do
 -----
@@ -27,6 +27,7 @@ To-do
 * support basic binary operations on longs
 * support casting <=32-bit integers, bools to long
 * support casting 64-bit integers to FP types
+* support varargs intrinsics (va_start et al.)
 
 $Date$
 
index 0a271d39aeb71c8ab348f0054a047bbc03d78c24..07d1975df1ebc0fde174f05ae1889149c63e1c3c 100644 (file)
@@ -9,12 +9,12 @@ this space for more news coming soon!
 Current expected test failures
 ------------------------------
 
-SingleSource/Benchmarks (excluding Shootout-C++): 
-fldry heapsort objinst Queens chomp misr pi whetstone bigfib
+SingleSource/Benchmarks (excluding C++ tests): 
+fldry heapsort objinst Queens chomp misr pi whetstone
 
 SingleSource/UnitTests:
-C++Catch SimpleC++Test 2002-05-02-ArgumentTest
-2003-05-07-VarArgs 2003-07-09-SignedArgs 2003-08-11-VaListArg
+C++Catch SimpleC++Test 2003-05-07-VarArgs 2003-07-09-SignedArgs
+2003-08-11-VaListArg
 
 To-do
 -----
@@ -27,6 +27,7 @@ To-do
 * support basic binary operations on longs
 * support casting <=32-bit integers, bools to long
 * support casting 64-bit integers to FP types
+* support varargs intrinsics (va_start et al.)
 
 $Date$