summaryrefslogtreecommitdiff
path: root/src/libtest
Commit message (Expand)AuthorAgeFilesLines
* Moves test::black_box to core::hintgnzlbg2019-03-251-17/+1
* Move some bench tests back from libtestgnzlbg2019-03-201-0/+25
* Directly reference the roadmap upstreamgnzlbg2019-03-191-18/+1
* Export stats::Summary from libtestgnzlbg2019-03-191-1/+4
* Add missing explicit importsgnzlbg2019-03-191-1/+6
* Move black_box back to rust-lang/libtest and use explicit importsgnzlbg2019-03-191-1/+20
* Add a README to libtest with a roadmapgnzlbg2019-03-191-0/+30
* Allow the staged_apignzlbg2019-03-191-0/+1
* Use feature(test)gnzlbg2019-03-191-0/+1
* Use libtest from crates.iognzlbg2019-03-191-1/+1
* Re-export libtestgnzlbg2019-03-191-0/+17
* Move libtest out of rust-lang/rustgnzlbg2019-03-197-3868/+1
* Simplify exclude_should_panic flag.memoryruins2019-02-241-12/+6
* Add unstable option to ignore should_panic tests.memoryruins2019-02-231-0/+45
* Rollup merge of #57856 - lzutao:fix-old-first-edition, r=steveklabnikMazdak Farrokhzad2019-02-141-1/+1
|\
| * Convert old doc links to current editionLzu Tao2019-02-131-1/+1
* | libs: doc commentsAlexander Regueiro2019-02-101-1/+1
* | Remove images' url to make it work even without internet connectionGuillaume Gomez2019-02-071-6/+1
* | Excute rustfmt for fixing tidy checkHirokazu Hata2019-02-041-55/+86
* | Transition libtest to 2018 editionHirokazu Hata2019-02-044-20/+22
* | Auto merge of #57765 - Mark-Simulacrum:bootstrap-bump, r=alexcrichtonbors2019-01-271-1/+0
|\ \
| * | Bump bootstrap compiler to 1.33 betaMark Rousskov2019-01-261-1/+0
| |/
* | Add missing #![feature(rustc_private)] annotationIgor Matuszewski2019-01-201-1/+1
|/
* Stabilize `cfg_target_vendor`, #29718Jethro Beekman2019-01-141-1/+1
* Bound sgx target_env with fortanix as target_vendorYu Ding2018-12-311-2/+4
* Remove licensesMark Rousskov2018-12-256-60/+0
* Auto merge of #56243 - RalfJung:test-deterministic, r=alexcrichtonbors2018-12-111-15/+27
|\
| * use an enum instead of boolRalf Jung2018-12-111-12/+17
| * fix libtest test suiteRalf Jung2018-11-271-6/+6
| * Do not spawn a thread if we do not use concurrencyRalf Jung2018-11-271-5/+8
| * use deterministic HashMap in libtestRalf Jung2018-11-271-4/+8
* | Various minor/cosmetic improvements to codeAlexander Regueiro2018-12-073-6/+6
* | Add x86_64-fortanix-unknown-sgx target to libstd and dependenciesJethro Beekman2018-12-071-4/+6
* | proc_macro: move to a dependency of libtest.Eduard-Mihai Burtescu2018-11-301-0/+3
|/
* add option to libtest to run all testsEmerentius2018-10-141-46/+104
* refactor filter_testsEmerentius2018-10-141-43/+23
* Bump to 1.31.0 and bootstrap from 1.30 betaJosh Stone2018-09-271-1/+1
* aarch64-pc-windows-msvc: Don't link libpanic_unwind to libtest.Michael Woerister2018-09-241-1/+9
* Revert "Auto merge of #53527 - Emerentius:test_all, r=nrc"Eduard-Mihai Burtescu2018-09-151-119/+81
* Auto merge of #53527 - Emerentius:test_all, r=nrcbors2018-09-151-81/+119
|\
| * rename option to run all tests and make it unstableEmerentius2018-09-051-12/+20
| * add option to run all testsEmerentius2018-08-201-46/+96
| * refactor filter_testsEmerentius2018-08-201-43/+23
* | stabalize infer outlives requirements (RFC 2093).toidiu2018-09-111-1/+0
* | Auto merge of #53867 - cwndrws:json-test-formatter-test-count-as-num, r=nrcbors2018-09-051-2/+2
|\ \
| * | Make json test output formatter represent "filtered_out" as numCharlie Andrews2018-08-311-1/+1
| * | Make json test output formatter represent "test_count" as numCharlie Andrews2018-08-311-1/+1
* | | Introduce Custom Test FrameworksJohn Renner2018-09-042-2/+4
|/ /
* | Replace usages of 'bad_style' with 'nonstandard_style'.Corey Farwell2018-08-291-1/+1
* | Auto merge of #53441 - toidiu:ak-fix53419, r=nikomatsakisbors2018-08-271-0/+1
|\ \