Add more known-failing tests.
[oota-llvm.git] / lib / Target / Sparc / README.txt
1
2 SparcV8 backend skeleton
3 ------------------------
4
5 This directory houses a 32-bit SPARC V8 backend employing an expander-based
6 instruction selector.  It is not yet functionally complete.  Watch
7 this space for more news coming soon!
8
9 Current expected test failures
10 ------------------------------
11
12 All SingleSource/Benchmarks tests are expected to pass.  Currently, all
13 C++ tests are expected to fail.  Here are the known SingleSource failures:
14
15         UnitTests/SetjmpLongjmp/C++/C++Catch
16         UnitTests/SetjmpLongjmp/C++/SimpleC++Test
17         Regression/C++/EH/ConditionalExpr
18         Regression/C++/EH/ctor_dtor_count-2
19         Regression/C++/EH/ctor_dtor_count
20         Regression/C++/EH/exception_spec_test
21         Regression/C++/EH/function_try_block
22         Regression/C++/EH/simple_rethrow
23         Regression/C++/EH/simple_throw
24         Regression/C++/EH/throw_rethrow_test
25         CustomChecked/oopack_v1p8
26
27 Here are some known MultiSource test failures - this is probably not a
28 complete list right now.
29
30         burg siod lambda make_dparser hbd treecc hexxagon fhourstones
31         bisect testtrie eks imp bh power anagram bc distray
32
33 To-do
34 -----
35
36 * support shifts on longs
37 * support casting 64-bit integers to FP types
38 * support FP rem
39
40 $Date$
41