Update list of failing benchmarks & to-do list.
authorBrian Gaeke <gaeke@uiuc.edu>
Sun, 21 Nov 2004 03:35:21 +0000 (03:35 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Sun, 21 Nov 2004 03:35:21 +0000 (03:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18078 91177308-0d34-0410-b5e6-96231b3b80d8

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

index bee1d9f5e03a396f3e423bcc8c2f45306e8ec4be..6b37c10e3d22fe64305022c3e6a59b2107036cd1 100644 (file)
@@ -10,14 +10,10 @@ Current expected test failures
 ------------------------------
 
 All SingleSource/Benchmarks tests are expected to pass.  Currently, all
-C++ tests and most tests involving varargs instructions
-(e.g. vaarg) are expected to fail.  Here are the known SingleSource
-failures:
+C++ tests are expected to fail.  Here are the known SingleSource failures:
 
        UnitTests/SetjmpLongjmp/C++/C++Catch
        UnitTests/SetjmpLongjmp/C++/SimpleC++Test
-       UnitTests/2003-05-07-VarArgs
-       UnitTests/2003-08-11-VaListArg
        Regression/C++/EH/ConditionalExpr
        Regression/C++/EH/ctor_dtor_count-2
        Regression/C++/EH/ctor_dtor_count
@@ -36,7 +32,6 @@ To-do
   - use libc procedures instead of open-coding for:
     __div64 __mul64 __rem64 __udiv64 __umul64 __urem64
 * support casting 64-bit integers to FP types
-* fully support varargs instructions
 
 $Date$
 
index bee1d9f5e03a396f3e423bcc8c2f45306e8ec4be..6b37c10e3d22fe64305022c3e6a59b2107036cd1 100644 (file)
@@ -10,14 +10,10 @@ Current expected test failures
 ------------------------------
 
 All SingleSource/Benchmarks tests are expected to pass.  Currently, all
-C++ tests and most tests involving varargs instructions
-(e.g. vaarg) are expected to fail.  Here are the known SingleSource
-failures:
+C++ tests are expected to fail.  Here are the known SingleSource failures:
 
        UnitTests/SetjmpLongjmp/C++/C++Catch
        UnitTests/SetjmpLongjmp/C++/SimpleC++Test
-       UnitTests/2003-05-07-VarArgs
-       UnitTests/2003-08-11-VaListArg
        Regression/C++/EH/ConditionalExpr
        Regression/C++/EH/ctor_dtor_count-2
        Regression/C++/EH/ctor_dtor_count
@@ -36,7 +32,6 @@ To-do
   - use libc procedures instead of open-coding for:
     __div64 __mul64 __rem64 __udiv64 __umul64 __urem64
 * support casting 64-bit integers to FP types
-* fully support varargs instructions
 
 $Date$