From 09d8d67066c30907b162426bae9c387f68032238 Mon Sep 17 00:00:00 2001 From: Brian Gaeke Date: Fri, 10 Dec 2004 04:42:46 +0000 Subject: [PATCH] Update list of failing MultiSource benchmarks. It works out to +5 -5, but I think some of these might be the CFE's fault; a rebuild should come soon. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18735 91177308-0d34-0410-b5e6-96231b3b80d8 --- lib/Target/Sparc/README.txt | 14 +++++++------- lib/Target/SparcV8/README.txt | 14 +++++++------- 2 files changed, 14 insertions(+), 14 deletions(-) diff --git a/lib/Target/Sparc/README.txt b/lib/Target/Sparc/README.txt index 60dd0c15c20..e76c03556e1 100644 --- a/lib/Target/Sparc/README.txt +++ b/lib/Target/Sparc/README.txt @@ -18,8 +18,8 @@ are the known SingleSource failures: Benchmarks/Shootout-C++/moments Benchmarks/Shootout-C++/random -Here are the known MultiSource test failures, neglecting FreeBench -and MallocBench: +Here are the known MultiSource test failures, neglecting FreeBench, +MallocBench, and Prolangs-C++: Applications/siod Applications/lambda @@ -27,14 +27,14 @@ and MallocBench: Applications/hbd Applications/hexxagon Benchmarks/Fhourstones - Benchmarks/McCat/04-bisect Benchmarks/McCat/03-testtrie Benchmarks/McCat/18-imp + Benchmarks/Olden/tsp Benchmarks/Ptrdist/anagram - Benchmarks/sim - Benchmarks/Prolangs-C/TimberWolfMC - Benchmarks/Prolangs-C/allroots - Benchmarks/Prolangs-C/archie-client + Benchmarks/Prolangs-C/bison/mybison + Benchmarks/Prolangs-C/fixoutput + Benchmarks/Prolangs-C/gnugo + Benchmarks/Prolangs-C/plot2fig To-do ----- diff --git a/lib/Target/SparcV8/README.txt b/lib/Target/SparcV8/README.txt index 60dd0c15c20..e76c03556e1 100644 --- a/lib/Target/SparcV8/README.txt +++ b/lib/Target/SparcV8/README.txt @@ -18,8 +18,8 @@ are the known SingleSource failures: Benchmarks/Shootout-C++/moments Benchmarks/Shootout-C++/random -Here are the known MultiSource test failures, neglecting FreeBench -and MallocBench: +Here are the known MultiSource test failures, neglecting FreeBench, +MallocBench, and Prolangs-C++: Applications/siod Applications/lambda @@ -27,14 +27,14 @@ and MallocBench: Applications/hbd Applications/hexxagon Benchmarks/Fhourstones - Benchmarks/McCat/04-bisect Benchmarks/McCat/03-testtrie Benchmarks/McCat/18-imp + Benchmarks/Olden/tsp Benchmarks/Ptrdist/anagram - Benchmarks/sim - Benchmarks/Prolangs-C/TimberWolfMC - Benchmarks/Prolangs-C/allroots - Benchmarks/Prolangs-C/archie-client + Benchmarks/Prolangs-C/bison/mybison + Benchmarks/Prolangs-C/fixoutput + Benchmarks/Prolangs-C/gnugo + Benchmarks/Prolangs-C/plot2fig To-do -----