]> git.lizzy.rs Git - rust.git/history - ui_test/src/lib.rs
tweak failure output a little
[rust.git] / ui_test / src / lib.rs
2022-07-19 Ralf Jungtweak failure output a little
2022-07-19 Ralf Jungon an error, always print the unnormalized stderr
2022-07-18 borsAuto merge of #2349 - saethlin:isatty, r=RalfJung
2022-07-17 borsAuto merge of #2376 - RalfJung:rustup, r=RalfJung
2022-07-17 borsAuto merge of #2377 - rust-lang:only-on-host, r=oli-obk
2022-07-17 Oli SchererAdd test flag for running a test only on the host
2022-07-13 borsAuto merge of #2364 - rust-lang:regex_error_annotations...
2022-07-13 Oli SchererError patterns can be regexes
2022-07-13 borsAuto merge of #2315 - saethlin:shrink-item, r=saethlin
2022-07-12 borsAuto merge of #2359 - RalfJung:triagebot, r=RalfJung
2022-07-11 borsAuto merge of #2356 - rust-lang:slash_slash_at, r=RalfJung
2022-07-11 Oli Schererrequire level and colon in `//~` style comments
2022-07-09 borsAuto merge of #2351 - RalfJung:readlink, r=RalfJung
2022-07-09 borsAuto merge of #2348 - RalfJung:ui-test, r=RalfJung
2022-07-08 Ralf Jungrename ui_test::comments → parser
2022-07-08 borsAuto merge of #2332 - rust-lang:slash_slash_at, r=oli-obk
2022-07-08 Oli SchererActually use eyre and get rid of the ad-hoc macros...
2022-07-08 Oli SchererIntroduce a proper error handling framework
2022-07-08 Oli SchererReplace all //error-pattern comments with strict syntax...
2022-06-29 borsAuto merge of #2287 - RalfJung:field-retagging, r=RalfJung
2022-06-29 borsAuto merge of #2286 - LegNeato:patch-2, r=RalfJung
2022-06-29 borsAuto merge of #2288 - RalfJung:clippy, r=RalfJung
2022-06-29 Ralf Jungmake ui_test pass clippy
2022-06-23 borsAuto merge of #2261 - RalfJung:fmt, r=oli-obk
2022-06-23 borsAuto merge of #2250 - rust-lang:gesundheit, r=oli-obk
2022-06-23 Oli SchererRequire local annotations for local diagnostics
2022-06-22 borsAuto merge of #2248 - RalfJung:arc-drop-fix, r=RalfJung
2022-06-22 borsAuto merge of #2255 - dtolnay-contrib:rustfmt7, r=oli-obk
2022-06-22 borsAuto merge of #2253 - RalfJung:only-bits, r=oli-obk
2022-06-22 Ralf Jungui_test: fix behavior of only-Nbits comments
2022-06-18 borsAuto merge of #2228 - cbeuw:futex-fix, r=RalfJung
2022-06-13 borsAuto merge of #2207 - RalfJung:ui_test_parallelism...
2022-06-13 Ralf Jungtest files in a deterministic order
2022-06-13 Ralf Jungensure all worker threads stay around
2022-06-13 borsAuto merge of #2232 - rust-lang:gesundheit, r=oli-obk
2022-06-13 borsAuto merge of #2179 - RalfJung:rustc, r=oli-obk
2022-06-13 borsAuto merge of #2203 - RalfJung:deprecate, r=oli-obk
2022-06-13 Oli SchererAlways show stderr on test failure.
2022-06-06 borsAuto merge of #2209 - RalfJung:if-only, r=RalfJung
2022-06-06 Ralf Junghotfix for incorrect only- logic
2022-06-01 borsAuto merge of #2174 - RalfJung:summary, r=oli-obk
2022-06-01 Ralf Jungprint list of failed tests in summary
2022-06-01 borsAuto merge of #2175 - RalfJung:xargo, r=oli-obk
2022-06-01 borsAuto merge of #2167 - rust-lang:gesundheit, r=RalfJung
2022-06-01 Oli SchererCheck that diagnostics happen in the line that they...
2022-05-31 borsAuto merge of #2166 - RalfJung:tests, r=oli-obk
2022-05-30 borsAuto merge of #2145 - saethlin:zero-size-creation,...
2022-05-30 borsAuto merge of #2165 - saethlin:more-clocks, r=RalfJung
2022-05-30 Ralf Jungmake it possible to test more of ui_test
2022-05-30 Ralf Jungfmt
2022-05-30 Ralf Jungdon't configure the same regex twice
2022-05-30 Ralf Jungalso 'check' the test suite
2022-05-30 Ralf Jungprint reason for ignoring
2022-05-30 Ralf Jungui_test: printing more consistent with compiletest
2022-05-30 Ralf Jungui_test: support multiple filters
2022-05-30 borsAuto merge of #2158 - rust-lang:gesundheit, r=RalfJung
2022-05-27 Oli SchererReintroduce path filters
2022-05-27 Oli SchererDon't export private things
2022-05-25 Oli SchererUse unit tests to keep private things private
2022-05-25 Oli SchererMake the file path of the failure more visible to be...
2022-05-25 Oli SchererFix annotations matching themselves
2022-05-25 Oli SchererReproduce #2156
2022-05-25 borsAuto merge of #2157 - RalfJung:tests, r=oli-obk
2022-05-25 Ralf Jungtweak new test suite output
2022-05-25 borsAuto merge of #2032 - rust-lang:gesundheit, r=oli-obk
2022-05-25 Oli SchererAdd a custom ui test runner and move all tests to it