Skip to content

Commit

Permalink
Re-enable excluded net_unittests on all platforms except win32 (#3226)
Browse files Browse the repository at this point in the history
b/339252413

Change-Id: I18f776aeed85966ebe0b1ad2b76677723878502c
  • Loading branch information
johnxwork committed May 15, 2024
1 parent fb13179 commit 849acbc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 20 deletions.
1 change: 0 additions & 1 deletion net/quic/quic_network_transaction_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -7667,7 +7667,6 @@ TEST_P(QuicNetworkTransactionTest, NetworkIsolationTunnel) {
quic::HttpStreamPriority::kDefaultUrgency));
}

std::cout << "MakeRequestHeadersPacket\n";
mock_quic_data[index]->AddWrite(
SYNCHRONOUS,
client_maker.MakeRequestHeadersPacket(
Expand Down
7 changes: 0 additions & 7 deletions starboard/evergreen/shared/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,6 @@
'MemoryReportingTest.CapturesOperatorDeleteNothrow',
'SbAudioSinkTest.*', 'SbDrmTest.AnySupportedKeySystems'
],
'net_unittests': [
'VersionIncludeStreamDependencySequence/' +
'QuicNetworkTransactionTest.NetworkIsolationTunnel*',
'SchemeHostPortMatcherRuleTest.' +
'SchemeHostPortMatcherHostnamePatternRule_PunnyCodeHostname',
'ProxySpecificationUtilTest.ProxyUriToProxyServer',
],

# player_filter_tests test the platform's Starboard implementation of
# the filter-based player, which is not exposed through the Starboard
Expand Down
5 changes: 0 additions & 5 deletions starboard/linux/shared/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,6 @@
'SbSocketAddressTypes/SbSocketGetInterfaceAddressTest.SunnyDaySourceNotLoopback/type_ipv6',
],
'player_filter_tests': [test_filter.FILTER_ALL],
'net_unittests': [
'VersionIncludeStreamDependencySequence/QuicNetworkTransactionTest.NetworkIsolationTunnel*',
'SchemeHostPortMatcherRuleTest.SchemeHostPortMatcherHostnamePatternRule_PunnyCodeHostname',
'ProxySpecificationUtilTest.ProxyUriToProxyServer',
],
}

_FILTERED_TESTS = {
Expand Down
7 changes: 0 additions & 7 deletions starboard/raspi/shared/test_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,6 @@
# Filter failed tests.
'PlayerComponentsTests/PlayerComponentsTest.*',
],
'net_unittests': [
'VersionIncludeStreamDependencySequence/QuicNetworkTransactionTest.NetworkIsolationTunnel*',
# TODO: b/332735376 Fix ICU error for "failed to open UTS46 data with error"
'SchemeHostPortMatcherRuleTest.SchemeHostPortMatcherHostnamePatternRule_PunnyCodeHostname',
'ProxySpecificationUtilTest*',
'ProxyServerTest.FromSchemeHostAndPort',
],
}


Expand Down

0 comments on commit 849acbc

Please sign in to comment.