Skip to content

Commit b48eeaa

Browse files
Update smt tests
1 parent 02b50a8 commit b48eeaa

33 files changed

+43
-0
lines changed

test/libsolidity/smtCheckerTests/blockchain_state/balance_spend.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,6 @@ contract C {
1818
// SMTEngine: all
1919
// SMTIgnoreCex: yes
2020
// ----
21+
// Warning 9207: (175-186): transfer will be deprecated in the next breaking version.
2122
// Warning 6328: (280-314): CHC: Assertion violation happens here.
2223
// Info 1391: CHC: 3 verification condition(s) proved safe! Enable the model checker option "show proved safe" to see all of them.

test/libsolidity/smtCheckerTests/blockchain_state/balance_spend_2.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ contract C {
1717
// SMTIgnoreCex: yes
1818
// SMTIgnoreOS: macos
1919
// ----
20+
// Warning 9207: (141-152): transfer will be deprecated in the next breaking version.
2021
// Warning 8656: (141-156): CHC: Insufficient funds happens here.
2122
// Warning 6328: (193-226): CHC: Assertion violation happens here.
2223
// Warning 6328: (245-279): CHC: Assertion violation happens here.

test/libsolidity/smtCheckerTests/blockchain_state/decreasing_balance.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,5 @@ contract C {
1818
// ====
1919
// SMTEngine: all
2020
// ----
21+
// Warning 9207: (160-170): transfer will be deprecated in the next breaking version.
2122
// Info 1391: CHC: 1 verification condition(s) proved safe! Enable the model checker option "show proved safe" to see all of them.

test/libsolidity/smtCheckerTests/blockchain_state/free_function_2.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,6 @@ contract C {
1919
// SMTEngine: all
2020
// SMTIgnoreCex: yes
2121
// ----
22+
// Warning 9207: (33-43): transfer will be deprecated in the next breaking version.
2223
// Warning 6328: (258-274): CHC: Assertion violation happens here.
2324
// Info 1391: CHC: 4 verification condition(s) proved safe! Enable the model checker option "show proved safe" to see all of them.

test/libsolidity/smtCheckerTests/blockchain_state/library_internal_2.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,6 @@ contract C {
2222
// SMTEngine: all
2323
// SMTIgnoreCex: yes
2424
// ----
25+
// Warning 9207: (87-97): transfer will be deprecated in the next breaking version.
2526
// Warning 6328: (315-331): CHC: Assertion violation happens here.
2627
// Info 1391: CHC: 4 verification condition(s) proved safe! Enable the model checker option "show proved safe" to see all of them.

test/libsolidity/smtCheckerTests/blockchain_state/library_public_2.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ contract C {
2020
// SMTEngine: all
2121
// SMTIgnoreCex: yes
2222
// ----
23+
// Warning 9207: (54-64): transfer will be deprecated in the next breaking version.
2324
// Warning 4588: (238-243): Assertion checker does not yet implement this type of function call.
2425
// Warning 8656: (54-67): CHC: Insufficient funds happens here.
2526
// Warning 6328: (282-298): CHC: Assertion violation happens here.

test/libsolidity/smtCheckerTests/blockchain_state/transfer_1.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@ contract C {
1111
// SMTEngine: all
1212
// SMTIgnoreCex: yes
1313
// ----
14+
// Warning 9207: (96-106): transfer will be deprecated in the next breaking version.
1415
// Warning 6328: (166-201): CHC: Assertion violation happens here.
1516
// Info 1391: CHC: 2 verification condition(s) proved safe! Enable the model checker option "show proved safe" to see all of them.

test/libsolidity/smtCheckerTests/blockchain_state/transfer_2.sol

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,6 @@ contract C {
1111
// ====
1212
// SMTEngine: chc
1313
// ----
14+
// Warning 9207: (133-151): transfer will be deprecated in the next breaking version.
15+
// Warning 9207: (167-185): transfer will be deprecated in the next breaking version.
1416
// Info 1391: CHC: 2 verification condition(s) proved safe! Enable the model checker option "show proved safe" to see all of them.

test/libsolidity/smtCheckerTests/blockchain_state/transfer_3.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@ contract C {
88
// ====
99
// SMTEngine: all
1010
// ----
11+
// Warning 9207: (76-94): transfer will be deprecated in the next breaking version.
1112
// Warning 8656: (76-97): CHC: Insufficient funds happens here.

test/libsolidity/smtCheckerTests/blockchain_state/transfer_4.sol

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,5 @@ contract C {
99
// ====
1010
// SMTEngine: all
1111
// ----
12+
// Warning 9207: (101-119): transfer will be deprecated in the next breaking version.
1213
// Info 1391: CHC: 1 verification condition(s) proved safe! Enable the model checker option "show proved safe" to see all of them.

0 commit comments

Comments
 (0)