Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 9 additions & 7 deletions test/core/align.wast
Original file line number Diff line number Diff line change
Expand Up @@ -1001,14 +1001,16 @@
"malformed memop flags"
)

;; Max align and offset in non-malformed text
(module
(memory i64 1)
(func
i64.const 0
i32.load offset=0xFFFF_FFFF_FFFF_FFFF
drop
(assert_invalid
(module
(memory 1)
(func
i32.const 0
i32.load offset=0xFFFF_FFFF_FFFF_FFFF
drop
)
)
"offset out of range"
)

(assert_invalid
Expand Down
File renamed without changes.
5,578 changes: 5,578 additions & 0 deletions test/core/bulk-memory/memory_copy.wast

Large diffs are not rendered by default.

Loading