solidity/test/libsolidity/smtCheckerTests/loops
2019-11-12 12:58:42 +01:00
..
do_while_1_fail.sol [SMTChecker] Add a more general VerificationTarget 2019-06-27 10:31:50 +02:00
do_while_1_false_positives.sol [SMTChecker] Add loop support 2019-09-13 12:40:53 +02:00
do_while_break_2_fail.sol [SMTChecker] Refactor CHC loops and add if blocks 2019-11-05 09:28:59 +01:00
do_while_break_2.sol [SMTChecker] Refactor CHC loops and add if blocks 2019-11-05 09:28:59 +01:00
do_while_break_fail.sol [SMTChecker] Refactor CHC loops and add if blocks 2019-11-05 09:28:59 +01:00
do_while_break.sol [SMTChecker] Refactor CHC loops and add if blocks 2019-11-05 09:28:59 +01:00
do_while_continue.sol [SMTChecker] Refactor CHC loops and add if blocks 2019-11-05 09:28:59 +01:00
for_1_break_fail.sol [SMTChecker] Refactor CHC loops and add if blocks 2019-11-05 09:28:59 +01:00
for_1_break.sol [SMTChecker] Refactor CHC loops and add if blocks 2019-11-05 09:28:59 +01:00
for_1_continue_fail.sol [SMTChecker] Refactor CHC loops and add if blocks 2019-11-05 09:28:59 +01:00
for_1_continue.sol [SMTChecker] Refactor CHC loops and add if blocks 2019-11-05 09:28:59 +01:00
for_1_fail.sol [SMTChecker] Add a more general VerificationTarget 2019-06-27 10:31:50 +02:00
for_1_false_positive.sol [SMTChecker] Add loop support 2019-09-13 12:40:53 +02:00
for_break_direct.sol [SMTChecker] Refactor CHC loops and add if blocks 2019-11-05 09:28:59 +01:00
for_loop_1.sol Organize smt tests in subdirectories 2018-11-22 13:33:28 +00:00
for_loop_2.sol Organize smt tests in subdirectories 2018-11-22 13:33:28 +00:00
for_loop_3.sol Organize smt tests in subdirectories 2018-11-22 13:33:28 +00:00
for_loop_4.sol [SMTChecker] Remove overflow check for assignments 2019-06-24 17:58:56 +02:00
for_loop_5.sol [SMTChecker] Remove overflow check for assignments 2019-06-24 17:58:56 +02:00
for_loop_6.sol [SMTChecker] Add loop support 2019-09-13 12:40:53 +02:00
for_loop_array_assignment_memory_memory.sol Erase pointer knowledge properly inside loops 2019-07-30 12:47:50 +02:00
for_loop_array_assignment_memory_storage.sol Erase pointer knowledge properly inside loops 2019-07-30 12:47:50 +02:00
for_loop_array_assignment_storage_memory.sol [SMTChecker] Add loop support 2019-09-13 12:40:53 +02:00
for_loop_array_assignment_storage_storage.sol [SMTChecker] Add loop support 2019-09-13 12:40:53 +02:00
for_loop_trivial_condition_1.sol [SMTChecker] Add a more general VerificationTarget 2019-06-27 10:31:50 +02:00
for_loop_trivial_condition_2.sol [SMTChecker] Add a more general VerificationTarget 2019-06-27 10:31:50 +02:00
for_loop_trivial_condition_3.sol [SMTChecker] Add loop support 2019-09-13 12:40:53 +02:00
for_loop_unreachable_1.sol [SMTChecker] Add a more general VerificationTarget 2019-06-27 10:31:50 +02:00
while_1_break_fail.sol [SMTChecker] Add loop support 2019-09-13 12:40:53 +02:00
while_1_break.sol [SMTChecker] Refactor CHC loops and add if blocks 2019-11-05 09:28:59 +01:00
while_1_continue_fail.sol [SMTChecker] Refactor CHC loops and add if blocks 2019-11-05 09:28:59 +01:00
while_1_continue.sol [SMTChecker] Refactor CHC loops and add if blocks 2019-11-05 09:28:59 +01:00
while_1_fail.sol [SMTChecker] Loops are unrolled once 2018-12-04 12:35:19 +01:00
while_1_infinite.sol [SMTChecker] Add loop support 2019-09-13 12:40:53 +02:00
while_1.sol [SMTChecker] Add loop support 2019-09-13 12:40:53 +02:00
while_2_break_fail.sol [SMTChecker] Add loop support 2019-09-13 12:40:53 +02:00
while_2_break.sol [SMTChecker] Refactor CHC loops and add if blocks 2019-11-05 09:28:59 +01:00
while_2_fail.sol [SMTChecker] Add loop support 2019-09-13 12:40:53 +02:00
while_2.sol [SMTChecker] Add loop support 2019-09-13 12:40:53 +02:00
while_break_direct.sol [SMTChecker] Refactor CHC loops and add if blocks 2019-11-05 09:28:59 +01:00
while_loop_array_assignment_memory_memory.sol Erase pointer knowledge properly inside loops 2019-07-30 12:47:50 +02:00
while_loop_array_assignment_memory_storage.sol [SMTChecker] Add loop support 2019-09-13 12:40:53 +02:00
while_loop_simple_1.sol [SMTChecker] Loops are unrolled once 2018-12-04 12:35:19 +01:00
while_loop_simple_2.sol Organize smt tests in subdirectories 2018-11-22 13:33:28 +00:00
while_loop_simple_3.sol [SMTChecker] Loops are unrolled once 2018-12-04 12:35:19 +01:00
while_loop_simple_4.sol [SMTChecker] Add loop support 2019-09-13 12:40:53 +02:00
while_loop_simple_5.sol [SMTChecker] Loops are unrolled once 2018-12-04 12:35:19 +01:00
while_nested_break_fail.sol [SMTChecker] Refactor CHC loops and add if blocks 2019-11-05 09:28:59 +01:00
while_nested_break.sol [SMTChecker] Refactor CHC loops and add if blocks 2019-11-05 09:28:59 +01:00
while_nested_continue_fail.sol [SMTChecker] Refactor CHC loops and add if blocks 2019-11-05 09:28:59 +01:00
while_nested_continue.sol [SMTChecker] Refactor CHC loops and add if blocks 2019-11-05 09:28:59 +01:00