Commit Graph

13 Commits

Author SHA1 Message Date
Oscar Bray 772e4560ed Compiletest: Fix compare-output-by-lines directive
Fixes: https://github.com/rust-lang/rust/issues/148235

This was checking that the blessed stderr was a
subset of the stderr. Additionally, when re-blessing
it would re-bless the subset that matched. So, when
an extra line or comment was added and the line
numbers changed, it would bless it without the line
numbers.
2026-03-12 22:56:59 +00:00
Tony Kan 3464048bc4 test(parallel): Add regression test for #153391
Co-authored-by: Daria Sukhonina <zetanumbers@users.noreply.github.com>
2026-03-11 19:19:31 -07:00
xonx4l 4b000cfacd Merge E0412 into E0425 2025-12-02 18:25:13 +00:00
Christian Poveda b2ab7cf980 Gate 2015 UI tests 2025-11-27 11:19:00 -05:00
bors 82ae0ee648 Auto merge of #144420 - Qelxiros:smart_pointer_try_map, r=joboet
smart pointer (try_)map

Tracking issue: rust-lang/rust#144419
2025-10-31 17:09:47 +00:00
Jeremy Smart 9c5be677d0 add {Box, (Unique){Rc, Arc}}::(try_)map 2025-10-31 10:13:51 -04:00
Ben Kimock 9cbfbb164e Accept trivial consts based on trivial consts 2025-10-27 13:36:57 -04:00
ywxt 36ab1bf367 Add more tests 2025-08-15 14:16:47 +08:00
ywxt e17989edc7 Add the directive compare-output-by-lines 2025-08-15 14:16:32 +08:00
Vadim Petrochenkov 5c160f511e compiletest: Stricter parsing for diagnostic kinds 2025-04-07 19:13:31 +03:00
bjorn3 6f543d5ceb Add regression test 2025-01-26 13:55:59 +00:00
许杰友 Jieyou Xu (Joe) ec2cc761bc [AUTO-GENERATED] Migrate ui tests from // to //@ directives 2024-02-16 20:02:50 +00:00
SparrowLii a59d00674a Add parallel rustc ui tests 2024-02-07 15:26:57 +08:00