Re-enable tests that were excluded due to the previous limitation.
This commit is contained in:
12
build.rs
12
build.rs
@@ -206,18 +206,6 @@ fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool {
|
||||
("reference_types", "table_copy_on_imported_tables") => return false,
|
||||
("reference_types", _) => return true,
|
||||
|
||||
("misc_testsuite", "export_large_signature")
|
||||
| ("spec_testsuite", "call")
|
||||
| ("spec_testsuite", "func")
|
||||
| ("multi_value", "call")
|
||||
| ("multi_value", "func") => {
|
||||
// FIXME These involves functions with very large stack frames that Cranelift currently
|
||||
// cannot compile using the fastcall (Windows) calling convention.
|
||||
// See https://github.com/bytecodealliance/wasmtime/pull/1216.
|
||||
#[cfg(windows)]
|
||||
return true;
|
||||
}
|
||||
|
||||
_ => {}
|
||||
},
|
||||
_ => panic!("unrecognized strategy"),
|
||||
|
||||
Reference in New Issue
Block a user