Chromium Code Reviews| Index: tests/co19/co19-dart2js.status |
| diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status |
| index c381027eafa2f9b8478440fd823cd46d8b0a5230..bbeca1ce0078792ca49712fb485f7fff9295272b 100644 |
| --- a/tests/co19/co19-dart2js.status |
| +++ b/tests/co19/co19-dart2js.status |
| @@ -3010,6 +3010,7 @@ LayoutTests/fast/dom/HTMLImageElement/parse-src_t01: RuntimeError # Please triag |
| LayoutTests/fast/dom/HTMLInputElement/input-hidden-value_t01: RuntimeError # Please triage this failure |
| LayoutTests/fast/dom/HTMLInputElement/input-image-alt-text_t01: RuntimeError # Please triage this failure |
| LayoutTests/fast/dom/HTMLLabelElement/click-label_t01: RuntimeError # Please triage this failure |
| +LayoutTests/fast/dom/HTMLLabelElement/form/test1_t01: RuntimeError # Please triage this failure |
| LayoutTests/fast/dom/HTMLLinkElement/link-and-subresource-test_t01: Skip # Times out. Please triage this failure |
| LayoutTests/fast/dom/HTMLLinkElement/link-beforeload-recursive_t01: Skip # Times out. Please triage this failure |
| LayoutTests/fast/dom/HTMLLinkElement/link-onerror-stylesheet-with-existent-and-non-existent-import_t01: Pass, RuntimeError # Please triage this failure |
| @@ -3019,7 +3020,6 @@ LayoutTests/fast/dom/HTMLLinkElement/prefetch_t01: Skip # Times out. Please tria |
| LayoutTests/fast/dom/HTMLLinkElement/resolve-url-on-insertion_t01: RuntimeError # Please triage this failure |
| LayoutTests/fast/dom/HTMLMeterElement/set-meter-properties_t01: RuntimeError # Please triage this failure |
| LayoutTests/fast/dom/HTMLObjectElement/beforeload-set-text-crash_t01: Skip # Times out. Issue 24455 |
| -LayoutTests/fast/dom/HTMLObjectElement/form/test1_t01: RuntimeError # Please triage this failure |
| LayoutTests/fast/dom/HTMLOptionElement/collection-setter-getter_t01: RuntimeError # Please triage this failure |
| LayoutTests/fast/dom/HTMLOutputElement/dom-settable-token-list_t01: RuntimeError # Please triage this failure |
| LayoutTests/fast/dom/HTMLOutputElement/htmloutputelement-validity_t01: RuntimeError # Please triage this failure |
| @@ -7223,7 +7223,6 @@ LayoutTests/fast/dom/custom/unresolved-pseudoclass_t01: RuntimeError # Please tr |
| LayoutTests/fast/dom/custom/upgrade-candidate-remove-crash_t01: RuntimeError # Please triage this failure |
| LayoutTests/fast/dom/dataset-xhtml_t01: RuntimeError # Please triage this failure |
| LayoutTests/fast/dom/dataset_t01: RuntimeError # Please triage this failure |
| -LayoutTests/fast/dom/delete-contents_t01: RuntimeError # Please triage this failure |
| LayoutTests/fast/dom/document-importNode-arguments_t01: RuntimeError # Please triage this failure |
| LayoutTests/fast/dom/document-set-title-mutations_t01: RuntimeError # Please triage this failure |
| LayoutTests/fast/dom/dom-parse-serialize-display_t01: RuntimeError # Please triage this failure |
| @@ -8350,3 +8349,13 @@ LayoutTests/fast/dom/serialize-attribute_t01: RuntimeError # Please triage this |
| [ $compiler == dart2js && $host_checked ] |
| Language/Types/Function_Types/call_t01: Crash # Issue 28894 |
| + |
| +[ $runtime == dartium || $compiler == dart2js ] |
|
Bill Hesse
2017/04/24 12:04:14
You cannot add new sections to this file. Find th
|
| +LibTest/async/Future/Future.delayed_A01_t02: Pass, Fail # Issue 15524 |
| + |
| +[ $compiler == dart2js && $runtime == ff ] |
| +LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: Fail # co19 issue #90 |
| +LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: Fail # co19 issue #90 |
| + |
| +[ $compiler == dart2js && $runtime == ff ] |
| +LayoutTests/fast/dom/HTMLLabelElement/form/test1_t01: RuntimeError # Please triage this failure |