diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-03-13 18:22:25 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-03-13 19:24:57 +0100 |
| commit | 7eb454124f356b8ac1bf60b6474f4458f5be428b (patch) | |
| tree | 5c03658347bc84695f48fb4821fc238fe0aea54e | |
| parent | a48fea6dda1890d2b2061dd680091d842c79ce0a (diff) | |
| download | rust-7eb454124f356b8ac1bf60b6474f4458f5be428b.tar.gz rust-7eb454124f356b8ac1bf60b6474f4458f5be428b.zip | |
Update list of ignores rustc tests
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index b146ea36037..f2e1bb69c14 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -80,12 +80,17 @@ rm src/test/ui/consts/min_const_fn/address_of_const.rs # same rm src/test/ui/consts/issue-miri-1910.rs # same rm src/test/ui/generic-associated-types/bugs/issue-80626.rs # same rm src/test/ui/generic-associated-types/bugs/issue-89008.rs # same +rm src/test/ui/chalkify/bugs/async.rs # same rm src/test/ui/type-alias-impl-trait/cross_crate_ice*.rs # requires removed aux dep rm src/test/ui/allocator/no_std-alloc-error-handler-default.rs # missing rust_oom definition rm src/test/ui/cfg/cfg-panic.rs rm -r src/test/ui/hygiene/ +rm src/test/ui/mir/ssa-analysis-regression-50041.rs # uses old definition of Box + +rm src/test/ui/target-feature/missing-plusminus.rs # error not implemented + rm -r src/test/ui/polymorphization/ # polymorphization not yet supported rm src/test/codegen-units/polymorphization/unused_type_parameters.rs # same |
