File tree Expand file tree Collapse file tree 2 files changed +22
-0
lines changed
regression/goto-harness/void-star-pointer Expand file tree Collapse file tree 2 files changed +22
-0
lines changed Original file line number Diff line number Diff line change
1
+ CORE
2
+ main.c
3
+ --harness-type call-function --function test_function --treat-pointer-as-array input
4
+ \[test_function\.assertion\.1\] line \d+ assertion input == 0: SUCCESS
5
+ ^VERIFICATION SUCCESSFUL$
6
+ ^EXIT=0$
7
+ ^SIGNAL=0$
8
+ --
9
+ --
10
+ Ensure the harness is able to initalize a void* ptr to a null value, even when
11
+ the parameter is specified to be treated as an array.
Original file line number Diff line number Diff line change
1
+ CORE
2
+ main.c
3
+ --harness-type call-function --function test_function --treat-pointer-as-cstring input
4
+ \[test_function\.assertion\.1\] line \d+ assertion input == 0: SUCCESS
5
+ ^VERIFICATION SUCCESSFUL$
6
+ ^EXIT=0$
7
+ ^SIGNAL=0$
8
+ --
9
+ --
10
+ Ensure the harness is able to initalize a void* ptr to a null value, even when
11
+ the parameter is specified to be treated as a string.
You can’t perform that action at this time.
0 commit comments