solidity/test/libsolidity/smtCheckerTests/loops
2020-12-30 12:14:30 +01:00
..
do_while_1_fail.sol Move CHC counterexamples to primary location 2020-12-09 19:55:18 +01:00
do_while_1_false_positives.sol Update remaining tests 2020-08-14 12:58:27 +02:00
do_while_break_2_fail.sol Move CHC counterexamples to primary location 2020-12-09 19:55:18 +01:00
do_while_break_2.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
do_while_break_fail.sol Move CHC counterexamples to primary location 2020-12-09 19:55:18 +01:00
do_while_break.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
do_while_continue.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
for_1_break_fail.sol Move CHC counterexamples to primary location 2020-12-09 19:55:18 +01:00
for_1_break.sol Set tests that CVC4 can't handle to Z3 only 2019-12-09 15:32:08 +01:00
for_1_continue_fail.sol Move CHC counterexamples to primary location 2020-12-09 19:55:18 +01:00
for_1_continue.sol Set tests that CVC4 can't handle to Z3 only 2019-12-09 15:32:08 +01:00
for_1_fail.sol Move CHC counterexamples to primary location 2020-12-09 19:55:18 +01:00
for_1_false_positive.sol disabling some tests because of nondeterminism in Spacer 2020-12-28 16:24:44 +01:00
for_break_direct.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
for_loop_1.sol Set tests that CVC4 can't handle to Z3 only 2019-12-09 15:32:08 +01:00
for_loop_2.sol Set tests that CVC4 can't handle to Z3 only 2019-12-09 15:32:08 +01:00
for_loop_3.sol Set tests that CVC4 can't handle to Z3 only 2019-12-09 15:32:08 +01:00
for_loop_4.sol Move CHC counterexamples to primary location 2020-12-09 19:55:18 +01:00
for_loop_5.sol Move CHC counterexamples to primary location 2020-12-09 19:55:18 +01:00
for_loop_6.sol Set tests that CVC4 can't handle to Z3 only 2019-12-09 15:32:08 +01:00
for_loop_array_assignment_memory_memory.sol [SMTChecker] Support check/unchecked 2020-12-30 12:14:30 +01:00
for_loop_array_assignment_memory_storage.sol [SMTChecker] Support check/unchecked 2020-12-30 12:14:30 +01:00
for_loop_array_assignment_storage_memory.sol [SMTChecker] Support check/unchecked 2020-12-30 12:14:30 +01:00
for_loop_array_assignment_storage_storage.sol Add and update tests 2020-12-17 14:42:49 +01:00
for_loop_trivial_condition_1.sol [SMTChecker] Add engine prefix to verification target error messages 2020-09-25 19:09:06 +02:00
for_loop_trivial_condition_2.sol [SMTChecker] Add engine prefix to verification target error messages 2020-09-25 19:09:06 +02:00
for_loop_trivial_condition_3.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
for_loop_unreachable_1.sol [SMTChecker] Add engine prefix to verification target error messages 2020-09-25 19:09:06 +02:00
while_1_break_fail.sol Move CHC counterexamples to primary location 2020-12-09 19:55:18 +01:00
while_1_break.sol Set tests that CVC4 can't handle to Z3 only 2019-12-09 15:32:08 +01:00
while_1_continue_fail.sol Move CHC counterexamples to primary location 2020-12-09 19:55:18 +01:00
while_1_continue.sol Set tests that CVC4 can't handle to Z3 only 2019-12-09 15:32:08 +01:00
while_1_fail.sol Move CHC counterexamples to primary location 2020-12-09 19:55:18 +01:00
while_1_infinite.sol Set tests that CVC4 can't handle to Z3 only 2019-12-09 15:32:08 +01:00
while_1.sol Set tests that CVC4 can't handle to Z3 only 2019-12-09 15:32:08 +01:00
while_2_break_fail.sol [SMTChecker] Adding unary increment and decrement as under/overflow verification targets for the CHC engine 2020-12-11 17:41:50 +01:00
while_2_break.sol Added error codes to SyntaxTest expectations (updated tests) 2020-06-22 16:51:47 +02:00
while_2_fail.sol Set tests that CVC4 can't handle to Z3 only 2019-12-09 15:32:08 +01:00
while_2.sol Set tests that CVC4 can't handle to Z3 only 2019-12-09 15:32:08 +01:00
while_break_direct.sol [SMTChecker] Add engine prefix to verification target error messages 2020-09-25 19:09:06 +02:00
while_loop_array_assignment_memory_memory.sol [SMTChecker] Support check/unchecked 2020-12-30 12:14:30 +01:00
while_loop_array_assignment_memory_storage.sol [SMTChecker] Support check/unchecked 2020-12-30 12:14:30 +01:00
while_loop_array_assignment_storage_storage.sol [SMTChecker] Support check/unchecked 2020-12-30 12:14:30 +01:00
while_loop_simple_1.sol Move CHC counterexamples to primary location 2020-12-09 19:55:18 +01:00
while_loop_simple_2.sol Set tests that CVC4 can't handle to Z3 only 2019-12-09 15:32:08 +01:00
while_loop_simple_3.sol Move CHC counterexamples to primary location 2020-12-09 19:55:18 +01:00
while_loop_simple_4.sol Set tests that CVC4 can't handle to Z3 only 2019-12-09 15:32:08 +01:00
while_loop_simple_5.sol Move CHC counterexamples to primary location 2020-12-09 19:55:18 +01:00
while_nested_break_fail.sol Add and update tests 2020-12-17 14:42:49 +01:00
while_nested_break.sol Set tests that CVC4 can't handle to Z3 only 2019-12-09 15:32:08 +01:00
while_nested_continue_fail.sol Move CHC counterexamples to primary location 2020-12-09 19:55:18 +01:00
while_nested_continue.sol Set tests that CVC4 can't handle to Z3 only 2019-12-09 15:32:08 +01:00