about summary refs log tree commit diff
path: root/src/test/run-fail/test-tasks-invalid-value.rs
AgeCommit message (Collapse)AuthorLines
2020-05-06Move tests from `test/run-fail` to UIYuki Okushi-10/+0
2018-12-25Remove licensesMark Rousskov-10/+0
2016-10-18Fix some pretty printing testsVadim Petrochenkov-1/+0
2016-09-30Adding ignore-emscripten to failing tests.Ross Schulman-0/+1
2015-03-19RUST_TEST_TASKS -> RUST_TEST_THREADSSteve Klabnik-2/+2
We don't use 'task' anymore, these are now threads. Because this changes the name of a compiler option, this is [breaking-change]
2014-05-13compiletest: Test `--pretty expanded`klutzy-0/+1
After testing `--pretty normal`, it tries to run `--pretty expanded` and typecheck output. Here we don't check convergence since it really diverges: for every iteration, some extra lines (e.g.`extern crate std`) are inserted. Some tests are `ignore-pretty`-ed since they cause various issues with `--pretty expanded`.
2013-08-29extra: error message should reflact that RUST_TEST_TASKS should be strictly ↵Huon Wilson-0/+19
positive (zero is illegal).