Add back skipped float test cases

This commit is contained in:
Rerumu 2022-06-16 05:41:01 -04:00
parent a7f30b8157
commit c8e3777f1c
2 changed files with 2 additions and 10 deletions

View File

@ -153,13 +153,9 @@ impl Target for LuaJIT {
}
}
static DO_NOT_RUN: [&str; 8] = [
static DO_NOT_RUN: [&str; 4] = [
"binary-leb128.wast",
"conversions.wast",
"float_exprs.wast",
"float_literals.wast",
"float_memory.wast",
"float_misc.wast",
"names.wast",
"skip-stack-guard-page.wast",
];

View File

@ -160,13 +160,9 @@ impl Target for Luau {
}
}
static DO_NOT_RUN: [&str; 8] = [
static DO_NOT_RUN: [&str; 4] = [
"binary-leb128.wast",
"conversions.wast",
"float_exprs.wast",
"float_literals.wast",
"float_memory.wast",
"float_misc.wast",
"names.wast",
"skip-stack-guard-page.wast",
];