diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-11-14 06:32:07 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-11-14 06:32:07 +0000 |
commit | 5179e41d6e6fc6fa23674677a4b026fcc4f3e949 (patch) | |
tree | 86123c260370674bc2e15b9ccff5fba59b126105 /lib | |
parent | f2c83db93590fd6ebc57a37d63c3dcb46fb0b084 (diff) | |
download | external_llvm-5179e41d6e6fc6fa23674677a4b026fcc4f3e949.zip external_llvm-5179e41d6e6fc6fa23674677a4b026fcc4f3e949.tar.gz external_llvm-5179e41d6e6fc6fa23674677a4b026fcc4f3e949.tar.bz2 |
Update lists of failing unit tests.
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
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Target/Sparc/README.txt | 9 | ||||
-rw-r--r-- | lib/Target/SparcV8/README.txt | 9 |
2 files changed, 10 insertions, 8 deletions
diff --git a/lib/Target/Sparc/README.txt b/lib/Target/Sparc/README.txt index 0a271d3..07d1975 100644 --- a/lib/Target/Sparc/README.txt +++ b/lib/Target/Sparc/README.txt @@ -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$ diff --git a/lib/Target/SparcV8/README.txt b/lib/Target/SparcV8/README.txt index 0a271d3..07d1975 100644 --- a/lib/Target/SparcV8/README.txt +++ b/lib/Target/SparcV8/README.txt @@ -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$ |