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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
libtest
Age
Commit message (
Expand
)
Author
Lines
2018-04-16
Add rustdoc-ui test suite
Guillaume Gomez
-1
/
+0
2018-04-08
Move deny(warnings) into rustbuild
Mark Simulacrum
-1
/
+0
2018-03-21
Cargo fmt libtest
Seiichi Uchida
-233
/
+182
2018-03-10
add stub for retrieving number of CPUs
Sebastian Humenda
-0
/
+6
2018-02-23
re-export `assert_test_result` for use when testing libtest itself
Niko Matsakis
-2
/
+2
2018-02-22
move Termination trait to std::process
Niko Matsakis
-1
/
+1
2018-02-22
put the "unit test" logic into libtest
Niko Matsakis
-0
/
+9
2018-02-04
libtest: Replace panics with error messages
Gilad Naaman
-4
/
+13
2018-01-26
libtest: Failing benchmarks no longer crash the harness.
Gilad Naaman
-37
/
+91
2018-01-26
libtest: Split-up formatters.rs into smaller modules
Gilad Naaman
-523
/
+776
2018-01-26
libtest: rustfmt run
Gilad Naaman
-576
/
+747
2018-01-26
libtest: Fixed pretty-printing of test names in single-threaded code.
Gilad Naaman
-36
/
+69
2018-01-26
libtest: JSON formatting is now only available in unstable builds
Gilad Naaman
-2
/
+36
2018-01-26
Added JSON output to libtest.
Gilad Naaman
-50
/
+312
2018-01-26
Refactoring needed in order to have test json output.
Gilad Naaman
-232
/
+308
2018-01-11
Make libtest build on CloudABI.
Ed Schouten
-8
/
+9
2018-01-03
Restore a FIXME that was removed by one of my previous changes.
Ed Schouten
-0
/
+1
2018-01-02
Provide a copy of stdout_isatty() on CloudABI.
Ed Schouten
-6
/
+3
2018-01-02
Auto merge of #47106 - EdSchouten:compiletest-cloudabi, r=alexcrichton
bors
-7
/
+0
2018-01-01
Move the TestPaths structure from libtest to compiletest.
Ed Schouten
-7
/
+0
2018-01-01
Fix docs for future pulldown migration
Malo Jaffré
-9
/
+9
2017-12-15
Replace libtest/lib.rs:FnBox with std::boxed::FnBox.
Corey Farwell
-30
/
+20
2017-12-10
Auto merge of #46620 - bjorn3:remove-test-metric, r=kennytm
bors
-62
/
+13
2017-12-10
Remove *MetricFn
bjorn3
-62
/
+13
2017-11-19
std: Add a new wasm32-unknown-unknown target
Alex Crichton
-31
/
+50
2017-11-06
libtest: Force a newline every 100 dots when testing in quiet mode.
kennytm
-3
/
+14
2017-10-05
Remove nacl from libtest
est31
-4
/
+2
2017-08-27
Platform gate libc in libtest
Tatsuyuki Ishi
-1
/
+2
2017-08-25
*: remove crate_{name,type} attributes
Tamir Duberstein
-2
/
+3
2017-08-20
Make sure crates not opting in to staged_api don't use staged_api
Ralf Jung
-0
/
+1
2017-08-15
use field init shorthand EVERYWHERE
Zack M. Davis
-19
/
+19
2017-07-13
Reduce the usage of features in compiletest and libtest
Oliver Schneider
-2
/
+0
2017-06-25
only show allowed failure count if there are allowed failures
Paul Woolcock
-3
/
+13
2017-06-24
fix some tests i missed
Paul Woolcock
-0
/
+13
2017-06-24
Shorten some lines so this can pass the tidy checks
Paul Woolcock
-8
/
+10
2017-06-24
add `allow_fail` test attribute
Paul Woolcock
-3
/
+20
2017-06-20
Switch to the crates.io `getopts` crate
Alex Crichton
-25
/
+26
2017-06-15
Update older URLs pointing to the first edition of the Book
Wonwoo Choi
-1
/
+1
2017-05-11
Number of filtered out tests in tests summary
Mike Lubinets
-2
/
+13
2017-05-09
Don't show the std frames before user code on unwinding.
Yamakaky
-5
/
+21
2017-05-05
Add Options type in libtest and remove argument
Guillaume Gomez
-13
/
+32
2017-05-02
Add option to display warnings in rustdoc
Guillaume Gomez
-3
/
+46
2017-04-04
Fix links
steveklabnik
-2
/
+4
2017-02-27
fix typo
king6cong
-2
/
+2
2017-02-14
make more types public
Oliver Schneider
-1
/
+1
2017-02-14
enable tools to use test runners programmatically
Oliver Schneider
-2
/
+2
2017-02-12
Auto merge of #38945 - battisti:fix_thread_num, r=alexcrichton
bors
-0
/
+2
2017-02-11
removed trailing whitespace
Alexander Battisti
-1
/
+1
2017-01-12
Auto merge of #38779 - Craig-Macomber:bench, r=alexcrichton
bors
-97
/
+148
2017-01-09
Fix for for setting test-threads to 0
Alexander Battisti
-0
/
+2
[next]