Lines Matching refs:failure
212 # occur in vdbeapi.c. Specifically, if a malloc failure that occurs
497 # Make sure SQLITE_NOMEM is reported out on an ATTACH failure even
498 # when the malloc failure occurs within the nested parse.
520 # Test malloc failure whilst installing a foreign key.
528 # Test malloc failure in an sqlite3_prepare_v2() call.
623 # aimed at testing the response of the library to a failure in that
635 # failure while seeking to the right-hand side of the B-Tree to insert
653 # Test that no memory is leaked following a malloc() failure in
717 # This test verifies the libraries response to a malloc() failure during
730 # If, when running in exclusive mode, a malloc() failure occurs
736 # the malloc failure and rollback, the change counter will not
765 # the malloc failure occurs after updating the change counter but
873 # This test case was causing either a memory-leak or an assert() failure