Update test ignore annotations for aarch64 (#1643)
Looks like everything is in general passing now so it's probably time to close #1521 and all other remaining tests that are failing are classified under new more focused issues. Closes #1521
This commit is contained in:
@@ -102,7 +102,6 @@ fn run_wasmtime_simple_wat() -> Result<()> {
|
||||
|
||||
// Running a wat that traps.
|
||||
#[test]
|
||||
#[cfg_attr(target_arch = "aarch64", ignore)] // FIXME(#1521)
|
||||
fn run_wasmtime_unreachable_wat() -> Result<()> {
|
||||
let wasm = build_wasm("tests/wasm/unreachable.wat")?;
|
||||
let output = run_wasmtime_for_output(&[wasm.path().to_str().unwrap(), "--disable-cache"])?;
|
||||
|
||||
Reference in New Issue
Block a user