Disable QuicUnackedPacketMapTest.DebugString() in chromium.

The test currently fails in Android build:
[ RUN      ] Tests/QuicUnackedPacketMapTest.DebugString/IS_SERVER
../../net/third_party/quiche/src/quic/core/quic_unacked_packet_map_test.cc:684: Failure
Expected equality of these values:
  unacked_packets_.DebugString()
    Which is: "{size: 1, least_unacked: 1, largest_sent_packet: 1, largest_acked: uninitialized, bytes_in_flight: 1000, packets_in_flight: 0}"
  "{size: 1, least_unacked: 1, largest_sent_packet: 1, largest_acked: " "uninitialized, bytes_in_flight: 1000, packets_in_flight: 1}"
    Which is: "{size: 1, least_unacked: 1, largest_sent_packet: 1, largest_acked: uninitialized, bytes_in_flight: 1000, packets_in_flight: 1}"
Stack trace:

../../net/third_party/quiche/src/quic/core/quic_unacked_packet_map_test.cc:695: Failure
Expected equality of these values:
  unacked_packets_.DebugString()
    Which is: "{size: 1, least_unacked: 2, largest_sent_packet: 2, largest_acked: 1, bytes_in_flight: 1000, packets_in_flight: 0}"
  "{size: 1, least_unacked: 2, largest_sent_packet: 2, largest_acked: 1, " "bytes_in_flight: 1000, packets_in_flight: 1}"
    Which is: "{size: 1, least_unacked: 2, largest_sent_packet: 2, largest_acked: 1, bytes_in_flight: 1000, packets_in_flight: 1}"

PROTECTED_BY: n/a (no behavior change)
PiperOrigin-RevId: 342658539
Change-Id: Id7d6bc88e731ac238b3791988c4f7c520399394d
1 file changed
tree: a9249310b081a7b2535958c68f5e1e10acf9ca05
  1. common/
  2. epoll_server/
  3. http2/
  4. quic/
  5. spdy/
  6. CONTRIBUTING.md
  7. LICENSE
  8. README.md
README.md

QUICHE

QUICHE (QUIC, Http/2, Etc) is Google‘s implementation of QUIC and related protocols. It powers Chromium as well as Google’s QUIC servers and some other projects. QUICHE is only supported on little-endian platforms.