about summary refs log tree commit diff
path: root/src/libtest
AgeCommit message (Expand)AuthorLines
2018-09-24aarch64-pc-windows-msvc: Don't link libpanic_unwind to libtest.Michael Woerister-1/+9
2018-09-15Revert "Auto merge of #53527 - Emerentius:test_all, r=nrc"Eduard-Mihai Burtescu-119/+81
2018-09-15Auto merge of #53527 - Emerentius:test_all, r=nrcbors-81/+119
2018-09-11stabalize infer outlives requirements (RFC 2093).toidiu-1/+0
2018-09-05rename option to run all tests and make it unstableEmerentius-12/+20
2018-09-05Auto merge of #53867 - cwndrws:json-test-formatter-test-count-as-num, r=nrcbors-2/+2
2018-09-04Introduce Custom Test FrameworksJohn Renner-2/+4
2018-08-31Make json test output formatter represent "filtered_out" as numCharlie Andrews-1/+1
2018-08-31Make json test output formatter represent "test_count" as numCharlie Andrews-1/+1
2018-08-29Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell-1/+1
2018-08-27Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors-0/+1
2018-08-26Rollup merge of #53428 - RalfJung:libtest-terse, r=KodrAusGuillaume Gomez-1/+5
2018-08-24check that adding infer-outlives requirement to all crates worksNiko Matsakis-0/+1
2018-08-23use String::new() instead of String::from(""), "".to_string(), "".to_owned() ...Matthias Krüger-1/+1
2018-08-20commentRalf Jung-1/+1
2018-08-20add option to run all testsEmerentius-46/+96
2018-08-20refactor filter_testsEmerentius-43/+23
2018-08-16libtest terse format: show how far in we areRalf Jung-1/+5
2018-08-15Rollup merge of #52453 - srijs:fix-52436, r=TimNNGuillaume Gomez-1/+8
2018-08-11improve diagnostics for tests with custom return valuesSam Rijs-1/+8
2018-08-09[nll] libtest: enable feature(nll) for bootstrapmemoryruins-0/+1
2018-07-30Auto merge of #52805 - ljedrz:format_str_literal, r=petrochenkovbors-1/+1
2018-07-29Auto merge of #52764 - sinkuu:cleanup, r=nikomatsakisbors-2/+1
2018-07-28Don't format!() string literalsljedrz-1/+1
2018-07-27Use str::repeatShotaro Yamada-2/+1
2018-07-25Deny bare_trait_objects globallyTatsuyuki Ishi-2/+0
2018-07-12Deny bare trait objects in librustc_target and libtestljedrz-6/+9
2018-05-02Remove leftover tab in libtest outputsPhilipp Hansch-4/+4
2018-04-16Add rustdoc-ui test suiteGuillaume Gomez-1/+0
2018-04-08Move deny(warnings) into rustbuildMark Simulacrum-1/+0
2018-03-21Cargo fmt libtestSeiichi Uchida-233/+182
2018-03-10add stub for retrieving number of CPUsSebastian Humenda-0/+6
2018-02-23re-export `assert_test_result` for use when testing libtest itselfNiko Matsakis-2/+2
2018-02-22move Termination trait to std::processNiko Matsakis-1/+1
2018-02-22put the "unit test" logic into libtestNiko Matsakis-0/+9
2018-02-04libtest: Replace panics with error messagesGilad Naaman-4/+13
2018-01-26libtest: Failing benchmarks no longer crash the harness.Gilad Naaman-37/+91
2018-01-26libtest: Split-up formatters.rs into smaller modulesGilad Naaman-523/+776
2018-01-26libtest: rustfmt runGilad Naaman-576/+747
2018-01-26libtest: Fixed pretty-printing of test names in single-threaded code.Gilad Naaman-36/+69
2018-01-26libtest: JSON formatting is now only available in unstable buildsGilad Naaman-2/+36
2018-01-26Added JSON output to libtest.Gilad Naaman-50/+312
2018-01-26Refactoring needed in order to have test json output.Gilad Naaman-232/+308
2018-01-11Make libtest build on CloudABI.Ed Schouten-8/+9
2018-01-03Restore a FIXME that was removed by one of my previous changes.Ed Schouten-0/+1
2018-01-02Provide a copy of stdout_isatty() on CloudABI.Ed Schouten-6/+3
2018-01-02Auto merge of #47106 - EdSchouten:compiletest-cloudabi, r=alexcrichtonbors-7/+0
2018-01-01Move the TestPaths structure from libtest to compiletest.Ed Schouten-7/+0
2018-01-01Fix docs for future pulldown migrationMalo Jaffré-9/+9
2017-12-15Replace libtest/lib.rs:FnBox with std::boxed::FnBox.Corey Farwell-30/+20