Add TODO comments with link to issue for aarch64 reference types

This commit is contained in:
Nick Fitzgerald
2020-06-16 10:03:09 -07:00
parent 647d2b4231
commit 8f0e330467
2 changed files with 3 additions and 3 deletions

View File

@@ -211,8 +211,8 @@ fn ignore(testsuite: &str, testname: &str, strategy: &str) -> bool {
("reference_types", "table_copy_on_imported_tables")
| ("reference_types", "externref_id_function") => {
// Ignore if this isn't x64, because Cranelift only supports
// reference types on x64.
// TODO(#1886): Ignore if this isn't x64, because Cranelift only
// supports reference types on x64.
return env::var("CARGO_CFG_TARGET_ARCH").unwrap() != "x86_64";
}