Skip to content

Commit

Permalink
Update test that used to fail to pass
Browse files Browse the repository at this point in the history
Now that the issue is fixed

Signed-off-by: Dave Thaler <[email protected]>
  • Loading branch information
dthaler authored and elazarg committed Oct 16, 2024
1 parent 915978c commit 80ada1c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/test/test_verify.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -510,6 +510,7 @@ TEST_SECTION("build", "tail_call.o", "xdp_prog")
TEST_SECTION("build", "map_in_map.o", ".text")
TEST_SECTION("build", "map_in_map_anonymous.o", ".text")
TEST_SECTION("build", "map_in_map_legacy.o", ".text")
TEST_SECTION("build", "store_map_value_in_map.o", ".text")
TEST_SECTION("build", "twomaps.o", ".text");
TEST_SECTION("build", "twostackvars.o", ".text");
TEST_SECTION("build", "twotypes.o", ".text");
Expand Down Expand Up @@ -537,10 +538,6 @@ TEST_SECTION_REJECT("build", "ringbuf_uninit.o", ".text");
// If the verifier is later updated to accept them, these should
// be changed to TEST_SECTION().

// Issue: https://github.com/vbpf/ebpf-verifier/issues/620
// Inserting value from map 1 into map 2 should be supported, but fails.
TEST_SECTION_FAIL("build", "store_map_value_in_map.o", ".text")

// Unsupported: ebpf-function
TEST_SECTION_FAIL("prototype-kernel", "xdp_ddos01_blacklist_kern.o", ".text")

Expand Down

0 comments on commit 80ada1c

Please sign in to comment.