From 020294fca9a7065d4b9cf4e677f606ebaaa29b00 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sat, 13 Apr 2024 10:39:45 +0200 Subject: Better test runner (#3922) --- tests/typ/compiler/plugin-oob.typ | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 tests/typ/compiler/plugin-oob.typ (limited to 'tests/typ/compiler/plugin-oob.typ') diff --git a/tests/typ/compiler/plugin-oob.typ b/tests/typ/compiler/plugin-oob.typ deleted file mode 100644 index 4d1ba205..00000000 --- a/tests/typ/compiler/plugin-oob.typ +++ /dev/null @@ -1,14 +0,0 @@ -// Test Out Of Bound read/write in WebAssembly plugins communication. -// Ref: false - ---- -#let p = plugin("/assets/plugins/plugin-oob.wasm") - -// Error: 2-14 plugin tried to read out of bounds: pointer 0x40000000 is out of bounds for read of length 1 -#p.read_oob() - ---- -#let p = plugin("/assets/plugins/plugin-oob.wasm") - -// Error: 2-27 plugin tried to write out of bounds: pointer 0x40000000 is out of bounds for write of length 3 -#p.write_oob(bytes("xyz")) -- cgit v1.2.3