From cbac2d9f97031bdc18cb301e95db7c052dccc1ee Mon Sep 17 00:00:00 2001 From: Zeling Feng Date: Mon, 22 Mar 2021 00:04:17 -0700 Subject: Fix and merge tcp_{outside_the_window,tcp_unacc_seq_ack}_closing The tests were not using the correct windowSize so the testing segments were actually within the window for seqNumOffset=0 tests. The issue is already fixed by #5674. PiperOrigin-RevId: 364252630 --- test/packetimpact/runner/defs.bzl | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'test/packetimpact/runner/defs.bzl') diff --git a/test/packetimpact/runner/defs.bzl b/test/packetimpact/runner/defs.bzl index 803a87a07..34e83ec49 100644 --- a/test/packetimpact/runner/defs.bzl +++ b/test/packetimpact/runner/defs.bzl @@ -202,11 +202,6 @@ ALL_TESTS = [ PacketimpactTestInfo( name = "tcp_outside_the_window", ), - PacketimpactTestInfo( - name = "tcp_outside_the_window_closing", - # TODO(b/181625316): Fix netstack then merge into tcp_outside_the_window. - expect_netstack_failure = True, - ), PacketimpactTestInfo( name = "tcp_noaccept_close_rst", ), @@ -216,11 +211,6 @@ ALL_TESTS = [ PacketimpactTestInfo( name = "tcp_unacc_seq_ack", ), - PacketimpactTestInfo( - name = "tcp_unacc_seq_ack_closing", - # TODO(b/181625316): Fix netstack then merge into tcp_unacc_seq_ack. - expect_netstack_failure = True, - ), PacketimpactTestInfo( name = "tcp_paws_mechanism", # TODO(b/156682000): Fix netstack then remove the line below. -- cgit v1.2.3