diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/binary/bad-opcode-prefix.txt | 2 | ||||
-rw-r--r-- | test/binary/bad-opcode.txt | 2 | ||||
-rw-r--r-- | test/binary/ignore-custom-section-error-objdump.txt | 2 | ||||
-rw-r--r-- | test/binary/ignore-custom-section-error-wasm2wat.txt | 4 | ||||
-rw-r--r-- | test/dump/bad-version-logging.txt | 2 | ||||
-rw-r--r-- | test/dump/bad-version.txt | 2 |
6 files changed, 7 insertions, 7 deletions
diff --git a/test/binary/bad-opcode-prefix.txt b/test/binary/bad-opcode-prefix.txt index 49f01a29..267d8302 100644 --- a/test/binary/bad-opcode-prefix.txt +++ b/test/binary/bad-opcode-prefix.txt @@ -12,7 +12,7 @@ section(CODE) { } } (;; STDERR ;;; -*ERROR*: @0x0000001a: unexpected opcode: 254 127 (0xfe 0x7f) +000001a: error: unexpected opcode: 254 127 (0xfe 0x7f) ;;; STDERR ;;) (;; STDOUT ;;; diff --git a/test/binary/bad-opcode.txt b/test/binary/bad-opcode.txt index f8c12a27..40f29278 100644 --- a/test/binary/bad-opcode.txt +++ b/test/binary/bad-opcode.txt @@ -13,7 +13,7 @@ section(CODE) { } } (;; STDERR ;;; -*ERROR*: @0x00000019: unexpected opcode: 255 (0xff) +0000019: error: unexpected opcode: 255 (0xff) ;;; STDERR ;;) (;; STDOUT ;;; diff --git a/test/binary/ignore-custom-section-error-objdump.txt b/test/binary/ignore-custom-section-error-objdump.txt index 40d630c4..7288c8b6 100644 --- a/test/binary/ignore-custom-section-error-objdump.txt +++ b/test/binary/ignore-custom-section-error-objdump.txt @@ -18,7 +18,7 @@ section(CODE) { } } (;; STDERR ;;; -*ERROR*: @0x00000019: unable to read u32 leb128: subsection size +0000019: warning: unable to read u32 leb128: subsection size ;;; STDERR ;;) (;; STDOUT ;;; diff --git a/test/binary/ignore-custom-section-error-wasm2wat.txt b/test/binary/ignore-custom-section-error-wasm2wat.txt index d0ffa4e7..40d9f55b 100644 --- a/test/binary/ignore-custom-section-error-wasm2wat.txt +++ b/test/binary/ignore-custom-section-error-wasm2wat.txt @@ -19,8 +19,8 @@ section(CODE) { } } (;; STDERR ;;; -0000019: error: unable to read u32 leb128: subsection size -0000019: error: unable to read u32 leb128: subsection size +0000019: warning: unable to read u32 leb128: subsection size +0000019: warning: unable to read u32 leb128: subsection size ;;; STDERR ;;) (;; STDOUT ;;; (module diff --git a/test/dump/bad-version-logging.txt b/test/dump/bad-version-logging.txt index 699b40d2..910f1ebc 100644 --- a/test/dump/bad-version-logging.txt +++ b/test/dump/bad-version-logging.txt @@ -4,7 +4,7 @@ magic 0xe 0 0 0 (;; STDERR ;;; -*ERROR*: @0x00000008: bad wasm file version: 0xe (expected 0x1) +0000008: error: bad wasm file version: 0xe (expected 0x1) ;;; STDERR ;;) (;; STDOUT ;;; diff --git a/test/dump/bad-version.txt b/test/dump/bad-version.txt index 427a6806..ea3246dd 100644 --- a/test/dump/bad-version.txt +++ b/test/dump/bad-version.txt @@ -3,7 +3,7 @@ magic 0xe 0 0 0 (;; STDERR ;;; -*ERROR*: @0x00000008: bad wasm file version: 0xe (expected 0x1) +0000008: error: bad wasm file version: 0xe (expected 0x1) ;;; STDERR ;;) (;; STDOUT ;;; |