Update lists of failing benchmarks (except C++...something is the
[oota-llvm.git] / lib / Target / SparcV8 / README.txt
index a0bda509264bda3a0ff5949846b31fc0cd06cd6e..71992721928930a6635b5e9df6ba8280341026b2 100644 (file)
@@ -9,28 +9,38 @@ this space for more news coming soon!
 Current expected test failures
 ------------------------------
 
-All SingleSource/Benchmarks tests are expected to pass.  Currently, all
-C++ tests are expected to fail.  Here are the known SingleSource failures:
-
-       UnitTests/SetjmpLongjmp/C++/C++Catch
-       UnitTests/SetjmpLongjmp/C++/SimpleC++Test
-       Regression/C++/EH/ConditionalExpr
-       Regression/C++/EH/ctor_dtor_count-2
-       Regression/C++/EH/ctor_dtor_count
+The SparcV8 backend works on many simple C++ SingleSource codes. Here
+are the known SingleSource failures:
+
        Regression/C++/EH/exception_spec_test
-       Regression/C++/EH/function_try_block
-       Regression/C++/EH/simple_rethrow
-       Regression/C++/EH/simple_throw
        Regression/C++/EH/throw_rethrow_test
-       CustomChecked/oopack_v1p8
+       Benchmarks/Shootout-C++/moments
+       Benchmarks/Shootout-C++/random
+
+Here are the known MultiSource test failures, neglecting FreeBench,
+MallocBench, and Prolangs-C++:
+
+  Applications/lambda
+  Applications/d/make_dparser
+  Applications/hbd
+  Applications/hexxagon
+  Benchmarks/Fhourstones
+  Benchmarks/McCat/03-testtrie
+  Benchmarks/McCat/18-imp
+  Benchmarks/Olden/tsp
+  Benchmarks/Ptrdist/anagram
+  Benchmarks/Prolangs-C/bison/mybison
+  Benchmarks/Prolangs-C/fixoutput
+  Benchmarks/Prolangs-C/gnugo
+  Benchmarks/Prolangs-C/plot2fig
 
 To-do
 -----
 
-* support setcc on longs
 * support shifts on longs
 * support casting 64-bit integers to FP types
 * support FP rem
+* directly support select instructions
 
 $Date$