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

Issue 2590743002: Add WebVR IDL test (Closed)

Created:
4 years ago by bsheedy
Modified:
4 years ago
CC:
blink-reviews, chromium-reviews, qyearsley
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Add WebVR IDL test Based off the IDL test for encrypted media https://cs.chromium.org/chromium/src/third_party/WebKit/LayoutTests/imported/wpt/encrypted-media/idlharness.html Times out on Android K, but I believe that's expected of IDL tests, as the encrypted media IDL test also times out. Needs to run from an HTTP server (hence being in the http directory) due to fetch() only working with http and https. Relies on the change in crrev.com/2587223003, as WebVR is not enabled by default for testing yet. If that change cannot make it in, will have to move this test to the virtual directory so we can use command line flags. BUG=675325 Committed: https://crrev.com/dbaeb9e3962ced76af7155afbdad67398ba5718e Cr-Commit-Position: refs/heads/master@{#440236}

Patch Set 1 #

Total comments: 5

Patch Set 2 : Move test, combine files, add expectation #

Total comments: 3

Patch Set 3 : Remove unnecessary untested idls #

Patch Set 4 : Actually remove commented lines #

Patch Set 5 : See if manually enabling gamepad solves failure #

Patch Set 6 : Move expectation to imported/wpt #

Unified diffs Side-by-side diffs Delta from patch set Stats (+105 lines, -0 lines) Patch
M third_party/WebKit/LayoutTests/W3CImportExpectations View 1 2 3 4 5 1 chunk +2 lines, -0 lines 0 comments Download
A third_party/WebKit/LayoutTests/imported/wpt/vr/idlharness-expected.txt View 1 2 3 4 5 1 chunk +103 lines, -0 lines 0 comments Download

Messages

