Skip to content

Commit f17bc49

Browse files
authored
Unrolled build for rust-lang#140576
Rollup merge of rust-lang#140576 - m-ou-se:fragile-tests, r=compiler-errors Remove fragile equal-pointers-unequal tests. Same as rust-lang#139176 --- These tests were added in rust-lang#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 d7df5bd + 6f1a54b commit f17bc49

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)