Merge branch 'master' into coverage-effort
Conflicts: ethcore/res/ethereum/tests
This commit is contained in:
@@ -27,6 +27,4 @@ slab = { git = "https://github.com/arkpar/slab.git" }
|
||||
sha3 = { path = "sha3" }
|
||||
serde = "0.6.7"
|
||||
clippy = "0.0.37"
|
||||
|
||||
[dev-dependencies]
|
||||
json-tests = { path = "json-tests" }
|
||||
|
||||
@@ -1217,6 +1217,8 @@ mod tests {
|
||||
|
||||
#[test]
|
||||
#[should_panic]
|
||||
// overflows panic only in debug builds. Running this test with `--release` flag, always fails
|
||||
#[ignore]
|
||||
pub fn uint128_add_overflow_panic() {
|
||||
U128::from_str("ffffffffffffffffffffffffffffffff").unwrap()
|
||||
+
|
||||
|
||||
Reference in New Issue
Block a user