mirror of
https://github.com/fluencelabs/wasmer
synced 2025-06-29 00:21:34 +00:00
Disable test_indirect_many
as a mitigation for issue #717 .
This commit is contained in:
@ -29,6 +29,7 @@ test_i16_emcc_intrinsic
|
|||||||
test_i64
|
test_i64
|
||||||
test_i64_7z
|
test_i64_7z
|
||||||
test_i64_varargs
|
test_i64_varargs
|
||||||
|
test_indirectbr_many
|
||||||
test_llvm_intrinsics
|
test_llvm_intrinsics
|
||||||
test_longjmp_exc
|
test_longjmp_exc
|
||||||
test_lower_intrinsics
|
test_lower_intrinsics
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#[test]
|
#[test]
|
||||||
|
#[ignore]
|
||||||
fn test_test_indirectbr_many() {
|
fn test_test_indirectbr_many() {
|
||||||
assert_emscripten_output!(
|
assert_emscripten_output!(
|
||||||
"../../emtests/test_indirectbr_many.wasm",
|
"../../emtests/test_indirectbr_many.wasm",
|
||||||
|
Reference in New Issue
Block a user