]> git.lizzy.rs Git - rust.git/history - ui_test
Store protectors outside Item, pack Tag and Perm
[rust.git] / ui_test /
2022-07-08 Oli SchererPort all tests
2022-07-08 Oli SchererHide regular backtrace information from user-facing...
2022-07-08 Oli SchererDocumentation
2022-07-08 Oli SchererAdd FIXME
2022-07-08 Oli SchererRustfmt
2022-07-08 Oli SchererCreate a proper normalization regex parser
2022-07-08 Oli SchererExplain `tests::init` function
2022-07-08 Oli SchererAdd some comments
2022-07-08 Oli SchererRemove an outdated comment
2022-07-08 Oli Schererrustfmt
2022-07-08 Oli SchererImplement a proper command parser...
2022-07-08 Oli SchererDocument all the things
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-07-08 Oli SchererImplement strict comment parsing for ui tests
2022-07-03 borsAuto merge of #2320 - RalfJung:less-rebuilds, r=RalfJung
2022-07-03 Ralf Jungreduce regex features to reduce rebuilds
2022-07-03 borsAuto merge of #2319 - RalfJung:dont-touch-vtables,...
2022-07-03 borsAuto merge of #2318 - RalfJung:nodoc, r=RalfJung
2022-07-03 Ralf Jungno doctests in ui_test
2022-07-02 Ben KimockExplain the behavior of the cache upon clear
2022-07-01 Ben KimockCache lookups into the borrow stack
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 #2258 - RalfJung:fmt, r=RalfJung
2022-06-22 Ralf Jungfmt
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-16 borsAuto merge of #2237 - RalfJung:ice, r=oli-obk
2022-06-16 Ralf Jungadd ICE error level
2022-06-13 borsAuto merge of #2207 - RalfJung:ui_test_parallelism...
2022-06-13 Oli SchererDocument file sorting
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 SchererCommit our ui test crate's cargo lockfile
2022-05-27 Oli SchererReintroduce path filters
2022-05-27 Oli SchererDon't export private things
2022-05-25 Oli SchererSelf-descriptive verbosity
2022-05-25 Oli SchererUse unit tests to keep private things private
2022-05-25 Oli SchererProperly name a test
2022-05-25 Oli SchererExplain `Comments::parse` arguments
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