about summary refs log tree commit diff
path: root/src/test/compiletest
AgeCommit message (Expand)AuthorLines
2011-08-31Convert uses of #fmt to #ifmt. Issue #855Brian Anderson-78/+60
2011-08-31Replace xfail-stageN with simply xfail-testMarijn Haverbeke-6/+3
2011-08-31Revert "Replace xfail-stageN with simply xfail-test"Marijn Haverbeke-2/+5
2011-08-31Replace xfail-stageN with simply xfail-testMarijn Haverbeke-5/+2
2011-08-30Convert compiletest to istrs. Issue #855Brian Anderson-213/+248
2011-08-27Convert std::os to istrs. Issue #855Brian Anderson-1/+1
2011-08-27Convert std::generic_os to istrs. Issue #855Brian Anderson-5/+8
2011-08-27Convert std::io to istrs. Issue #855Brian Anderson-18/+24
2011-08-27Convert std::run to istrs. Issue #855Brian Anderson-1/+3
2011-08-27Convert std::getopts to istrs. Issue #855Brian Anderson-27/+27
2011-08-27Convert the task-comm parts of compiletest to istrs. Issue #855Brian Anderson-61/+108
2011-08-27Convert std::fs to istrs. Issue #855Brian Anderson-13/+22
2011-08-25Cleaning up task and comm exports, updating all the test cases.Eric Holk-20/+19
2011-08-24Test that processes that are supposed to fail return a non-zero statusBrian Anderson-0/+4
2011-08-23Add kind-checking for assign-op, copy, ret, be, fail exprs. Fix caught kindin...Graydon Hoare-1/+1
2011-08-22Silence unused variable warnings in compiletestBrian Anderson-2/+2
2011-08-20Stop parsing ~[] vector syntaxBrian Anderson-2/+2
2011-08-20ReformatBrian Anderson-233/+183
2011-08-18Rename various things from ivec to vecBrian Anderson-4/+4
2011-08-17Better type inference for chans and ports.Eric Holk-24/+18
2011-08-17Use the new task join methods in the test runner. Closes #826Brian Anderson-10/+18
2011-08-17Move some test setup from runtest to compiletestBrian Anderson-1/+2
2011-08-16Port the tests to the expr foo::<T> syntax.Erick Tryzelaar-2/+2
2011-08-16Port the tests to the decl foo<T> syntax.Erick Tryzelaar-1/+1
2011-08-16Port the tests to the typaram foo<T> syntax.Erick Tryzelaar-28/+28
2011-08-16Rename std::ivec to std::vecBrian Anderson-18/+18
2011-08-16Convert most main functions to the ivec signatureBrian Anderson-4/+2
2011-08-15The wonky for...in... whitespace was bothering me. Sorry!Lindsey Kuper-5/+5
2011-08-15Syntax updates.Eric Holk-4/+4
2011-08-15Removed spawn and task from the parser. Updated all the tests except for the ...Eric Holk-57/+69
2011-08-12Remove std::vecBrian Anderson-2/+0
2011-08-12Remove vecs from std::getoptsBrian Anderson-2/+2
2011-08-12Convert std::run to ivecsBrian Anderson-1/+1
2011-08-12Rename std::ioivec to std::ioBrian Anderson-23/+23
2011-08-12Convert all uses of std::io to std::ioivecBrian Anderson-20/+21
2011-08-12Rename str::connect_ivec to str::connectBrian Anderson-2/+2
2011-08-12Rename str::split_ivec to str::splitBrian Anderson-3/+3
2011-08-12Convert uses of str::split to split_ivecBrian Anderson-4/+4
2011-08-12Rename std::str::unsafe_from_bytes_ivec to unsafe_from_bytesBrian Anderson-1/+1
2011-08-12Convert all uses of unsafe_from_bytes to unsafe_from_bytes_ivecBrian Anderson-2/+2
2011-08-12Remove vecs from compiletestBrian Anderson-17/+17
2011-08-10Begin valgrinding run-fail testsBrian Anderson-11/+35
2011-08-09Change the ivec type syntax to [T].Erick Tryzelaar-5/+5
2011-08-03Whitespace cleanupBrian Anderson-1/+1
2011-08-03Convert line endings when doing exact pretty-print testingBrian Anderson-0/+8
2011-08-02Use ioivec::read_whole_file_str in a few placesBrian Anderson-4/+3
2011-08-02Typecheck pretty-printing test results as libraries. Issue #789Brian Anderson-1/+1
2011-08-02Add dedicated pretty-printer tests with new pp-exact directiveBrian Anderson-6/+54
2011-08-02Add xfail-pretty test directive. Issue #789Brian Anderson-3/+9
2011-08-02Run pretty-printed sources through the compiler again for sanityBrian Anderson-4/+10