We're continuing to make progress on MultiSource.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18714 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Brian Gaeke 2004-12-09 18:54:31 +00:00
parent 20503bd958
commit 3616f91b71
2 changed files with 32 additions and 8 deletions

View File

@ -18,11 +18,23 @@ are the known SingleSource failures:
Benchmarks/Shootout-C++/moments
Benchmarks/Shootout-C++/random
Here are some known MultiSource test failures - this is probably not a
complete list right now.
Here are the known MultiSource test failures, neglecting FreeBench
and MallocBench:
burg siod lambda make_dparser hbd treecc hexxagon fhourstones
bisect testtrie eks imp power anagram bc distray
Applications/siod
Applications/lambda
Applications/d/make_dparser
Applications/hbd
Applications/hexxagon
Benchmarks/Fhourstones
Benchmarks/McCat/04-bisect
Benchmarks/McCat/03-testtrie
Benchmarks/McCat/18-imp
Benchmarks/Ptrdist/anagram
Benchmarks/sim
Benchmarks/Prolangs-C/TimberWolfMC
Benchmarks/Prolangs-C/allroots
Benchmarks/Prolangs-C/archie-client
To-do
-----

View File

@ -18,11 +18,23 @@ are the known SingleSource failures:
Benchmarks/Shootout-C++/moments
Benchmarks/Shootout-C++/random
Here are some known MultiSource test failures - this is probably not a
complete list right now.
Here are the known MultiSource test failures, neglecting FreeBench
and MallocBench:
burg siod lambda make_dparser hbd treecc hexxagon fhourstones
bisect testtrie eks imp power anagram bc distray
Applications/siod
Applications/lambda
Applications/d/make_dparser
Applications/hbd
Applications/hexxagon
Benchmarks/Fhourstones
Benchmarks/McCat/04-bisect
Benchmarks/McCat/03-testtrie
Benchmarks/McCat/18-imp
Benchmarks/Ptrdist/anagram
Benchmarks/sim
Benchmarks/Prolangs-C/TimberWolfMC
Benchmarks/Prolangs-C/allroots
Benchmarks/Prolangs-C/archie-client
To-do
-----