forked from vbpf/ebpf-verifier
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update conformance suite to latest (vbpf#574)
* Update bpf_conformance to latest * Remove movsx imm tests since movsx is only defined for register operands per latest mailing list discussion * Run new test cases added to conformance suite * Fix conformance bug --------- Signed-off-by: Dave Thaler <[email protected]>
- Loading branch information
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
Submodule bpf_conformance
updated
31 files
+1 −1 | .github/workflows/Build.yml | |
+1 −1 | external/elfio | |
+1 −0 | include/bpf_conformance.h | |
+3 −0 | src/bpf_conformance.cc | |
+1 −6 | src/opcode_names.h | |
+2 −0 | tests/add.data | |
+7 −3 | tests/add64.data | |
+2 −1 | tests/alu-arith.data | |
+2 −0 | tests/alu-bit.data | |
+2 −1 | tests/alu64-arith.data | |
+2 −0 | tests/alu64-bit.data | |
+2 −0 | tests/jeq-reg.data | |
+2 −0 | tests/jeq32-reg.data | |
+18 −0 | tests/jge-reg.data | |
+2 −0 | tests/jge32-reg.data | |
+1 −0 | tests/jne-reg.data | |
+2 −1 | tests/jne32-reg.data | |
+2 −0 | tests/jset-reg.data | |
+2 −0 | tests/jset32-reg.data | |
+2 −0 | tests/jsge-reg.data | |
+2 −0 | tests/jsge32-reg.data | |
+1 −0 | tests/jsgt-reg.data | |
+1 −0 | tests/jsgt32-reg.data | |
+3 −0 | tests/jsle-reg.data | |
+3 −0 | tests/jsle32-reg.data | |
+1 −0 | tests/mov.data | |
+4 −2 | tests/mov64.data | |
+0 −7 | tests/movsx1664-imm.data | |
+0 −7 | tests/movsx3264-imm.data | |
+0 −7 | tests/movsx832-imm.data | |
+0 −7 | tests/movsx864-imm.data |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters