Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(249)

Issue 2196673002: Convert video-buffer* http tests to testharness.js (Closed)

Created:
4 years, 4 months ago by Srirama
Modified:
4 years, 4 months ago
Reviewers:
fs, foolip
CC:
blink-reviews, chromium-reviews, feature-media-reviews_chromium.org, posciak+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Convert video-buffer* http tests to testharness.js Cleaning up video-buffer* http tests to use testharness.js instead of video-test.js. This will enable to upstream these tests to web-platform-tests. BUG=588956 Committed: https://crrev.com/7afc1aa63258c6765c67e82b77578c0713a5b507 Cr-Commit-Position: refs/heads/master@{#411796}

Patch Set 1 : fix #

Total comments: 6

Patch Set 2 : address comments #

Total comments: 8

Patch Set 3 : manual rebaseline for video-buffered-range-contains-currentTime.html #

Patch Set 4 : add comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -70 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 2 chunks +3 lines, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/media/video-buffered.html View 1 1 chunk +22 lines, -30 lines 0 comments Download
D third_party/WebKit/LayoutTests/http/tests/media/video-buffered-expected.txt View 1 chunk +0 lines, -9 lines 0 comments Download
M third_party/WebKit/LayoutTests/http/tests/media/video-buffered-range-contains-currentTime.html View 1 1 chunk +21 lines, -30 lines 0 comments Download

Messages

Total messages: 22 (10 generated)
Srirama
PTAL
4 years, 4 months ago (2016-08-11 07:38:46 UTC) #5
fs
https://codereview.chromium.org/2196673002/diff/20001/third_party/WebKit/LayoutTests/http/tests/media/video-buffered-range-contains-currentTime.html File third_party/WebKit/LayoutTests/http/tests/media/video-buffered-range-contains-currentTime.html (right): https://codereview.chromium.org/2196673002/diff/20001/third_party/WebKit/LayoutTests/http/tests/media/video-buffered-range-contains-currentTime.html#newcode3 third_party/WebKit/LayoutTests/http/tests/media/video-buffered-range-contains-currentTime.html:3: <script src="../resources/testharness.js"></script> Not really using this? https://codereview.chromium.org/2196673002/diff/20001/third_party/WebKit/LayoutTests/http/tests/media/video-buffered.html File third_party/WebKit/LayoutTests/http/tests/media/video-buffered.html ...
4 years, 4 months ago (2016-08-11 16:53:20 UTC) #6
Srirama
https://codereview.chromium.org/2196673002/diff/20001/third_party/WebKit/LayoutTests/http/tests/media/video-buffered-range-contains-currentTime.html File third_party/WebKit/LayoutTests/http/tests/media/video-buffered-range-contains-currentTime.html (right): https://codereview.chromium.org/2196673002/diff/20001/third_party/WebKit/LayoutTests/http/tests/media/video-buffered-range-contains-currentTime.html#newcode3 third_party/WebKit/LayoutTests/http/tests/media/video-buffered-range-contains-currentTime.html:3: <script src="../resources/testharness.js"></script> On 2016/08/11 16:53:20, fs (OoO until Aug ...
4 years, 4 months ago (2016-08-11 18:17:38 UTC) #7
fs
https://codereview.chromium.org/2196673002/diff/20001/third_party/WebKit/LayoutTests/http/tests/media/video-buffered.html File third_party/WebKit/LayoutTests/http/tests/media/video-buffered.html (right): https://codereview.chromium.org/2196673002/diff/20001/third_party/WebKit/LayoutTests/http/tests/media/video-buffered.html#newcode12 third_party/WebKit/LayoutTests/http/tests/media/video-buffered.html:12: assert_equals(video.buffered.length, 1); On 2016/08/11 at 18:17:38, Srirama wrote: > ...
4 years, 4 months ago (2016-08-11 20:41:03 UTC) #8
Srirama
https://codereview.chromium.org/2196673002/diff/20001/third_party/WebKit/LayoutTests/http/tests/media/video-buffered.html File third_party/WebKit/LayoutTests/http/tests/media/video-buffered.html (right): https://codereview.chromium.org/2196673002/diff/20001/third_party/WebKit/LayoutTests/http/tests/media/video-buffered.html#newcode12 third_party/WebKit/LayoutTests/http/tests/media/video-buffered.html:12: assert_equals(video.buffered.length, 1); On 2016/08/11 20:41:03, fs (OoO until Aug ...
4 years, 4 months ago (2016-08-12 14:17:48 UTC) #9
fs
lgtm https://codereview.chromium.org/2196673002/diff/40001/third_party/WebKit/LayoutTests/TestExpectations File third_party/WebKit/LayoutTests/TestExpectations (left): https://codereview.chromium.org/2196673002/diff/40001/third_party/WebKit/LayoutTests/TestExpectations#oldcode1292 third_party/WebKit/LayoutTests/TestExpectations:1292: crbug.com/487344 http/tests/media/video-buffered-range-contains-currentTime.html [ Failure ] Since this exists, ...
4 years, 4 months ago (2016-08-12 15:48:48 UTC) #10
Srirama
Request you to review the changes in testExpectations. https://codereview.chromium.org/2196673002/diff/40001/third_party/WebKit/LayoutTests/TestExpectations File third_party/WebKit/LayoutTests/TestExpectations (left): https://codereview.chromium.org/2196673002/diff/40001/third_party/WebKit/LayoutTests/TestExpectations#oldcode1292 third_party/WebKit/LayoutTests/TestExpectations:1292: crbug.com/487344 ...
4 years, 4 months ago (2016-08-12 18:35:08 UTC) #12
fs
On 2016/08/12 at 18:35:08, srirama.m wrote: > Request you to review the changes in testExpectations. ...
4 years, 4 months ago (2016-08-12 18:37:23 UTC) #13
Srirama
On 2016/08/12 18:37:23, fs (OoO until Aug 15) wrote: > On 2016/08/12 at 18:35:08, srirama.m ...
4 years, 4 months ago (2016-08-12 18:56:44 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2196673002/120001
4 years, 4 months ago (2016-08-12 18:57:24 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:120001)
4 years, 4 months ago (2016-08-12 22:20:41 UTC) #20
commit-bot: I haz the power
4 years, 4 months ago (2016-08-12 22:22:33 UTC) #22
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/7afc1aa63258c6765c67e82b77578c0713a5b507
Cr-Commit-Position: refs/heads/master@{#411796}

Powered by Google App Engine
This is Rietveld 408576698