mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Merge pull request #11796 from ethereum/smt_fix_develop
Fix SMT test develop
This commit is contained in:
commit
4fdf7db02e
@ -14,6 +14,7 @@ contract C {
|
|||||||
}
|
}
|
||||||
// ====
|
// ====
|
||||||
// SMTEngine: all
|
// SMTEngine: all
|
||||||
|
// SMTIgnoreCex: yes
|
||||||
// ----
|
// ----
|
||||||
// Warning 6328: (69-85): CHC: Assertion violation happens here.\nCounterexample:\n\n_x = 100\n = 0\n\nTransaction trace:\nState.constructor()\nState.f(100)
|
// Warning 6328: (69-85): CHC: Assertion violation happens here.
|
||||||
// Warning 6328: (177-191): CHC: Assertion violation happens here.\nCounterexample:\ns = 0, z = 0\n\nTransaction trace:\nC.constructor()\nState: s = 0, z = 0\nC.f()
|
// Warning 6328: (177-191): CHC: Assertion violation happens here.
|
||||||
|
@ -11,5 +11,7 @@ contract C {
|
|||||||
assert(a == 2); // should fail
|
assert(a == 2); // should fail
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
// ====
|
||||||
|
// SMTIgnoreCex: yes
|
||||||
// ----
|
// ----
|
||||||
// Warning 6328: (253-267): CHC: Assertion violation happens here.\nCounterexample:\nx = 0\nd = 0\na = 3\n\nTransaction trace:\nC.constructor(0)
|
// Warning 6328: (253-267): CHC: Assertion violation happens here.
|
||||||
|
Loading…
Reference in New Issue
Block a user