selftests/bpf: adjust test_align expected output
authorAlexei Starovoitov <ast@fb.com>
Fri, 1 Dec 2017 05:31:41 +0000 (21:31 -0800)
committerDaniel Borkmann <daniel@iogearbox.net>
Fri, 1 Dec 2017 10:25:10 +0000 (11:25 +0100)
commit6a28b446b7d2d5455080d5b772c50b99859d6cf5
treefb72eabc6915ecece7843ce258b2266d9dfd61d3
parent914cb781ee1a35f4c7a5173a668d6ba2c4734b91
selftests/bpf: adjust test_align expected output

since verifier started to print liveness state of the registers
adjust expected output of test_align.
Now this test checks for both proper alignment handling by verifier
and correctness of liveness marks.

Signed-off-by: Alexei Starovoitov <ast@kernel.org>
Acked-by: Daniel Borkmann <daniel@iogearbox.net>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
tools/testing/selftests/bpf/test_align.c