summaryrefslogtreecommitdiffhomepage
path: root/test
diff options
context:
space:
mode:
authorJulian Elischer <jrelis@google.com>2020-11-24 15:23:31 -0800
committergVisor bot <gvisor-bot@google.com>2020-11-24 15:25:40 -0800
commit4da63dc82e1a458404f0e30f8bba9391eb7dd806 (patch)
treeec88b433cc08beb5f2bad30e03453f5f0fc2184e /test
parentf90ab60a8a5ce9663a878c7cabcc4ad66922e265 (diff)
Report correct pointer value for "bad next header" ICMP error
Because the code handles a bad header as "payload" right up to the last moment we need to make sure payload handling does not remove the error information. Fixes #4909 PiperOrigin-RevId: 344141690
Diffstat (limited to 'test')
-rw-r--r--test/packetimpact/runner/defs.bzl2
1 files changed, 0 insertions, 2 deletions
diff --git a/test/packetimpact/runner/defs.bzl b/test/packetimpact/runner/defs.bzl
index 494a7f96c..60f0ebae3 100644
--- a/test/packetimpact/runner/defs.bzl
+++ b/test/packetimpact/runner/defs.bzl
@@ -243,8 +243,6 @@ ALL_TESTS = [
),
PacketimpactTestInfo(
name = "icmpv6_param_problem",
- # TODO(b/153485026): Fix netstack then remove the line below.
- expect_netstack_failure = True,
),
PacketimpactTestInfo(
name = "ipv6_unknown_options_action",