commit | 93424eb80539a4cd32fc2aecc9bba851bf369412 | [log] [tgz] |
---|---|---|
author | Ryan Hamilton <[email protected]> | Fri Aug 23 04:28:40 2019 |
committer | Commit Bot <[email protected]> | Fri Aug 23 04:28:40 2019 |
tree | 1b7c95090011c075d2dc5f31ad056e0d411ec192 | |
parent | 8dcdee4fd68c64820f66d40a16fe0cd48a0580b5 [diff] [blame] |
Re-enable various QUIC test for v99 now that QPACK stream types are always sent with the SETTINGS frame. Change-Id: Ib446127ead9d2f69a5fec70ba8f019d03c8cd8aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1766349 Commit-Queue: Zhongyi Shi <[email protected]> Reviewed-by: Zhongyi Shi <[email protected]> Cr-Commit-Position: refs/heads/master@{#689805}
diff --git a/net/quic/quic_http_stream_test.cc b/net/quic/quic_http_stream_test.cc index dac8778..823bbf92 100644 --- a/net/quic/quic_http_stream_test.cc +++ b/net/quic/quic_http_stream_test.cc
@@ -712,7 +712,7 @@ INSTANTIATE_TEST_SUITE_P( VersionIncludeStreamDependencySequence, QuicHttpStreamTest, - ::testing::Combine(::testing::ValuesIn(quic::AllVersionsExcept99()), + ::testing::Combine(::testing::ValuesIn(quic::AllSupportedVersions()), ::testing::Bool())); TEST_P(QuicHttpStreamTest, RenewStreamForAuth) {