Skip to content

Commit 306640c

Browse files
committed
Update failing / passing tsvs
1 parent fbbd599 commit 306640c

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

tests/ui/failing.tsv

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,11 @@ tests/ui/box/thin_align.rs 101
44
tests/ui/box/thin_drop.rs 101
55
tests/ui/box/thin_new.rs 101
66
tests/ui/box/thin_zst.rs 101
7-
tests/ui/cast/codegen-object-shim.rs 101
87
tests/ui/cfg/cfg_attr.rs 101
98
tests/ui/cfg/cfgs-on-items.rs 101
10-
tests/ui/const_prop/dont-propagate-generic-instance.rs 101
119
tests/ui/consts/const-eval/const_fn_ptr.rs 101
1210
tests/ui/consts/const-int-arithmetic-overflow.rs 101
1311
tests/ui/consts/const-trait-to-trait.rs 101
14-
tests/ui/dyn-star/box.rs 101
15-
tests/ui/dyn-star/dyn-star-to-dyn.rs 101
1612
tests/ui/env-macro/env-env-overload.rs 101
1713
tests/ui/env-macro/env-env.rs 101
1814
tests/ui/fmt/fmt_debug/none.rs 101
@@ -21,8 +17,6 @@ tests/ui/issues/issue-26641.rs 101
2117
tests/ui/label/label_break_value_desugared_break.rs 101
2218
tests/ui/macros/macro-meta-items.rs 101
2319
tests/ui/rfcs/rfc-2091-track-caller/caller-location-fnptr-rt-ctfe-equiv.rs 101
24-
tests/ui/rfcs/rfc-2091-track-caller/tracked-fn-ptr-with-arg.rs 101
25-
tests/ui/rfcs/rfc-2091-track-caller/tracked-fn-ptr.rs 101
2620
tests/ui/test-attrs/test-panic-while-printing.rs 101
2721
tests/ui/traits/const-traits/const-drop.rs 101
2822
tests/ui/try-block/issue-45124.rs 101

tests/ui/passing.tsv

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,7 @@ tests/ui/cast/cast-rfc0401-vtable-kinds.rs
403403
tests/ui/cast/cast-rfc0401.rs
404404
tests/ui/cast/cast-to-infer-ty.rs
405405
tests/ui/cast/cast.rs
406+
tests/ui/cast/codegen-object-shim.rs
406407
tests/ui/cast/fat-ptr-cast-rpass.rs
407408
tests/ui/cast/supported-cast.rs
408409
tests/ui/catch-unwind-bang.rs
@@ -586,6 +587,7 @@ tests/ui/const_prop/apfloat-f64-roundtrip.rs
586587
tests/ui/const_prop/apfloat-remainder-regression.rs
587588
tests/ui/const_prop/const-prop-ice3.rs
588589
tests/ui/const_prop/dont-propagate-generic-instance-2.rs
590+
tests/ui/const_prop/dont-propagate-generic-instance.rs
589591
tests/ui/const_prop/overwrite_with_const_with_params.rs
590592
tests/ui/consts/assoc-const.rs
591593
tests/ui/consts/bswap-const.rs
@@ -908,9 +910,11 @@ tests/ui/dropck/issue-28498-ugeh-with-passed-to-fn.rs
908910
tests/ui/dropck/issue-28498-ugeh-with-trait-bound.rs
909911
tests/ui/dropck/issue-29844.rs
910912
tests/ui/dropck/issue-34053.rs
913+
tests/ui/dyn-star/box.rs
911914
tests/ui/dyn-star/const.rs
912915
tests/ui/dyn-star/dont-unsize-coerce-dyn-star.rs
913916
tests/ui/dyn-star/drop.rs
917+
tests/ui/dyn-star/dyn-star-to-dyn.rs
914918
tests/ui/dyn-star/make-dyn-star.rs
915919
tests/ui/dyn-star/method.rs
916920
tests/ui/dynamically-sized-types/dst-coerce-custom.rs
@@ -2276,6 +2280,8 @@ tests/ui/rfcs/rfc-2091-track-caller/std-panic-locations.rs
22762280
tests/ui/rfcs/rfc-2091-track-caller/track-caller-attribute.rs
22772281
tests/ui/rfcs/rfc-2091-track-caller/track-caller-ffi.rs
22782282
tests/ui/rfcs/rfc-2091-track-caller/tracked-closure.rs
2283+
tests/ui/rfcs/rfc-2091-track-caller/tracked-fn-ptr-with-arg.rs
2284+
tests/ui/rfcs/rfc-2091-track-caller/tracked-fn-ptr.rs
22792285
tests/ui/rfcs/rfc-2091-track-caller/tracked-trait-impls.rs
22802286
tests/ui/rfcs/rfc-2091-track-caller/tracked-trait-obj.rs
22812287
tests/ui/rfcs/rfc-2151-raw-identifiers/attr.rs

0 commit comments

Comments
 (0)