Skip to content

Commit 7b9fd9b

Browse files
authored
Rollup merge of #140576 - m-ou-se:fragile-tests, r=compiler-errors
Remove fragile equal-pointers-unequal tests. Same as #139176 --- These tests were added in #127003 These tests stop working when I change implementation details of format_args!(). These tests shouldn't rely on such implementation details. Do these tests test anything that isn't already covered by other tests? If so, they should be expressed in a less fragile way that doesn't rely on internal details of format_args!(). cc `@GrigorenkoPV,` author of these tests.
2 parents d8b0347 + 6f1a54b commit 7b9fd9b

File tree

9 files changed

+0
-201
lines changed

9 files changed

+0
-201
lines changed

tests/ui/codegen/equal-pointers-unequal/as-cast/basic.rs

-21
This file was deleted.

tests/ui/codegen/equal-pointers-unequal/as-cast/function.rs

-22
This file was deleted.

tests/ui/codegen/equal-pointers-unequal/as-cast/print.rs

-20
This file was deleted.

tests/ui/codegen/equal-pointers-unequal/exposed-provenance/basic.rs

-23
This file was deleted.

tests/ui/codegen/equal-pointers-unequal/exposed-provenance/function.rs

-24
This file was deleted.

tests/ui/codegen/equal-pointers-unequal/exposed-provenance/print.rs

-22
This file was deleted.

tests/ui/codegen/equal-pointers-unequal/strict-provenance/basic.rs

-23
This file was deleted.

tests/ui/codegen/equal-pointers-unequal/strict-provenance/function.rs

-24
This file was deleted.

tests/ui/codegen/equal-pointers-unequal/strict-provenance/print.rs

-22
This file was deleted.

0 commit comments

Comments
 (0)