Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spec test suite submodule #1984

Merged
merged 1 commit into from
Jan 24, 2025
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
Original file line number Diff line number Diff line change
Expand Up @@ -613,7 +613,7 @@
}
]
},
"text": "out of bounds"
"text": "out of bounds memory access"
},
{
"type": "assert_return",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,45 +15,17 @@
"module_type": "binary",
"text": "unknown import"
},
{
"type": "assert_unlinkable",
"line": 27,
"filename": "memory_max.2.wasm",
"module_type": "binary",
"text": "unknown import"
},
{
"type": "assert_unlinkable",
"line": 34,
"filename": "memory_max.3.wasm",
"module_type": "binary",
"text": "unknown import"
},
{
"type": "assert_malformed",
"line": 46,
"filename": "memory_max.4.wat",
"module_type": "text",
"text": "constant out of range"
},
{
"type": "assert_malformed",
"line": 51,
"filename": "memory_max.5.wat",
"line": 32,
"filename": "memory_max.2.wat",
"module_type": "text",
"text": "constant out of range"
},
{
"type": "assert_invalid",
"line": 56,
"filename": "memory_max.6.wasm",
"module_type": "binary",
"text": "memory size must be at most"
},
{
"type": "assert_invalid",
"line": 62,
"filename": "memory_max.7.wasm",
"line": 37,
"filename": "memory_max.3.wasm",
"module_type": "binary",
"text": "memory size must be at most"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
{
"source_filename": "tests/testsuite/proposals/custom-page-sizes/memory_max_i64.wast",
"commands": [
{
"type": "assert_unlinkable",
"line": 13,
"filename": "memory_max_i64.0.wasm",
"module_type": "binary",
"text": "unknown import"
},
{
"type": "assert_unlinkable",
"line": 20,
"filename": "memory_max_i64.1.wasm",
"module_type": "binary",
"text": "unknown import"
},
{
"type": "assert_malformed",
"line": 32,
"filename": "memory_max_i64.2.wat",
"module_type": "text",
"text": "constant out of range"
},
{
"type": "assert_invalid",
"line": 37,
"filename": "memory_max_i64.3.wasm",
"module_type": "binary",
"text": "memory size must be at most"
}
]
}
Loading
Loading