Merge pull request #1825 from cfallin/spidermonkey-fixes

Three fixes to various SpiderMonkey-related issues
This commit is contained in:
Chris Fallin
2020-06-08 13:54:13 -07:00
committed by GitHub
10 changed files with 153 additions and 14 deletions

View File

@@ -21,7 +21,7 @@ fn instantiate_empty_module_with_memory() {
}
#[test]
#[cfg_attr(target_arch = "aarch64", should_panic)] // FIXME(#1523)
#[cfg_attr(target_arch = "aarch64", ignore)] // FIXME(#1523)
fn instantiate_module_that_compiled_to_x64_has_register_32() {
let mut config = Config::new();
config.debug_info(true);