From 8a0c4fd0c6a2044fbace7e176e9617c2aa89a4a0 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Tue, 23 Nov 2004 21:10:48 +0000 Subject: [PATCH] Update failing SingleSource test-case list. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18171 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Sparc/README.txt | 15 +++++---------- 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 f4097b591ac..a8b5560bf49 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 f4097b591ac..a8b5560bf49 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.