diff options
author | Brian Gaeke <gaeke@uiuc.edu> | 2004-11-23 21:10:48 +0000 |
---|---|---|
committer | Brian Gaeke <gaeke@uiuc.edu> | 2004-11-23 21:10:48 +0000 |
commit | 8a0c4fd0c6a2044fbace7e176e9617c2aa89a4a0 (patch) | |
tree | 918d4c0995c61001e1f89f2c2f21cef54e106265 | |
parent | d162032013dd10d9cf54426fc69e89c57b22ac9a (diff) |
Update failing SingleSource test-case list.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18171 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/Sparc/README.txt | 15 | ||||
-rw-r--r-- | lib/Target/SparcV8/README.txt | 15 |
2 files changed, 10 insertions, 20 deletions
diff --git a/lib/Target/Sparc/README.txt b/lib/Target/Sparc/README.txt index f4097b591a..a8b5560bf4 100644 --- a/lib/Target/Sparc/README.txt +++ b/lib/Target/Sparc/README.txt @@ -9,20 +9,15 @@ 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: +The SparcV8 backend works on many simple C++ SingleSource codes. 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 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 + Benchmarks/Shootout-C++/wordfreq Here are some known MultiSource test failures - this is probably not a complete list right now. diff --git a/lib/Target/SparcV8/README.txt b/lib/Target/SparcV8/README.txt index f4097b591a..a8b5560bf4 100644 --- a/lib/Target/SparcV8/README.txt +++ b/lib/Target/SparcV8/README.txt @@ -9,20 +9,15 @@ 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: +The SparcV8 backend works on many simple C++ SingleSource codes. 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 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 + Benchmarks/Shootout-C++/wordfreq Here are some known MultiSource test failures - this is probably not a complete list right now. |