about summary refs log tree commit diff
path: root/library/test/src/formatters/json.rs
AgeCommit message (Collapse)AuthorLines
2021-09-29Implement #85440Samuel E. Moelius III-3/+8
2020-11-27libtest: Print the total time taken to execute a test suiteJakob Schikowski-4/+11
2020-10-23Rollup merge of #77890 - gilescope:welformed-json-output-from-libtest, r=KodrAusYuki Okushi-4/+10
Fixing escaping to ensure generation of welformed json. doc tests' json name have a filename in them. When json test output is asked for on windows currently produces invalid json. Tracking issue for json test output: #49359
2020-10-13Replace absolute paths with relative onesest31-2/+2
Modern compilers allow reaching external crates like std or core via relative paths in modules outside of lib.rs and main.rs.
2020-10-13Fixing escaping to ensure generation of welformed json.Giles Cope-4/+10
2020-07-27mv std libs to library/mark-0/+246