diff options
| author | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-11-28 18:10:15 +0000 |
|---|---|---|
| committer | bjorn3 <17426603+bjorn3@users.noreply.github.com> | 2024-11-28 18:10:15 +0000 |
| commit | e82b533efdc804f3d3f67746ff0355a1d2e7eb17 (patch) | |
| tree | d18a16e4ee97c95bd083d95700a75a854c5f2804 /scripts | |
| parent | e595d03b1d2351c3f57034b19443f79fe8b744e4 (diff) | |
| download | rust-e82b533efdc804f3d3f67746ff0355a1d2e7eb17.tar.gz rust-e82b533efdc804f3d3f67746ff0355a1d2e7eb17.zip | |
Fix rustc test suite
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 1b4321b8e24..e291ec20464 100755 --- a/scripts/test_rustc_tests.sh +++ b/scripts/test_rustc_tests.sh @@ -76,6 +76,8 @@ rm -r tests/ui/instrument-coverage/ rm tests/ui/half-open-range-patterns/half-open-range-pats-semantics.rs rm tests/ui/asm/aarch64/type-f16.rs rm tests/ui/float/conv-bits-runtime-const.rs +rm tests/ui/consts/const-eval/float_methods.rs +rm tests/ui/match/match-float.rs # optimization tests # ================== |
