Skip to content

Commit

Permalink
Rebaseline wpt/webrtc-stats/supported-stats
Browse files Browse the repository at this point in the history
This allows the test to be re-enabled.

Bug: webrtc:12507
Change-Id: I90bc21ae31a08e7f710777ae477d27357e648a6d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2731748
Reviewed-by: Henrik Boström <[email protected]>
Commit-Queue: Henrik Boström <[email protected]>
Cr-Commit-Position: refs/heads/master@{#859343}
GitOrigin-RevId: c18ae323364b2c835488f129f125d1d31436d78c
  • Loading branch information
eshrubs authored and copybara-github committed Mar 3, 2021
1 parent f6be66a commit 5ba1951
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
3 changes: 0 additions & 3 deletions blink/web_tests/TestExpectations
Original file line number Diff line number Diff line change
Expand Up @@ -5738,9 +5738,6 @@ crbug.com/614958 virtual/webrtc-wpt-plan-b/external/wpt/webrtc/RTCPeerConnection
# Sheriff 2021-03-01
crbug.com/1183243 [ Linux ] http/tests/devtools/console/console-external-array.js [ Pass Failure ]

# Webrtc-in-Chrome 2021-03-01
crbug.com/webrtc/12507 external/wpt/webrtc-stats/supported-stats.html [ Pass Failure ]

# Temporarily disabled for https://crrev.com/c/2727709
crbug.com/1145610 http/tests/devtools/elements/edit/edit-dom-actions-1.js [ Pass Failure ]
crbug.com/1145610 http/tests/devtools/elements/edit/edit-dom-actions-4.js [ Pass Failure ]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
This is a testharness.js-based test.
Found 307 tests; 176 PASS, 131 FAIL, 0 TIMEOUT, 0 NOTRUN.
Found 307 tests; 179 PASS, 128 FAIL, 0 TIMEOUT, 0 NOTRUN.
PASS getStats succeeds
PASS Validating stats
PASS codec's payloadType
Expand Down Expand Up @@ -130,10 +130,10 @@ PASS outbound-rtp's type
PASS outbound-rtp's id
PASS remote-inbound-rtp's localId
PASS remote-inbound-rtp's roundTripTime
FAIL remote-inbound-rtp's totalRoundTripTime assert_true: Is totalRoundTripTime present expected true got false
FAIL remote-inbound-rtp's fractionLost assert_true: Is fractionLost present expected true got false
PASS remote-inbound-rtp's totalRoundTripTime
PASS remote-inbound-rtp's fractionLost
FAIL remote-inbound-rtp's reportsReceived assert_true: Is reportsReceived present expected true got false
FAIL remote-inbound-rtp's roundTripTimeMeasurements assert_true: Is roundTripTimeMeasurements present expected true got false
PASS remote-inbound-rtp's roundTripTimeMeasurements
FAIL remote-inbound-rtp's packetsReceived assert_true: Is packetsReceived present expected true got false
PASS remote-inbound-rtp's packetsLost
PASS remote-inbound-rtp's jitter
Expand Down

0 comments on commit 5ba1951

Please sign in to comment.