summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/binary/bad-event-after-export.txt11
-rw-r--r--test/binary/bad-event-before-global.txt11
-rw-r--r--test/dump/except.txt26
-rw-r--r--test/dump/rethrow.txt50
-rw-r--r--test/dump/throw.txt46
-rwxr-xr-xtest/gen-wasm.py1
6 files changed, 80 insertions, 65 deletions
diff --git a/test/binary/bad-event-after-export.txt b/test/binary/bad-event-after-export.txt
new file mode 100644
index 00000000..bcfcc185
--- /dev/null
+++ b/test/binary/bad-event-after-export.txt
@@ -0,0 +1,11 @@
+;;; TOOL: run-gen-wasm-bad
+;;; ARGS1: --enable-exceptions
+;;; ARGS2: --enable-exceptions
+magic
+version
+section(EXPORT) { count[0] }
+section(EVENT) { count[0] }
+(;; STDERR ;;;
+000000d: error: section Event out of order
+000000d: error: section Event out of order
+;;; STDERR ;;)
diff --git a/test/binary/bad-event-before-global.txt b/test/binary/bad-event-before-global.txt
new file mode 100644
index 00000000..ae0758f1
--- /dev/null
+++ b/test/binary/bad-event-before-global.txt
@@ -0,0 +1,11 @@
+;;; TOOL: run-gen-wasm-bad
+;;; ARGS1: --enable-exceptions
+;;; ARGS2: --enable-exceptions
+magic
+version
+section(EVENT) { count[0] }
+section(GLOBAL) { count[0] }
+(;; STDERR ;;;
+000000d: error: section Global out of order
+000000d: error: section Global out of order
+;;; STDERR ;;)
diff --git a/test/dump/except.txt b/test/dump/except.txt
index 9deccac4..047eb9a5 100644
--- a/test/dump/except.txt
+++ b/test/dump/except.txt
@@ -8,27 +8,23 @@
(;; STDOUT ;;;
0000000: 0061 736d ; WASM_BINARY_MAGIC
0000004: 0100 0000 ; WASM_BINARY_VERSION
-; section "exception"
-0000008: 00 ; section code
+; section "Event" (13)
+0000008: 0d ; section code
0000009: 00 ; section size (guess)
-000000a: 09 ; string length
-000000b: 6578 6365 7074 696f 6e exception ; custom section name
-0000014: 03 ; exception count
-0000015: 00 ; exception type count
-0000016: 01 ; exception type count
-0000017: 7f ; i32
-0000018: 02 ; exception type count
-0000019: 7d ; f32
-000001a: 7c ; f64
-0000009: 11 ; FIXUP section size
+000000a: 03 ; exception count
+000000b: 00 ; exception type count
+000000c: 01 ; exception type count
+000000d: 7f ; i32
+000000e: 02 ; exception type count
+000000f: 7d ; f32
+0000010: 7c ; f64
+0000009: 07 ; FIXUP section size
except.wasm: file format wasm 0x1
Section Details:
-Custom:
- - name: "exception"
-[3]:
+Event[3]:
- except[0] ()
- except[1] (i32)
- except[2] (f32, f64)
diff --git a/test/dump/rethrow.txt b/test/dump/rethrow.txt
index b576c760..d83ce52c 100644
--- a/test/dump/rethrow.txt
+++ b/test/dump/rethrow.txt
@@ -25,38 +25,36 @@
0000010: 01 ; num functions
0000011: 00 ; function 0 signature index
000000f: 02 ; FIXUP section size
-; section "exception"
-0000012: 00 ; section code
+; section "Event" (13)
+0000012: 0d ; section code
0000013: 00 ; section size (guess)
-0000014: 09 ; string length
-0000015: 6578 6365 7074 696f 6e exception ; custom section name
-000001e: 01 ; exception count
-000001f: 00 ; exception type count
-0000013: 0c ; FIXUP section size
+0000014: 01 ; exception count
+0000015: 00 ; exception type count
+0000013: 02 ; FIXUP section size
; section "Code" (10)
-0000020: 0a ; section code
-0000021: 00 ; section size (guess)
-0000022: 01 ; num functions
+0000016: 0a ; section code
+0000017: 00 ; section size (guess)
+0000018: 01 ; num functions
; function body 0
-0000023: 00 ; func body size (guess)
-0000024: 00 ; local decl count
-0000025: 06 ; try
-0000026: 40 ; void
-0000027: 07 ; catch
-0000028: 09 ; rethrow
-0000029: 0b ; end
-000002a: 0b ; end
-0000023: 07 ; FIXUP func body size
-0000021: 09 ; FIXUP section size
+0000019: 00 ; func body size (guess)
+000001a: 00 ; local decl count
+000001b: 06 ; try
+000001c: 40 ; void
+000001d: 07 ; catch
+000001e: 09 ; rethrow
+000001f: 0b ; end
+0000020: 0b ; end
+0000019: 07 ; FIXUP func body size
+0000017: 09 ; FIXUP section size
rethrow.wasm: file format wasm 0x1
Code Disassembly:
-000024 func[0]:
- 000025: 06 40 | try
- 000027: 07 | catch
- 000028: 09 | rethrow
- 000029: 0b | end
- 00002a: 0b | end
+00001a func[0]:
+ 00001b: 06 40 | try
+ 00001d: 07 | catch
+ 00001e: 09 | rethrow
+ 00001f: 0b | end
+ 000020: 0b | end
;;; STDOUT ;;)
diff --git a/test/dump/throw.txt b/test/dump/throw.txt
index 080090e5..0832644c 100644
--- a/test/dump/throw.txt
+++ b/test/dump/throw.txt
@@ -23,36 +23,34 @@
0000010: 01 ; num functions
0000011: 00 ; function 0 signature index
000000f: 02 ; FIXUP section size
-; section "exception"
-0000012: 00 ; section code
+; section "Event" (13)
+0000012: 0d ; section code
0000013: 00 ; section size (guess)
-0000014: 09 ; string length
-0000015: 6578 6365 7074 696f 6e exception ; custom section name
-000001e: 01 ; exception count
-000001f: 01 ; exception type count
-0000020: 7f ; i32
-0000013: 0d ; FIXUP section size
+0000014: 01 ; exception count
+0000015: 01 ; exception type count
+0000016: 7f ; i32
+0000013: 03 ; FIXUP section size
; section "Code" (10)
-0000021: 0a ; section code
-0000022: 00 ; section size (guess)
-0000023: 01 ; num functions
+0000017: 0a ; section code
+0000018: 00 ; section size (guess)
+0000019: 01 ; num functions
; function body 0
-0000024: 00 ; func body size (guess)
-0000025: 00 ; local decl count
-0000026: 41 ; i32.const
-0000027: 01 ; i32 literal
-0000028: 08 ; throw
-0000029: 00 ; throw exception
-000002a: 0b ; end
-0000024: 06 ; FIXUP func body size
-0000022: 08 ; FIXUP section size
+000001a: 00 ; func body size (guess)
+000001b: 00 ; local decl count
+000001c: 41 ; i32.const
+000001d: 01 ; i32 literal
+000001e: 08 ; throw
+000001f: 00 ; throw exception
+0000020: 0b ; end
+000001a: 06 ; FIXUP func body size
+0000018: 08 ; FIXUP section size
throw.wasm: file format wasm 0x1
Code Disassembly:
-000025 func[0]:
- 000026: 41 01 | i32.const 1
- 000028: 08 00 | throw 0
- 00002a: 0b | end
+00001b func[0]:
+ 00001c: 41 01 | i32.const 1
+ 00001e: 08 00 | throw 0
+ 000020: 0b | end
;;; STDOUT ;;)
diff --git a/test/gen-wasm.py b/test/gen-wasm.py
index 5e5467ea..24bc6048 100755
--- a/test/gen-wasm.py
+++ b/test/gen-wasm.py
@@ -63,6 +63,7 @@ NAMED_VALUES = {
'CODE': 10,
'DATA': 11,
'DATACOUNT': 12,
+ 'EVENT': 13,
# name subsection codes
'NAME_MODULE': 0,