diff options
| author | bjorn3 <bjorn3@users.noreply.github.com> | 2022-02-20 17:03:47 +0100 |
|---|---|---|
| committer | bjorn3 <bjorn3@users.noreply.github.com> | 2022-02-20 17:11:59 +0100 |
| commit | 2aad0066ba529ddd195b4f5ab0579879c8e9522f (patch) | |
| tree | 9a77190eafee566441d11dc95dda11d0d9adeb09 /scripts | |
| parent | 4a5b069558518a99fe9765d10735451b7be0dbeb (diff) | |
| download | rust-2aad0066ba529ddd195b4f5ab0579879c8e9522f.tar.gz rust-2aad0066ba529ddd195b4f5ab0579879c8e9522f.zip | |
Update ignored rustc tests list
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index efb4236e072..b146ea36037 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -78,6 +78,8 @@ rm src/test/ui/intrinsics/const-eval-select-x86_64.rs # same rm src/test/ui/match/issue-82392.rs # differing error 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/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 |
