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
/
library
/
test
/
src
/
tests.rs
Age
Commit message (
Expand
)
Author
Lines
2023-03-15
Implementing "<test_binary> --list --format json" #107307 #49359
Partha P. Das
-0
/
+200
2023-01-22
Print why a test was ignored if it's the only test specified.
Lenko Donchev
-0
/
+1
2022-12-01
Create a hacky fail-fast mode that stops tests at the first failure
Oli Scherer
-0
/
+1
2022-10-28
libtest: run all tests in their own thread, if supported by the host
Ralf Jung
-17
/
+9
2022-10-24
Rollup merge of #99939 - saethlin:pre-sort-tests, r=thomcc,jackh726
Yuki Okushi
-27
/
+0
2022-09-16
Do not panic when a test function returns Result::Err.
Bradford Hovinen
-22
/
+68
2022-09-01
Sort tests at compile time, not at startup
Ben Kimock
-27
/
+0
2022-04-05
trivial cfg(bootstrap) changes
Pietro Albini
-19
/
+0
2022-02-25
Switch bootstrap cfgs
Mark Rousskov
-38
/
+0
2022-02-24
Include ignore message in libtest output
Antonio Yang
-0
/
+38
2022-02-17
Rollup merge of #93479 - smoelius:master, r=yaahc
Matthias Krüger
-1
/
+0
2022-01-30
Use `optflag` for `--report-time`
Samuel E. Moelius III
-1
/
+0
2022-01-28
add allow_fail field in TestDesc to pass check
yuhaixin.hx
-0
/
+38
2022-01-28
remove allow_fail test flag
yuhaixin.hx
-20
/
+0
2022-01-09
eplace usages of vec![].into_iter with [].into_iter
Lucas Kent
-1
/
+1
2021-09-29
Add tests
Samuel E. Moelius III
-25
/
+92
2021-09-29
Implement #85440
Samuel E. Moelius III
-0
/
+2
2021-06-28
Update to new bootstrap compiler
Mark Rousskov
-38
/
+0
2021-05-09
add bootstrap cfg
Aliénore Bouttefeux
-0
/
+38
2021-05-03
proof of concept add test type on prints
Aliénore Bouttefeux
-0
/
+38
2021-03-24
libtest: Index tests by a unique TestId
Anders Kaseorg
-11
/
+19
2021-02-08
Rollup merge of #81356 - ehuss:libtest-filters, r=m-ou-se
Mara Bos
-9
/
+26
2021-02-07
Auto merge of #81821 - nikic:update-wasm32, r=sanxiyn
bors
-1
/
+1
2021-02-06
Upgrade wasm32 image to Ubuntu 20.04
Nikita Popov
-1
/
+1
2021-02-03
Allow/fix non_fmt_panic in tests.
Mara Bos
-1
/
+1
2021-01-31
Rollup merge of #80053 - gilescope:include-ignore, r=m-ou-se
Jonas Schievink
-6
/
+1
2021-01-24
libtest: allow multiple filters
Eric Huss
-9
/
+26
2021-01-10
Print failure message on all tests that should panic, but don't
johanngan
-15
/
+24
2020-12-15
stabilise --include-ignored
Giles Cope
-6
/
+1
2020-11-27
libtest: Print the total time taken to execute a test suite
Jakob Schikowski
-0
/
+1
2020-07-27
mv std libs to library/
mark
-0
/
+688