Skip to content

Use standalone hr-time.idl and test more instances#8388

Merged
foolip merged 2 commits intomasterfrom
hr-time-idl
Nov 22, 2017
Merged

Use standalone hr-time.idl and test more instances#8388
foolip merged 2 commits intomasterfrom
hr-time-idl

Conversation

@foolip
Copy link
Member

@foolip foolip commented Nov 21, 2017

window.performance is now tested as well. Workers are still not.

window.performance is now tested as well. Workers are still not.
@ghost
Copy link

ghost commented Nov 21, 2017

Build PASSED

Started: 2017-11-22 13:05:15
Finished: 2017-11-22 13:11:17

View more information about this build on:

chromium-wpt-export-bot pushed a commit that referenced this pull request Nov 21, 2017
LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/ and
LayoutTests/external/wpt/navigation-timing/ have the same origin but
have diverged slightly over time.

https://chromium-review.googlesource.com/c/chromium/src/+/782419 show
what the interesting differences between the two copies were.

metadata_cache in most of the tests were removed when the tests were
initially added to web-platform-tests:
#181

idlharness.html: It's OK to no longer test an instance of Window,
that's being done in the hr-time test:
#8388

test_timing_xserver_redirect.html: The bits around pageOrigin were
removed in 234a672.
That assert was still failing in our own tests.

Change-Id: Ic5c4151a3e309fee1894c72cd14d159bd314be20
chromium-wpt-export-bot pushed a commit that referenced this pull request Nov 22, 2017
LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/ and
LayoutTests/external/wpt/navigation-timing/ have the same origin but
have diverged slightly over time.

https://chromium-review.googlesource.com/c/chromium/src/+/782419 show
what the interesting differences between the two copies were.

metadata_cache in most of the tests were removed when the tests were
initially added to web-platform-tests:
#181

idlharness.html: It's OK to no longer test an instance of Window,
that's being done in the hr-time test:
#8388

test_timing_xserver_redirect.html: The bits around pageOrigin were
removed in 234a672.
That assert was still failing in our own tests, but removing it is OK,
using location.hostname is wrong as it doesn't include the port:
https://html.spec.whatwg.org/multipage/links.html#dom-hyperlink-hostname

Change-Id: Ic5c4151a3e309fee1894c72cd14d159bd314be20
'use strict';

(function() {
function doTest([dom, html, hr_time]) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

dom is unused (you use dummy interfaces instead)

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oops, will fix.

@foolip foolip merged commit 3a10926 into master Nov 22, 2017
@foolip foolip deleted the hr-time-idl branch November 22, 2017 13:42
chromium-wpt-export-bot pushed a commit that referenced this pull request Nov 22, 2017
LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/ and
LayoutTests/external/wpt/navigation-timing/ have the same origin but
have diverged slightly over time.

https://chromium-review.googlesource.com/c/chromium/src/+/782419 shows
what the interesting differences between the two copies were.

metadata_cache in most of the tests were removed when the tests were
initially added to web-platform-tests:
#181

idlharness.html: It's OK to no longer test an instance of Window,
that's being done in the hr-time test:
#8388

test_timing_xserver_redirect.html: The bits around pageOrigin were
removed in 234a672.
That assert was still failing in our own tests, but removing it is OK,
using location.hostname is wrong as it doesn't include the port:
https://html.spec.whatwg.org/multipage/links.html#dom-hyperlink-hostname

Change-Id: Ic5c4151a3e309fee1894c72cd14d159bd314be20
chromium-wpt-export-bot pushed a commit that referenced this pull request Nov 22, 2017
LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/ and
LayoutTests/external/wpt/navigation-timing/ have the same origin but
have diverged slightly over time.

https://chromium-review.googlesource.com/c/chromium/src/+/782419 shows
what the interesting differences between the two copies were.

metadata_cache in most of the tests were removed when the tests were
initially added to web-platform-tests:
#181

idlharness.html: It's OK to no longer test an instance of Window,
that's being done in the hr-time test:
#8388

test_timing_xserver_redirect.html: The bits around pageOrigin were
removed in 234a672.
That assert was still failing in our own tests, but removing it is OK,
using location.hostname is wrong as it doesn't include the port:
https://html.spec.whatwg.org/multipage/links.html#dom-hyperlink-hostname

Change-Id: Ic5c4151a3e309fee1894c72cd14d159bd314be20
Reviewed-on: https://chromium-review.googlesource.com/781684
Commit-Queue: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: Takeshi Yoshino <tyoshino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#518626}
chromium-wpt-export-bot pushed a commit that referenced this pull request Nov 22, 2017
LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/ and
LayoutTests/external/wpt/navigation-timing/ have the same origin but
have diverged slightly over time.

https://chromium-review.googlesource.com/c/chromium/src/+/782419 shows
what the interesting differences between the two copies were.

metadata_cache in most of the tests were removed when the tests were
initially added to web-platform-tests:
#181

idlharness.html: It's OK to no longer test an instance of Window,
that's being done in the hr-time test:
#8388

test_timing_xserver_redirect.html: The bits around pageOrigin were
removed in 234a672.
That assert was still failing in our own tests, but removing it is OK,
using location.hostname is wrong as it doesn't include the port:
https://html.spec.whatwg.org/multipage/links.html#dom-hyperlink-hostname

Change-Id: Ic5c4151a3e309fee1894c72cd14d159bd314be20
Reviewed-on: https://chromium-review.googlesource.com/781684
Commit-Queue: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: Takeshi Yoshino <tyoshino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#518626}
MXEBot pushed a commit to mirror/chromium that referenced this pull request Nov 23, 2017
LayoutTests/http/tests/w3c/webperf/approved/navigation-timing/ and
LayoutTests/external/wpt/navigation-timing/ have the same origin but
have diverged slightly over time.

https://chromium-review.googlesource.com/c/chromium/src/+/782419 shows
what the interesting differences between the two copies were.

metadata_cache in most of the tests were removed when the tests were
initially added to web-platform-tests:
web-platform-tests/wpt#181

idlharness.html: It's OK to no longer test an instance of Window,
that's being done in the hr-time test:
web-platform-tests/wpt#8388

test_timing_xserver_redirect.html: The bits around pageOrigin were
removed in web-platform-tests/wpt@234a672.
That assert was still failing in our own tests, but removing it is OK,
using location.hostname is wrong as it doesn't include the port:
https://html.spec.whatwg.org/multipage/links.html#dom-hyperlink-hostname


Change-Id: Ic5c4151a3e309fee1894c72cd14d159bd314be20
Reviewed-on: https://chromium-review.googlesource.com/781684
Commit-Queue: Philip Jägenstedt <foolip@chromium.org>
Reviewed-by: Takeshi Yoshino <tyoshino@chromium.org>
Cr-Commit-Position: refs/heads/master@{#518626}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants