-
Notifications
You must be signed in to change notification settings - Fork 49
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update [g-m]* from monorail results #819
Conversation
See #798 for methodology
@@ -10,3 +10,7 @@ links: | |||
status: FAIL | |||
- test: integration-point-4.html | |||
status: FAIL | |||
- product: chrome | |||
url: https://crbug.com/1093840 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sure, even if turns out it's not the only cause of failure, it's still relevant.
@@ -102,3 +102,15 @@ links: | |||
subtest: 'MediaSource interface: attribute onsourceclose' | |||
- test: idlharness.window.html | |||
subtest: 'MediaSource interface: mediaSource must inherit property "onsourceclose" with the proper type' | |||
- product: chrome | |||
url: https://crbug.com/641121 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks likely relevant, the test failure is about event order and issue 641121 is about state change order.
@@ -11,3 +11,7 @@ links: | |||
subtest: IntersectionObserverEntry interface object length | |||
- test: idlharness.window.html | |||
subtest: 'IntersectionObserver interface: observer must inherit property "thresholds" with the proper type' | |||
- product: chrome | |||
url: https://crbug.com/870947 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Confirmed this one. This bug could be turned into something more descriptive since there's only a single subtest failure, but it's the right bug.
@stephenmcgruer there are test failures so I'll leave this to you. |
See #798 for methodology