mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Adjust tests for nondeterminism
This commit is contained in:
parent
17add47a27
commit
7092caf6bf
@ -16,6 +16,6 @@ contract C {
|
||||
// SMTContract: C
|
||||
// SMTEngine: all
|
||||
// SMTExtCalls: trusted
|
||||
// SMTIgnoreInv: 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)
|
||||
// Info 1180: Contract invariant(s) for :C:\n(!(z >= 3) && !(z <= 1))\n
|
||||
|
||||
@ -19,5 +19,6 @@ contract C {
|
||||
// SMTEngine: chc
|
||||
// SMTExtCalls: trusted
|
||||
// SMTTargets: assert
|
||||
// SMTIgnoreCex: yes
|
||||
// ----
|
||||
// Warning 6328: (179-199): CHC: Assertion violation happens here.
|
||||
|
||||
@ -22,5 +22,6 @@ contract C {
|
||||
// SMTEngine: chc
|
||||
// SMTExtCalls: trusted
|
||||
// SMTTargets: assert
|
||||
// SMTIgnoreCex: yes
|
||||
// ----
|
||||
// Warning 6328: (205-227): CHC: Assertion violation happens here.\nCounterexample:\nt = {s: {d: 20819}}\n\nTransaction trace:\nC.constructor()\nState: t = {s: {d: 20819}}\nC.f()
|
||||
// Warning 6328: (205-227): CHC: Assertion violation happens here.
|
||||
|
||||
@ -13,5 +13,6 @@ contract C {
|
||||
// SMTEngine: chc
|
||||
// SMTExtCalls: trusted
|
||||
// SMTTargets: assert
|
||||
// SMTIgnoreCex: yes
|
||||
// ----
|
||||
// Warning 6328: (127-141): CHC: Assertion violation happens here.
|
||||
|
||||
@ -14,5 +14,6 @@ contract C {
|
||||
// SMTEngine: chc
|
||||
// SMTExtCalls: trusted
|
||||
// SMTTargets: assert
|
||||
// SMTIgnoreCex: yes
|
||||
// ----
|
||||
// Warning 6328: (138-152): CHC: Assertion violation happens here.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user