File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11CORE
22main.c
3- --malloc -may-fail --malloc-fail-null
3+ --allocate -may-fail
44^EXIT=10$
55^SIGNAL=0$
66^\[main.assertion.\d+\] line \d+ assertion p: FAILURE$
Original file line number Diff line number Diff line change 11CORE
22largest_representable.c
3- --malloc-fail-assert
3+ --allocate-size-check
44^EXIT=0$
55^SIGNAL=0$
6- ^\[malloc.assertion .\d+\] line \d+ max allocation size exceeded : SUCCESS$
6+ ^\[malloc.allocate .\d+\] line \d+ .* : SUCCESS$
77^VERIFICATION SUCCESSFUL$
88--
99^warning: ignoring
Original file line number Diff line number Diff line change 11CORE
22max_size.c
3- --malloc-fail-assert
3+ --allocate-size-check
44^EXIT=10$
55^SIGNAL=0$
6- ^\[malloc.assertion .\d+\] line \d+ max allocation size exceeded : FAILURE$
6+ ^\[malloc.allocate .\d+\] line \d+ .* : FAILURE$
77^VERIFICATION FAILED$
88--
99^warning: ignoring
Original file line number Diff line number Diff line change 11CORE
22one_byte_too_large.c
3- --malloc-fail -null
3+ --allocate-size -null
44^EXIT=10$
55^SIGNAL=0$
66^\[main.assertion.\d+\] line \d+ assertion p: FAILURE$
You can’t perform that action at this time.
0 commit comments