mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Readd SMTChecker tests
This commit is contained in:
@@ -13,8 +13,6 @@ contract C
|
||||
assert(x > 0);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// SMTSolvers: cvc4
|
||||
// ----
|
||||
// Warning 1218: (176-181): Error trying to invoke SMT solver.
|
||||
// Warning 2661: (176-181): Overflow (resulting value larger than 2**256 - 1) happens here.
|
||||
// Warning 4661: (296-309): Assertion violation happens here.
|
||||
|
||||
+3
-5
@@ -20,9 +20,7 @@ contract LoopFor2 {
|
||||
assert(b[0] == 900);
|
||||
}
|
||||
}
|
||||
// ====
|
||||
// SMTSolvers: cvc4
|
||||
// ----
|
||||
// Warning 4661: (296-316): Assertion violation happens here.
|
||||
// Warning 4661: (320-339): Assertion violation happens here.
|
||||
// Warning 4661: (343-362): Assertion violation happens here.
|
||||
// Warning 1218: (229-234): Error trying to invoke SMT solver.
|
||||
// Warning 6328: (320-339): Assertion violation happens here.
|
||||
// Warning 6328: (343-362): Assertion violation happens here.
|
||||
|
||||
Reference in New Issue
Block a user