about summary refs log tree commit diff
path: root/src/test/run-fail/run-unexported-tests.rs
AgeCommit message (Expand)AuthorLines
2018-12-25Remove licensesMark Rousskov-10/+0
2018-08-19Fix typos found by codespell.Matthias Krüger-2/+2
2016-10-18Fix some pretty printing testsVadim Petrochenkov-1/+0
2016-06-06run rustfmt on test/run-fail folderSrinivas Reddy Thatiparthy-2/+4
2014-10-29Rename fail! to panic!Steve Klabnik-1/+1
2014-05-13compiletest: Test `--pretty expanded`klutzy-0/+1
2014-03-14extra: Put the nail in the coffin, delete libextraAlex Crichton-2/+0
2014-02-14extern mod => extern crateAlex Crichton-1/+1
2014-02-14extra: Capture stdout/stderr of tests by defaultAlex Crichton-0/+1
2013-10-22Drop the '2' suffix from logging macrosAlex Crichton-1/+1
2013-09-30rfail: Remove usage of fmt!Alex Crichton-1/+1
2013-05-22test: Update tests to use the new syntax.Patrick Walton-1/+1
2013-05-14Use static string with fail!() and remove fail!(fmt!())Björn Steinbrink-1/+1
2013-02-13Remove die!, raplace invocations with fail! Issue #4524 pt 3Nick Desaulniers-1/+1
2013-01-31Replace most invocations of fail keyword with die! macroNick Desaulniers-1/+1
2013-01-30test: De-export aux, bench, compile-fail, and run-fail. rs=deexportingPatrick Walton-4/+1
2012-12-10Reliciense makefiles and testsuite. Yup.Graydon Hoare-0/+10
2012-09-21Install new pub/priv/export rules as defaults, old rules accessible under #[l...Graydon Hoare-0/+1
2012-09-11Convert 'use' to 'extern mod'. Remove old 'use' syntaxBrian Anderson-1/+1
2012-07-14Move the world over to using the new style string literals and types. Closes ...Michael Sullivan-1/+1
2012-01-05rustc: Allow the test runner to run unexported testsBrian Anderson-0/+13