Skip to content

Commit edf88e2

Browse files
authored
Pickup latest bpf_conformance (#629)
* Pickup latest bpf_conformance * Add test for jump with signed immediate value --------- Signed-off-by: Alan Jowett <[email protected]>
1 parent 366b208 commit edf88e2

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/test/test_conformance.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ TEST_CONFORMANCE("div64-negative-reg.data")
9090
TEST_CONFORMANCE("div64-reg.data")
9191
TEST_CONFORMANCE("exit-not-last.data")
9292
TEST_CONFORMANCE("exit.data")
93+
TEST_CONFORMANCE("j-signed-imm.data")
9394
TEST_CONFORMANCE("ja32.data")
9495
TEST_CONFORMANCE("jeq-imm.data")
9596
TEST_CONFORMANCE("jeq-reg.data")

0 commit comments

Comments
 (0)