Merge branch 'master' into more-tests

This commit is contained in:
NikVolf
2017-06-05 19:26:13 +03:00
7 changed files with 72 additions and 16 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,