Add back skipped float test cases
This commit is contained in:
parent
a7f30b8157
commit
c8e3777f1c
@ -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",
|
||||
];
|
||||
|
@ -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",
|
||||
];
|
||||
|
Loading…
x
Reference in New Issue
Block a user