about summary refs log tree commit diff
path: root/src/libtest/tests.rs
AgeCommit message (Expand)AuthorLines
2019-10-17Improve code styleIgor Aleksanov-7/+8
2019-10-17Make enum usage explicit and fix testsIgor Aleksanov-24/+31
2019-10-16Upgrade Emscripten targets to use upstream LLVM backendThomas Lively-2/+13
2019-10-09Resolve divergency with masterIgor Aleksanov-1/+1
2019-09-29Enhance report-time optionIgor Aleksanov-5/+120
2019-09-28Spawn one subprocess per unit test when panic=abortTyler Mandry-8/+8
2019-09-26Include message on tests that should panicKenny Goodin-2/+2
2019-09-21libtest: Add --report-time flag to print test execution timeJakob Schikowski-6/+40
2019-08-27Rollup merge of #62600 - emmericp:libtest-add-show-output, r=gnzlbgMazdak Farrokhzad-0/+11
2019-08-02Remove some more `cfg(test)`sVadim Petrochenkov-0/+21
2019-08-02libtest: Unconfigure tests during normal buildVadim Petrochenkov-3/+46
2019-07-11libtest: add --show-output optionPaul Emmerich-0/+11
2019-06-16Separate libtest modulechansuke-0/+453