about summary refs log tree commit diff
path: root/src/test/compiletest/header.rs
AgeCommit message (Collapse)AuthorLines
2011-10-02Move compiletest to src/ and cleanup build rulesBrian Anderson-117/+0
2011-09-12Merge branch 'unwind'Brian Anderson-11/+7
Conflicts: src/comp/middle/trans.rs src/comp/middle/trans_build.rs src/lib/run_program.rs src/test/compiletest/runtest.rs
2011-09-12Reformat for new mode syntax, step 1Marijn Haverbeke-9/+9
Long lines were fixed in a very crude way, as I'll be following up with another reformat in a bit.
2011-09-11Add the ability to xfail tests by platformBrian Anderson-0/+5
We'll use this to xfail some unwinding tests on windows
2011-09-11Remove the no-valgrind test directive now that unwinding is more workyBrian Anderson-11/+2
Issue #236
2011-09-02Reformat. Issue #855Brian Anderson-24/+24
2011-09-01Convert all uses of #ifmt to #fmt. Issue #855Brian Anderson-1/+1
2011-09-01Rename std::istr to std::str. Issue #855Brian Anderson-8/+8
2011-09-01Remove std::str. Issue #855Brian Anderson-1/+0
2011-08-31Convert uses of #fmt to #ifmt. Issue #855Brian Anderson-3/+2
2011-08-31Replace xfail-stageN with simply xfail-testMarijn Haverbeke-5/+2
Closes #799
2011-08-31Revert "Replace xfail-stageN with simply xfail-test"Marijn Haverbeke-2/+5
This reverts commit 574194f6bcfb90b9f8486002b83babc4c21208c0.
2011-08-31Replace xfail-stageN with simply xfail-testMarijn Haverbeke-5/+2
Closes #799
2011-08-30Convert compiletest to istrs. Issue #855Brian Anderson-34/+36
2011-08-27Convert std::io to istrs. Issue #855Brian Anderson-2/+2
2011-08-27Convert the task-comm parts of compiletest to istrs. Issue #855Brian Anderson-1/+2
This reduces the amount of voodoo in compiletest considerably.
2011-08-27Convert std::fs to istrs. Issue #855Brian Anderson-1/+3
2011-08-20Stop parsing ~[] vector syntaxBrian Anderson-2/+2
2011-08-16Port the tests to the typaram foo<T> syntax.Erick Tryzelaar-6/+6
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-2/+2
2011-08-12Rename std::ioivec to std::ioBrian Anderson-2/+2
2011-08-12Convert all uses of std::io to std::ioivecBrian Anderson-2/+2
2011-08-10Begin valgrinding run-fail testsBrian Anderson-2/+11
Introduce a temporary no-valgrind directive for the few that aren't clean
2011-08-09Change the ivec type syntax to [T].Erick Tryzelaar-1/+1
This preserves the old syntax for now.
2011-08-02Add dedicated pretty-printer tests with new pp-exact directiveBrian Anderson-3/+33
Add a new src/test/pretty directory to hold just source files for testing the pretty-printer. Add a new pp-exact directive. When this directive is followed by a file name it specifies a file containing the output that the pretty-printer should generate. When pp-exact is not followed by a filename it says that the file should pretty-print as written.
2011-08-02Add xfail-pretty test directive. Issue #789Brian Anderson-2/+8
Indicates that this test should not be used to test the pretty-printer
2011-08-02Move compiletest modules into separate filesBrian Anderson-0/+76