index
:
rust
this commit
auto
automation/bors/try
automation/bors/try-merge
beta
cargo_update
lcnr/rustc-dev-guide
master
perf-tmp
stable
try
try-perf
https://github.com/rust-lang/rust
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libtest
/
tests.rs
Age
Commit message (
Expand
)
Author
Lines
2019-12-22
Format the world
Mark Rousskov
-80
/
+40
2019-11-18
replace some asserts with assert_eq for better error readability
Thomas Etter
-6
/
+6
2019-11-18
print a more useful error message on should_panic mismatch
Thomas Etter
-2
/
+33
2019-11-15
Add --force-run-in-process unstable libtest option
Tyler Mandry
-0
/
+1
2019-11-06
Replace `array.into_iter()` with `iter()` in `libtest/tests.rs`
Lukas Kalbertodt
-2
/
+2
2019-10-17
Improve code style
Igor Aleksanov
-7
/
+8
2019-10-17
Make enum usage explicit and fix tests
Igor Aleksanov
-24
/
+31
2019-10-16
Upgrade Emscripten targets to use upstream LLVM backend
Thomas Lively
-2
/
+13
2019-10-09
Resolve divergency with master
Igor Aleksanov
-1
/
+1
2019-09-29
Enhance report-time option
Igor Aleksanov
-5
/
+120
2019-09-28
Spawn one subprocess per unit test when panic=abort
Tyler Mandry
-8
/
+8
2019-09-26
Include message on tests that should panic
Kenny Goodin
-2
/
+2
2019-09-21
libtest: Add --report-time flag to print test execution time
Jakob Schikowski
-6
/
+40
2019-08-27
Rollup merge of #62600 - emmericp:libtest-add-show-output, r=gnzlbg
Mazdak Farrokhzad
-0
/
+11
2019-08-02
Remove some more `cfg(test)`s
Vadim Petrochenkov
-0
/
+21
2019-08-02
libtest: Unconfigure tests during normal build
Vadim Petrochenkov
-3
/
+46
2019-07-11
libtest: add --show-output option
Paul Emmerich
-0
/
+11
2019-06-16
Separate libtest module
chansuke
-0
/
+453