Disable test_indirect_many as a mitigation for issue #717 .

This commit is contained in:
losfair
2019-08-22 17:57:22 -07:00
parent bdcd73cd63
commit dcb16a2ae9
2 changed files with 2 additions and 0 deletions

View File

@ -29,6 +29,7 @@ test_i16_emcc_intrinsic
test_i64
test_i64_7z
test_i64_varargs
test_indirectbr_many
test_llvm_intrinsics
test_longjmp_exc
test_lower_intrinsics

View File

@ -1,4 +1,5 @@
#[test]
#[ignore]
fn test_test_indirectbr_many() {
assert_emscripten_output!(
"../../emtests/test_indirectbr_many.wasm",