Merge commit from fork
* fix: remove SIMD prefix handling from interpreter and update opcode definitions * test: add case for classic interpreter handling of unsupported SIMD opcodes
This commit is contained in:
@ -1770,6 +1770,22 @@
|
||||
"stdout content": "Exception: unreachable",
|
||||
"description": "no 'frame offset overflow'"
|
||||
}
|
||||
},
|
||||
{
|
||||
"deprecated": false,
|
||||
"ids": [
|
||||
980001
|
||||
],
|
||||
"runtime": "iwasm-llvm-jit",
|
||||
"file": "v128.wasm",
|
||||
"mode": "classic-interp",
|
||||
"options": "-f main",
|
||||
"argument": "",
|
||||
"expected return": {
|
||||
"ret code": 1,
|
||||
"stdout content": "Exception: unsupported opcode",
|
||||
"description": "classic-interp will exit gracefully when meeting simd opcodes"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user