Files
Jonathan Brouwer 9b11acc37e Rollup merge of #156716 - heinwol:fix-ui-tests-alloc-id-parallel-frontend, r=petrochenkov
tests: fix: parallel frontend test failures: different alloc ids

Removed the `//@ ignore-parallel-frontend different alloc ids` directive from all the ui tests applicable and replaced it with `//@ normalize-stderr` so that all alloc ids mentions are converted into a single placeholder. Thus the tests are passed

Part of [#154314](https://github.com/rust-lang/rust/issues/154314)

r? @petrochenkov
2026-07-01 17:44:38 +02:00
..