From 7c1cc22f1e8f9e1ab2f8402b0630c58cf9d21885 Mon Sep 17 00:00:00 2001 From: dzaima Date: Thu, 8 Feb 2024 15:26:57 +0200 Subject: [PATCH] remove too-large FFI test cases the limit is now 2^32, which is as much as readUInt reads --- test/cases/ffi.bqn | 3 --- 1 file changed, 3 deletions(-) diff --git a/test/cases/ffi.bqn b/test/cases/ffi.bqn index 8f0f7faa..630d26e4 100644 --- a/test/cases/ffi.bqn +++ b/test/cases/ffi.bqn @@ -41,9 +41,6 @@ # arrays !"Type parser: 0-item arrays not supported" % @•FFI""‿"bqn_init"‿"[0]i32" !"Type parser: number literal too large" % @•FFI""‿"bqn_init"‿"[999999999999]i32" -!"Type parser: Top-level array too large; limit is 65535 elements" % @•FFI""‿"bqn_init"‿"[65536]i32" -!"Type parser: Top-level array too large; limit is 65535 elements" % @•FFI""‿"bqn_init"‿"[4000000000]i32" -!"Type parser: Object too large; limit is 65534 bytes" % @•FFI""‿"bqn_init"‿"*[20000]i32" !"FFI: Cannot return array" % @•FFI"[4]i32"‿"bqn_init" # structs