Update status for Firefox 42.

BUG=https://github.com/dart-lang/sdk/issues/24838
R=sgjesse@google.com

Review URL: https://codereview.chromium.org/1415473006 .
This commit is contained in:
William Hesse 2015-11-05 16:14:46 +01:00
parent 839ed4fbdd
commit abcb3a4d4d
2 changed files with 5 additions and 1 deletions

View file

@ -2024,7 +2024,6 @@ LayoutTests/fast/dom/HTMLAnchorElement/remove-href-from-focused-anchor_t01: Skip
LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hash_t01: RuntimeError # Please triage this failure
LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-host_t01: RuntimeError # Please triage this failure
LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-hostname_t01: RuntimeError # Please triage this failure
LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-pathname_t01: RuntimeError # Please triage this failure
LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-port_t01: RuntimeError # Please triage this failure
LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-protocol_t01: RuntimeError # Please triage this failure
LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-search_t01: RuntimeError # Please triage this failure
@ -3096,6 +3095,7 @@ WebPlatformTest/html/syntax/parsing/math-parse_t03: RuntimeError # Issue 22564
[ $compiler == dart2js && $runtime == ff && $system != windows ]
LayoutTests/fast/canvas/canvas-resetTransform_t01: RuntimeError # Please triage this failure
LayoutTests/fast/canvas/canvas-setTransform_t01: RuntimeError # Please triage this failure
LayoutTests/fast/dom/HTMLAnchorElement/set-href-attribute-pathname_t01: RuntimeError # Please triage this failure
LayoutTests/fast/xpath/4XPath/Core/test_parser_t01: RuntimeError # Dartium JSInterop failure
LayoutTests/fast/xpath/py-dom-xpath/abbreviations_t01: RuntimeError # Dartium JSInterop failure

View file

@ -373,6 +373,10 @@ speechrecognition_test/supported: Fail
touchevent_test/supported: Fail
websql_test/supported: Fail
[ $compiler == dart2js && $runtime == ff && $system == windows ]
mediasource_test/supported: Pass
mediasource_test/functional: RuntimeError # Issue 24838
# 'html' tests import the HTML library, so they only make sense in
# a browser environment.
[ $runtime == vm ]