From 66ea63a49deb9f881b9f7b6eac59604c33974cad Mon Sep 17 00:00:00 2001 From: dzaima Date: Tue, 15 Nov 2022 18:12:46 +0200 Subject: [PATCH] no need for manual heap-spraying-based tests anymore --- test/various.bqn | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/test/various.bqn b/test/various.bqn index 2589234d..6d5c45ae 100644 --- a/test/various.bqn +++ b/test/various.bqn @@ -80,10 +80,10 @@ Mod ← {𝕊: •Show "∨`bitarr" ⋄ OrScanBitarr 100000 •Show "+`bitarr" ⋄ PlusScanBitarr 100000 -•Show "heap corruption test of /bit" ⋄ @‿0‿200 BitSlash 1000000 -•Show "heap corruption test of bit/i8" ⋄ "Ai8"‿1‿50 BitSlash 1000000 -•Show "heap corruption test of bit/i16" ⋄ "Ai16"‿1‿50 BitSlash 1000000 -•Show "heap corruption test of bit/i32" ⋄ "Ai32"‿1‿50 BitSlash 1000000 +# •Show "heap corruption test of /bit" ⋄ @‿0‿200 BitSlash 1000000 +# •Show "heap corruption test of bit/i8" ⋄ "Ai8"‿1‿50 BitSlash 1000000 +# •Show "heap corruption test of bit/i16" ⋄ "Ai16"‿1‿50 BitSlash 1000000 +# •Show "heap corruption test of bit/i32" ⋄ "Ai32"‿1‿50 BitSlash 1000000 { ¬0 EEQ -0? •Out "Skipping tests requiring EEQUAL_NEGZERO";