mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-25 10:22:19 +00:00
Added f64_cmp spectest
This commit is contained in:
parent
3727d6e3de
commit
c4b0261336
2412
spectests/f64_cmp.wast
Normal file
2412
spectests/f64_cmp.wast
Normal file
File diff suppressed because it is too large
Load Diff
@ -15,7 +15,7 @@ static ENV_VAR: &str = "WASM_GENERATE_SPECTESTS";
|
|||||||
static BANNER: &str = "// Rust test file autogenerated with cargo build (src/build_spectests.rs).
|
static BANNER: &str = "// Rust test file autogenerated with cargo build (src/build_spectests.rs).
|
||||||
// Please do NOT modify it by hand, as it will be reseted on next build.\n";
|
// Please do NOT modify it by hand, as it will be reseted on next build.\n";
|
||||||
|
|
||||||
const TESTS: [&str; 22] = [
|
const TESTS: [&str; 23] = [
|
||||||
"spectests/block.wast",
|
"spectests/block.wast",
|
||||||
"spectests/br.wast",
|
"spectests/br.wast",
|
||||||
"spectests/br_if.wast",
|
"spectests/br_if.wast",
|
||||||
@ -31,6 +31,7 @@ const TESTS: [&str; 22] = [
|
|||||||
"spectests/f32_cmp.wast",
|
"spectests/f32_cmp.wast",
|
||||||
"spectests/f64_.wast",
|
"spectests/f64_.wast",
|
||||||
"spectests/f64_bitwise.wast",
|
"spectests/f64_bitwise.wast",
|
||||||
|
"spectests/f64_cmp.wast",
|
||||||
"spectests/func_ptrs.wast",
|
"spectests/func_ptrs.wast",
|
||||||
"spectests/i32_.wast",
|
"spectests/i32_.wast",
|
||||||
"spectests/i64_.wast",
|
"spectests/i64_.wast",
|
||||||
|
31256
src/spectests/f64_cmp.rs
Normal file
31256
src/spectests/f64_cmp.rs
Normal file
File diff suppressed because it is too large
Load Diff
@ -18,6 +18,7 @@ mod f32_bitwise;
|
|||||||
mod f32_cmp;
|
mod f32_cmp;
|
||||||
mod f64_;
|
mod f64_;
|
||||||
mod f64_bitwise;
|
mod f64_bitwise;
|
||||||
|
mod f64_cmp;
|
||||||
mod func_ptrs;
|
mod func_ptrs;
|
||||||
mod i32_;
|
mod i32_;
|
||||||
mod i64_;
|
mod i64_;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user