1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00

Update lists of failing unit tests.

Exclude bigfib, so that we effectively exclude all C++ benchmarks.
Update to-do list: mention va_start.

llvm-svn: 17732
This commit is contained in:
Brian Gaeke 2004-11-14 06:32:07 +00:00
parent 8418e06978
commit 0e77dab4e8

View 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$