Reorganize tests to place them in proper directories.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15298 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Misha Brukman 2004-07-28 00:55:12 +00:00
parent 56d38c6ca1
commit b9b8ba58e7

View File

@ -28,14 +28,14 @@ Current hacks:
* visitLoadInst is getting awfully cluttered as well. * visitLoadInst is getting awfully cluttered as well.
Currently failing tests: Currently failing tests:
* Regression
* SingleSource * SingleSource
`- Regression
| `- 2003-05-22-VarSizeArray
`- Benchmarks `- Benchmarks
| `- Shootout-C++ : most programs fail, miscompilations | `- Shootout-C++ : most programs fail, miscompilations
`- UnitTests `- UnitTests
| `- 2003-05-22-VarSizeArray | `- C++Catch
`- C++Catch | `- SimpleC++Test
`- SimpleC++Test
`- ConditionalExpr `- ConditionalExpr
`- casts `- casts
`- sumarray2d: large alloca miscompiled `- sumarray2d: large alloca miscompiled