diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-02-15 10:21:06 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-02-15 10:21:06 +0000 |
| commit | 35b431884f3ef4d77c9e9ee1ff8a8e2cf36a67c1 (patch) | |
| tree | 03a15c0b180401470970ae5abb82a019c653a916 | |
| parent | 3669dba8e8dc8895ac3e396b03b462c3bad51eb5 (diff) | |
| download | rust-35b431884f3ef4d77c9e9ee1ff8a8e2cf36a67c1.tar.gz rust-35b431884f3ef4d77c9e9ee1ff8a8e2cf36a67c1.zip | |
Disable test broken due to upstream bug
| -rwxr-xr-x | scripts/test_rustc_tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/test_rustc_tests.sh b/scripts/test_rustc_tests.sh index 636f2875a68..3c9df40737a 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -145,6 +145,7 @@ rm tests/ui/codegen/subtyping-enforces-type-equality.rs # assert_assignable bug # ====================== rm tests/ui/backtrace.rs # TODO warning rm tests/ui/process/nofile-limit.rs # TODO some AArch64 linking issue +rm tests/ui/async-await/async-closures/once.rs # FIXME bug in the rustc FnAbi calculation code rm tests/ui/stdio-is-blocking.rs # really slow with unoptimized libstd |
