2 ok 1 - Same array different address
3 ok 2 - Array must be equal to itself
4 not ok 3 - Arrays with different contents
5 # Failed test 'Arrays with different contents'
6 # at t/cmp_mem.c line 12.
7 # Difference starts at offset 0
10 not ok 4 - Arrays differ, but start the same
11 # Failed test 'Arrays differ, but start the same'
12 # at t/cmp_mem.c line 13.
13 # Difference starts at offset 2
16 ok 5 - Comparing 0 bytes of different arrays
17 not ok 6 - got == NULL
18 # Failed test 'got == NULL'
19 # at t/cmp_mem.c line 15.
22 not ok 7 - expected == NULL
23 # Failed test 'expected == NULL'
24 # at t/cmp_mem.c line 16.
27 ok 8 - got == expected == NULL
28 # Looks like you failed 4 tests of 8 run.