Total messages: 42 (21 generated)
bsheedy
PTAL
4 years ago (2016-12-20 02:19:18 UTC) #3
dglazkov
Since this is more of an interop test, I think Rick or Philip are better ...
4 years ago (2016-12-20 02:31:27 UTC) #8
ddorwin
As mentioned in https://bugs.chromium.org/p/chromium/issues/detail?id=675325#c2, we may want to change the directory name to match the ...
4 years ago (2016-12-20 02:50:24 UTC) #10
Lei Lei
https://codereview.chromium.org/2590743002/diff/1/third_party/WebKit/LayoutTests/http/tests/webvr/idlharness.html File third_party/WebKit/LayoutTests/http/tests/webvr/idlharness.html (right): https://codereview.chromium.org/2590743002/diff/1/third_party/WebKit/LayoutTests/http/tests/webvr/idlharness.html#newcode12 third_party/WebKit/LayoutTests/http/tests/webvr/idlharness.html:12: <script src=./util/fetch.js></script> IDL file can be within idlharness.html, so ...
4 years ago (2016-12-20 06:43:30 UTC) #12
dglazkov
On 2016/12/20 at 02:50:24, ddorwin wrote: > As mentioned in https://bugs.chromium.org/p/chromium/issues/detail?id=675325#c2, we may want to ...
4 years ago (2016-12-20 16:56:47 UTC) #15
bsheedy
Moved tests to virtual/vr/html since there appears to be some issues with enabling WebVR by ...
4 years ago (2016-12-20 18:19:08 UTC) #18
Lei Lei
https://codereview.chromium.org/2590743002/diff/20001/third_party/WebKit/LayoutTests/virtual/vr/html/idlharness.html File third_party/WebKit/LayoutTests/virtual/vr/html/idlharness.html (right): https://codereview.chromium.org/2590743002/diff/20001/third_party/WebKit/LayoutTests/virtual/vr/html/idlharness.html#newcode261 third_party/WebKit/LayoutTests/virtual/vr/html/idlharness.html:261: idl_array.add_untested_idls("interface HTMLMediaElement {};"); Why do we need to test ...
4 years ago (2016-12-20 18:22:17 UTC) #19
bsheedy
https://codereview.chromium.org/2590743002/diff/20001/third_party/WebKit/LayoutTests/virtual/vr/html/idlharness.html File third_party/WebKit/LayoutTests/virtual/vr/html/idlharness.html (right): https://codereview.chromium.org/2590743002/diff/20001/third_party/WebKit/LayoutTests/virtual/vr/html/idlharness.html#newcode261 third_party/WebKit/LayoutTests/virtual/vr/html/idlharness.html:261: idl_array.add_untested_idls("interface HTMLMediaElement {};"); On 2016/12/20 18:22:17, Lei Lei wrote: ...
4 years ago (2016-12-20 18:31:06 UTC) #20
Lei Lei
lgtm https://codereview.chromium.org/2590743002/diff/20001/third_party/WebKit/LayoutTests/virtual/vr/html/idlharness.html File third_party/WebKit/LayoutTests/virtual/vr/html/idlharness.html (right): https://codereview.chromium.org/2590743002/diff/20001/third_party/WebKit/LayoutTests/virtual/vr/html/idlharness.html#newcode261 third_party/WebKit/LayoutTests/virtual/vr/html/idlharness.html:261: idl_array.add_untested_idls("interface HTMLMediaElement {};"); On 2016/12/20 18:31:06, bsheedy wrote: ...
4 years ago (2016-12-20 18:34:08 UTC) #21
Rick Byers
LGTM also (with one question) - thanks! At some point (soon?) we should really move ...
4 years ago (2016-12-20 18:37:28 UTC) #22
bsheedy
On 2016/12/20 18:34:08, Lei Lei wrote: > lgtm > > https://codereview.chromium.org/2590743002/diff/20001/third_party/WebKit/LayoutTests/virtual/vr/html/idlharness.html > File third_party/WebKit/LayoutTests/virtual/vr/html/idlharness.html (right): ...
4 years ago (2016-12-20 18:39:44 UTC) #23
bsheedy
On 2016/12/20 18:37:28, Rick Byers wrote: > LGTM also (with one question) - thanks! > ...
4 years ago (2016-12-20 18:45:48 UTC) #24
Rick Byers
On 2016/12/20 18:45:48, bsheedy wrote: > On 2016/12/20 18:37:28, Rick Byers wrote: > > LGTM ...
4 years ago (2016-12-20 19:15:38 UTC) #27
bsheedy
On 2016/12/20 19:15:38, Rick Byers wrote: > Not quite the same thing but should be ...
4 years ago (2016-12-20 19:27:28 UTC) #28
bsheedy
And do we still want to go with "vr" for the directory name over "webvr" ...
4 years ago (2016-12-20 19:31:38 UTC) #29
Rick Byers
On 2016/12/20 19:27:28, bsheedy wrote: > On 2016/12/20 19:15:38, Rick Byers wrote: > > Not ...
4 years ago (2016-12-20 19:37:33 UTC) #30
bsheedy
On 2016/12/20 19:37:33, Rick Byers wrote: > Sounds good, thanks. It goes into the imported ...
4 years ago (2016-12-21 17:40:44 UTC) #33
Rick Byers
On 2016/12/21 17:40:44, bsheedy wrote: > On 2016/12/20 19:37:33, Rick Byers wrote: > > Sounds ...
4 years ago (2016-12-21 20:59:50 UTC) #34
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/2590743002/100001
4 years ago (2016-12-21 21:00:53 UTC) #37
commit-bot: I haz the power
Committed patchset #6 (id:100001)
4 years ago (2016-12-21 22:08:59 UTC) #40
commit-bot: I haz the power
4 years ago (2016-12-21 22:14:01 UTC) #42
Message was sent while issue was closed.
Patchset 6 (id:??) landed as
https://crrev.com/dbaeb9e3962ced76af7155afbdad67398ba5718e
Cr-Commit-Position: refs/heads/master@{#440236}

Powered by Google App Engine
This is Rietveld 408576698