f32 && f64 tests

This commit is contained in:
Svyatoslav Nikolsky
2017-06-05 18:48:08 +03:00
parent 4fb1c80b3e
commit 1a8537dd84
5 changed files with 77 additions and 9 deletions

View File

@ -25,6 +25,16 @@ pub enum Command {
action: Action,
expected: Vec<RuntimeValue>,
},
#[serde(rename = "assert_return_canonical_nan")]
AssertReturnCanonicalNan {
line: u64,
action: Action,
},
#[serde(rename = "assert_return_arithmetic_nan")]
AssertReturnArithmeticNan {
line: u64,
action: Action,
},
#[serde(rename = "assert_trap")]
AssertTrap {
line: u64,