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

Unified Diff: dart/tests/co19/co19-dart2js.status

Issue 225403020: Update co19 test suite to r706 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/
Patch Set: Created 6 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: dart/tests/co19/co19-dart2js.status
===================================================================
--- dart/tests/co19/co19-dart2js.status (revision 34824)
+++ dart/tests/co19/co19-dart2js.status (working copy)
@@ -10,10 +10,13 @@
LibTest/core/Uri/encodeFull_A01_t02: Skip
LibTest/core/Uri/encodeQueryComponent_A01_t02: Skip
-
# Crashes first, please. Then untriaged bugs. There is a section below
# for co19 bugs.
[ $compiler == dart2js ]
+LibTest/core/List/removeAt_A02_t01: RuntimeError # Issue 1533
+LibTest/isolate/ReceivePort/receive_A01_t02: RuntimeError # Issue 6750
+Language/05_Variables/05_Variables_A11_t01: fail
kustermann 2014/04/08 14:30:41 No bug number here?
Bill Hesse 2014/04/08 14:49:05 Marked as "Triage please."
+
Language/13_Statements/04_Local_Function_Declaration_A04_t01: MissingCompileTimeError # co19-roll r607: Please triage this failure
Language/13_Statements/04_Local_Function_Declaration_A04_t03: MissingCompileTimeError # co19-roll r667: Please triage this failure
Language/07_Classes/07_Classes_A13_t02: Fail # Missing CT error on member with same name a type parameter
@@ -24,10 +27,8 @@
Language/07_Classes/07_Classes_A13_t09: Fail # Missing CT error on member with same name a type parameter
Language/03_Overview/1_Scoping_A02_t05: CompileTimeError # TODO(ahe): Please triage this failure.
Language/03_Overview/1_Scoping_A02_t06: CompileTimeError # TODO(ahe): Please triage this failure.
-Language/05_Variables/05_Variables_A11_t01: fail
LibTest/core/double/INFINITY_A01_t04: RuntimeError # TODO(ahe): Please triage this failure.
LibTest/core/double/NEGATIVE_INFINITY_A01_t04: RuntimeError # TODO(ahe): Please triage this failure.
-
LibTest/typed_data/ByteData/getFloat32_A02_t02: fail # co19-roll r569: Please triage this failure
LibTest/typed_data/ByteData/getFloat64_A02_t02: fail # co19-roll r569: Please triage this failure
LibTest/typed_data/ByteData/getInt16_A02_t02: fail # co19-roll r569: Please triage this failure
@@ -61,23 +62,25 @@
LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656
LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656
-LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15617
-LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617
+LayoutTests/fast/html/imports/import-events_t01: CompileTimeError # co19-roll r706: Please triage this failure
+LibTest/html/HttpRequest/responseType_A01_t03: CompileTimeError # co19-roll r706: Please triage this failure
+LibTest/html/IFrameElement/enteredView_A01_t01: CompileTimeError # co19-roll r706: Please triage this failure
+LibTest/isolate/SendPort/send_A01_t01: CompileTimeError # co19-roll r706: Please triage this failure
+LibTest/isolate/SendPort/send_A01_t02: CompileTimeError # co19-roll r706: Please triage this failure
+LibTest/isolate/SendPort/send_A01_t03: CompileTimeError # co19-roll r706: Please triage this failure
[ $compiler == dart2js && $runtime != ie9 ]
LibTest/typed_data/ByteData/ByteData_A02_t01: fail # co19-roll r576: Please triage this failure
+Language/12_Expressions/07_Maps_A11_t01: CompileTimeError # Maybe ok. Issue 17207
+LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15617
+LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617
[ $compiler == dart2js && $runtime == jsshell ]
LibTest/isolate/SendPort/send_A02_t05: RuntimeError # TODO(ahe): Please triage this failure.
LibTest/isolate/SendPort/send_A02_t06: RuntimeError # TODO(ahe): Please triage this failure.
LibTest/core/Uri/Uri_A06_t03: Pass, Slow
-[ $compiler == dart2js ]
-LibTest/core/List/removeAt_A02_t01: RuntimeError # Issue 1533
-
-LibTest/isolate/ReceivePort/receive_A01_t02: RuntimeError # Issue 6750
-
[ $compiler == dart2js && $runtime == ie9 ]
LibTest/core/double/round_A01_t01: Fail # Issue: 8920
LibTest/core/double/toStringAsExponential_A01_t04: Fail # Issue: 8920
@@ -97,16 +100,353 @@
LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fail # Issue: 8920
LibTest/isolate/ReceivePort/toSendPort_A01_t01: RuntimeError # Issue: 8920
LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: Skip # http://dartbug.com/12635
-LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Pass, Timeout # co19-roll r651: Please triage this failure
LibTest/async/Stream/Stream.periodic_A01_t01: Fail, Pass # Issue 16106
LibTest/core/Stopwatch/elapsedTicks_A01_t01: Fail, Pass # Issue 16106
LibTest/async/Timer/Timer.periodic_A01_t01: Fail, Pass # Issue 16110
LibTest/async/Timer/Timer_A01_t01: Fail, Pass # Issue 16110
+LibTest/collection/LinkedList/add_A01_t01: Pass, Slow, Timeout # Slow tests that needs extra time to finish.
+LibTest/core/Uri/Uri_A06_t03: Timeout, Pass # Issue 13511
+LibTest/math/cos_A01_t01: Fail # co19 issue 44
+
+# co19 roll untriaged failures. Please triage these.
+Language/12_Expressions/00_Object_Identity/1_Object_Identity_A05_t02: RuntimeError # co19-roll r607: Please triage this failure
+Language/12_Expressions/17_Getter_Invocation_A07_t02: RuntimeError # co19-roll r607: Please triage this failure
+LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Pass, Timeout # co19-roll r651: Please triage this failure
+LayoutTests/fast/dom/DOMException/XPathException_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/DOMException/dispatch-event-exception_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/DOMException/prototype-object_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/DOMImplementation/createDocument-namespace-err_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/DOMImplementation/createDocumentType-err_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/Document/CaretRangeFromPoint/basic_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-strict-mode-wtih-checkbox_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-user-select-none_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-in-zoom-and-scroll_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/Document/CaretRangeFromPoint/caretRangeFromPoint-with-first-letter-style_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/Document/CaretRangeFromPoint/hittest-relative-to-viewport_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/Document/CaretRangeFromPoint/replace-element_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/Document/createElement-invalid-names_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/Document/createElement-valid-names_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/Document/createElementNS-namespace-err_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/Document/title-property-creates-title-element_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/Document/title-property-set-multiple-times_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/Document/title-with-multiple-children_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/Element/attribute-uppercase_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/Element/class-name_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/Element/client-rect-list-argument_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/Element/getClientRects_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/Element/hostname-host_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/Element/id-in-insert-hr_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/dom/Element/offsetTop-table-cell_t01: Timeout # co19-roll r607: Please triage this failure
+LayoutTests/fast/dom/Element/scrollWidth_t01: Timeout # co19-roll r607: Please triage this failure
+LayoutTests/fast/dom/Element/setAttributeNS-namespace-err_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/adjacent-html-context-element_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/article-element_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/aside-element_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/details-add-child-1_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/details-add-child-2_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/details-add-details-child-1_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/details-add-details-child-2_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/details-click-controls_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/details-mouse-click_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/disable-style-element_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/draggable_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/figcaption-element_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/figure-element_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/footer-element_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/header-element_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/hgroup-element_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/hidden-attr-dom_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/hidden-attr_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/imports/import-element-removed-flag_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/main-element_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/mark-element_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/range-point-in-range-for-different-documents_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/section-element_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/text-field-input-types_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/html/unknown-tag_t01: Timeout # co19-roll r607: Please triage this failure
+LayoutTests/fast/innerHTML/innerHTML-case_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/innerHTML/innerHTML-custom-tag_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/innerHTML/innerHTML-svg-read_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/innerHTML/innerHTML-svg-write_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/innerHTML/innerHTML-uri-resolution_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LayoutTests/fast/innerHTML/javascript-url_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/core/double/roundToDouble_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Document/clone_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Document/clone_A01_t02: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Document/contains_A01_t02: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Document/importNode_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Document/securityPolicy_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Element/Element.tag_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Element/appendHtml_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Element/appendText_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Element/attributeChanged_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Element/blur_A01_t01: Timeout # co19-roll r607: Please triage this failure
+LibTest/html/Element/contentEditable_A01_t02: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Element/dataset_A02_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Element/draggable_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Element/draggable_A01_t02: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Element/enteredView_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Element/getAttributeNS_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Element/getBoundingClientRect_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Element/getNamespacedAttributes_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Element/hidden_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Element/isTagSupported_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Element/isTagSupported_A01_t02: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Element/leftView_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Element/ownerDocument_A01_t05: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Element/replaceWith_A01_t02: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Element/spellcheck_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Element/spellcheck_A01_t02: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Element/tagName_A01_t03: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Element/translate_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/HttpRequest/getAllResponseHeaders_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/HttpRequest/getResponseHeader_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/HttpRequest/getString_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/HttpRequest/onAbort_A01_t01: Timeout # co19-roll r607: Please triage this failure
+LibTest/html/HttpRequest/onError_A01_t02: Timeout # co19-roll r607: Please triage this failure
+LibTest/html/HttpRequest/onLoadEnd_A01_t01: Timeout # co19-roll r607: Please triage this failure
+LibTest/html/HttpRequest/onLoadStart_A01_t01: Timeout # co19-roll r607: Please triage this failure
+LibTest/html/HttpRequest/overrideMimeType_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/HttpRequest/request_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/HttpRequest/responseText_A01_t02: Timeout # co19-roll r607: Please triage this failure
+LibTest/html/HttpRequest/responseType_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/HttpRequest/setRequestHeader_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/HttpRequest/statusText_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/HttpRequest/status_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/HttpRequestUpload/onAbort_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/HttpRequestUpload/onError_A01_t02: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/HttpRequestUpload/onLoadEnd_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/HttpRequestUpload/onLoadStart_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/HttpRequestUpload/onLoad_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/IFrameElement/IFrameElement.created_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/IFrameElement/appendHtml_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/IFrameElement/appendHtml_A01_t02: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/IFrameElement/appendText_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/IFrameElement/attributeChanged_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/IFrameElement/attributes_setter_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/IFrameElement/clone_A01_t02: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/IFrameElement/contains_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/IFrameElement/contentEdge_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/IFrameElement/contentWindow_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/IFrameElement/createShadowRoot_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/IFrameElement/draggable_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/IFrameElement/draggable_A01_t02: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/IFrameElement/getBoundingClientRect_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/IFrameElement/getNamespacedAttributes_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/IFrameElement/hidden_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/IFrameElement/leftView_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/IFrameElement/offsetTo_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/IFrameElement/onClick_A01_t01: Timeout # co19-roll r607: Please triage this failure
+LibTest/html/Window/close_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Window/document_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Window/find_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Window/find_A01_t02: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Window/find_A02_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Window/find_A03_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Window/find_A03_t02: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Window/find_A04_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Window/find_A05_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Window/find_A06_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Window/find_A07_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Window/moveBy_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Window/moveTo_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Window/moveTo_A02_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Window/postMessage_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Window/postMessage_A01_t02: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Window/requestFileSystem_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Window/requestFileSystem_A01_t02: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Window/requestFileSystem_A02_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Window/resizeBy_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/html/Window/resizeTo_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/isolate/Isolate/spawnUri_A02_t02: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/isolate/Isolate/spawnUri_A02_t03: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/isolate/Isolate/spawnUri_A02_t04: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/isolate/Isolate/spawn_A02_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/math/MutableRectangle/MutableRectangle_A01_t01: Pass
+LibTest/math/MutableRectangle/boundingBox_A01_t02: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/math/Rectangle/Rectangle_A01_t01: Pass
+LibTest/math/Rectangle/boundingBox_A01_t02: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest/dom/events/event_constants/constants_A01_t01: Timeout # co19-roll r607: Please triage this failure
+WebPlatformTest/dom/events/event_constructors/Event_A01_t01: Timeout # co19-roll r607: Please triage this failure
+WebPlatformTest/dom/events/event_constructors/Event_A02_t01: Timeout # co19-roll r607: Please triage this failure
+WebPlatformTest1/custom-elements/concepts/type_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/custom-elements/concepts/type_A04_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/custom-elements/concepts/type_A05_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/custom-elements/concepts/type_A06_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/custom-elements/concepts/type_A07_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/custom-elements/concepts/type_A08_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/custom-elements/instantiating/createElementNS_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/custom-elements/instantiating/createElementNS_A02_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/custom-elements/instantiating/createElementNS_A03_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/custom-elements/instantiating/createElementNS_A04_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/custom-elements/instantiating/createElementNS_A05_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/custom-elements/instantiating/createElement_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/custom-elements/instantiating/createElement_A02_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/custom-elements/instantiating/createElement_A03_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/custom-elements/instantiating/createElement_A04_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/custom-elements/instantiating/createElement_A05_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/custom-elements/instantiating/isAttribute_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/custom-elements/instantiating/isAttribute_A01_t02: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/custom-elements/instantiating/isAttribute_A02_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/custom-elements/instantiating/isAttribute_A03_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/custom-elements/instantiating/localName_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/custom-elements/instantiating/namespace_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/additions-to-the-steps-to-clone-a-node/template-clone-children_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/additions-to-the-steps-to-clone-a-node/templates-copy-document-owner_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/definitions/template-contents-owner-document-type_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/definitions/template-contents-owner-test-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/definitions/template-contents_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/innerhtml-on-templates/innerhtml_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/parsing-html-templates/additions-to-foster-parenting/template-is-a-foster-parent-element_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/parsing-html-templates/additions-to-foster-parenting/template-is-not-a-foster-parent-element_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/parsing-html-templates/additions-to-the-in-body-insertion-mode/generating-of-implied-end-tags_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/parsing-html-templates/additions-to-the-in-body-insertion-mode/ignore-body-token_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/parsing-html-templates/additions-to-the-in-body-insertion-mode/ignore-frameset-token_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/parsing-html-templates/additions-to-the-in-body-insertion-mode/ignore-head-token_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/parsing-html-templates/additions-to-the-in-body-insertion-mode/ignore-html-token_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/parsing-html-templates/additions-to-the-in-body-insertion-mode/start-tag-body_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/parsing-html-templates/additions-to-the-in-head-insertion-mode/generating-of-implied-end-tags_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/parsing-html-templates/additions-to-the-in-head-insertion-mode/template-end-tag-without-start-one_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/parsing-html-templates/additions-to-the-in-table-insertion-mode/end-tag-table_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/parsing-html-templates/appending-to-a-template/template-child-nodes_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/parsing-html-templates/clearing-the-stack-back-to-a-given-context/clearing-stack-back-to-a-table-body-context_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/parsing-html-templates/clearing-the-stack-back-to-a-given-context/clearing-stack-back-to-a-table-context_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/parsing-html-templates/clearing-the-stack-back-to-a-given-context/clearing-stack-back-to-a-table-row-context_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/parsing-html-templates/creating-an-element-for-the-token/template-owner-document_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/serializing-html-templates/outerhtml_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/template-element/content-attribute_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/template-element/node-document-changes_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/template-element/template-as-a-descendant_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/template-element/template-content-node-document_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/html-templates/template-element/template-content_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/extensions-to-element-interface/attributes/test-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/extensions-to-element-interface/attributes/test-004_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/extensions-to-element-interface/attributes/test-004_t02: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/extensions-to-element-interface/attributes/test-005_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/extensions-to-element-interface/methods/elements-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/extensions-to-element-interface/methods/test-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/extensions-to-element-interface/methods/test-002_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/extensions-to-element-interface/methods/test-003_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/extensions-to-event-interface/event-path-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-002_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-003_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-004_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-004_t02: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-005_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-006_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-007_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-008_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-009_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-010_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-011_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-012_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-attributes/test-013_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-002_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-004_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-005_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-007_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/shadowroot-object/shadowroot-methods/test-010_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/the-content-html-element/test-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/the-content-html-element/test-002_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/the-content-html-element/test-003_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/the-content-html-element/test-004_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/the-content-html-element/test-004_t02: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/the-content-html-element/test-005_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/the-content-html-element/test-006_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/the-shadow-html-element/test-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/the-shadow-html-element/test-002_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/the-shadow-html-element/test-003_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/the-shadow-html-element/test-003_t02: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/the-shadow-html-element/test-004_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/elements-and-dom-objects/the-shadow-html-element/test-005_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/event-dispatch/test-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/event-dispatch/test-002_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/event-dispatch/test-003_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/event-retargeting/test-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/event-retargeting/test-002_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/event-retargeting/test-003_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/event-retargeting/test-004_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/events-that-are-always-stopped/test-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/events-that-are-always-stopped/test-002_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/events-that-are-always-stopped/test-003_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/events-that-are-always-stopped/test-004_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/events-that-are-always-stopped/test-005_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/events-that-are-always-stopped/test-006_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/events-that-are-always-stopped/test-007_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/events-that-are-always-stopped/test-008_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/events-that-are-always-stopped/test-009_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/retargeting-focus-events/test-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/retargeting-focus-events/test-001_t02: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/retargeting-focus-events/test-001_t03: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/retargeting-focus-events/test-001_t04: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/retargeting-focus-events/test-001_t05: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/retargeting-focus-events/test-001_t06: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/retargeting-focus-events/test-002_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/retargeting-focus-events/test-003_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/retargeting-relatedtarget/test-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/retargeting-relatedtarget/test-002_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/events/retargeting-relatedtarget/test-003_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/html-elements-and-their-shadow-trees/test-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/html-elements-and-their-shadow-trees/test-002_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/html-elements-and-their-shadow-trees/test-003_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/html-elements-and-their-shadow-trees/test-004_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/html-elements-in-shadow-trees/html-forms/test-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/html-elements-in-shadow-trees/html-forms/test-002_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/html-elements-in-shadow-trees/inert-html-elements/test-002_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/composition/test-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/custom-pseudo-elements/test-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/distributed-pseudo-element/test-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/distributed-pseudo-element/test-002_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/hosting-multiple-shadow-trees/test-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/hosting-multiple-shadow-trees/test-002_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/hosting-multiple-shadow-trees/test-003_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/lower-boundary-encapsulation/distribution-003_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/lower-boundary-encapsulation/test-003_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/lower-boundary-encapsulation/test-004_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/lower-boundary-encapsulation/test-005_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/nested-shadow-trees/test-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/rendering-shadow-trees/test-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/reprojection/test-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/satisfying-matching-criteria/test-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/satisfying-matching-criteria/test-002_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/satisfying-matching-criteria/test-003_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/satisfying-matching-criteria/test-004_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/satisfying-matching-criteria/test-005_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/satisfying-matching-criteria/test-006_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/satisfying-matching-criteria/test-007_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/satisfying-matching-criteria/test-008_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/satisfying-matching-criteria/test-009_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/satisfying-matching-criteria/test-010_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/satisfying-matching-criteria/test-011_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/satisfying-matching-criteria/test-012_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/satisfying-matching-criteria/test-013_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/satisfying-matching-criteria/test-014_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/satisfying-matching-criteria/test-015_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/satisfying-matching-criteria/test-016_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/satisfying-matching-criteria/test-017_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/satisfying-matching-criteria/test-018_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/satisfying-matching-criteria/test-019_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/satisfying-matching-criteria/test-020_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/upper-boundary-encapsulation/dom-tree-accessors-002_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/upper-boundary-encapsulation/ownerdocument-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/upper-boundary-encapsulation/ownerdocument-002_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/upper-boundary-encapsulation/selectors-api-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/upper-boundary-encapsulation/selectors-api-002_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/upper-boundary-encapsulation/shadow-root-001_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-005_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-007_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-009_t01: RuntimeError # co19-roll 706: Please triage this failure.
+WebPlatformTest1/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-011_t01: RuntimeError # co19-roll 706: Please triage this failure.
+
+
[ $compiler == dart2js && $runtime == jsshell ]
LibTest/core/Map/Map_class_A01_t04: Pass, Slow # Issue 8096
-LibTest/core/double/round_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
-LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: Fail # TODO(ngeoaffray): Please triage these failure.
+LibTest/core/double/round_A01_t01: RuntimeError # co19-roll 706: Please triage this failure
+LibTest/core/double/roundToDouble_A01_t01: RuntimeError # co19-roll 706: Please triage this failure.
+LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: Fail # co19-roll 706: Please triage this failure.
[ $compiler == dart2js && $checked ]
Language/13_Statements/09_Switch_A05_t01: Fail # Missing type check in switch expression
@@ -117,7 +457,13 @@
LibTest/core/Map/Map_class_A01_t04: Slow, Pass
LibTest/core/Uri/Uri_A06_t03: Slow, Pass
Language/13_Statements/09_Switch_A09_t01: RuntimeError # Issue 16089
+LibTest/math/Point/operator_mult_A02_t01: RuntimeError # Issue 1533
+[ $compiler == dart2js && $checked && $runtime == jsshell]
+LibTest/core/Map/Map_class_A01_t04: Skip # Times out even with Slow tag. Please triage this issue
+LibTest/core/Uri/Uri_A06_t03: Skip # Times out even with Slow tag. Please triage this issue
+LibTest/core/Uri/encodeQueryComponent_A01_t02: Skip # Times out even with Slow tag. Please triage this issue
kustermann 2014/04/08 14:30:41 Maybe a separate bug, on why this is so low on FF?
Bill Hesse 2014/04/08 14:49:05 Done.
+
[ $compiler == dart2js ]
LibTest/core/int/operator_GT_A01_t01: RuntimeError, OK # co19 issue 200
LibTest/core/int/operator_LT_A01_t01: RuntimeError, OK # co19 issue 200
@@ -140,8 +486,6 @@
LibTest/core/int/isEven_A01_t01: RuntimeError, OK # co19 issue 277
[ $compiler == dart2js ]
-LibTest/isolate/SendPort/send_A02_t01: CompileTimeError # Issue 13683
-
LibTest/isolate/SendPort/send_A02_t04: RuntimeError # Runtime error: TypeError: Cannot call method 'toSendPort$0' of undefined.
LibTest/core/int/operator_NOT_A01_t01: RuntimeError, OK # Expects negative result from bit-operation.
@@ -246,13 +590,6 @@
LibTest/core/int/toDouble_A01_t01: RuntimeError, OK # Requires big int.
LibTest/core/int/toRadixString_A01_t01: RuntimeError, OK # Bad test: uses Expect.fail, Expect.throws, assumes case of result, and uses unsupported radixes.
-[ $compiler == dart2js && $runtime == ie9 ]
-LibTest/collection/LinkedList/add_A01_t01: Pass, Slow, Timeout # Slow tests that needs extra time to finish.
-Language/12_Expressions/00_Object_Identity/1_Object_Identity_A05_t02: RuntimeError # co19-roll r607: Please triage this failure
-Language/12_Expressions/17_Getter_Invocation_A07_t02: RuntimeError # co19-roll r607: Please triage this failure
-LibTest/core/Uri/Uri_A06_t03: Pass, Timeout # Issue 13511
-LibTest/math/cos_A01_t01: Fail # co19 issue 44
-
#
# The following tests are failing. Please add the error message
# (either a compiler error or exception message). The error messages
@@ -261,7 +598,6 @@
[ $compiler == dart2js ]
Language/07_Classes/6_Constructors/1_Generative_Constructors_A13_t01: RuntimeError # compiler cancelled: cannot resolve type T
Language/07_Classes/3_Setters_A04_t03: RuntimeError # http://dartbug.com/5023
-Language/12_Expressions/07_Maps_A11_t01: CompileTimeError # Maybe ok. Issue 17207
[ $compiler == dart2js && $jscl ]
LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: RuntimeError # IllegalJSRegExpException: '\c(' 'SyntaxError: Invalid regular expression: /\c(/: Unterminated group'
@@ -564,53 +900,54 @@
LibTest/typed_data/Uint8List/hashCode_A01_t01: fail # co19-roll r559: Please triage this failure
LibTest/typed_data/Uint8List/toList_A01_t01: fail, timeout # co19-roll r559: Please triage this failure
-# Could this be dart issue 7728?
[ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ]
-LibTest/async/Future/Future.delayed_A01_t01: RuntimeError # co19-roll r546: Please triage this failure
-LibTest/async/Future/Future.delayed_A03_t01: fail # co19-roll r546: Please triage this failure
+LibTest/async/Future/Future.delayed_A01_t01: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/async/Future/Future.delayed_A03_t01: fail # Issue 7728, timer not supported in d8/jsshell
LibTest/async/Stream/first_A01_t01: fail # co19-roll r546: Please triage this failure
LibTest/async/Stream/first_A02_t02: fail # co19-roll r546: Please triage this failure
-LibTest/async/Stream/Stream.periodic_A02_t01: fail # co19-roll r546: Please triage this failure
-LibTest/async/Timer/cancel_A01_t01: fail # co19-roll r546: Please triage this failure
-LibTest/async/Timer/Timer_A01_t01: fail # co19-roll r546: Please triage this failure
+LibTest/async/Stream/Stream.periodic_A02_t01: fail # Issue 7728, timer not supported in d8/jsshell
+LibTest/async/Timer/cancel_A01_t01: fail # Issue 7728, timer not supported in d8/jsshell
+LibTest/async/Timer/Timer_A01_t01: fail # Issue 7728, timer not supported in d8/jsshell
+
LibTest/typed_data/Float32x4List/Float32x4List.view_A06_t01: fail # co19-roll r587: Please triage this failure
Language/12_Expressions/00_Object_Identity/1_Object_Identity_A05_t02: RuntimeError # co19-roll r607: Please triage this failure
Language/12_Expressions/17_Getter_Invocation_A07_t02: RuntimeError # co19-roll r607: Please triage this failure
-LibTest/async/Stream/asBroadcastStream_A04_t03: RuntimeError # co19-roll r641: Please triage this failure
-LibTest/async/Stream/asBroadcastStream_A03_t01: RuntimeError # co19-roll r641: Please triage this failure
-LibTest/async/Timer/isActive_A01_t01: RuntimeError # co19-roll r641: Please triage this failure
-LibTest/async/Future/wait_A01_t07: RuntimeError # co19-roll r641: Please triage this failure
-LibTest/async/Timer/isActive_A01_t02: RuntimeError # co19-roll r641: Please triage this failure
-LibTest/async/Zone/createPeriodicTimer_A01_t01: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/async/Zone/createTimer_A01_t01: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsedInMs_A01_t01: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsedInUs_A01_t01: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsedTicks_A01_t02: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsedTicks_A01_t03: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsed_A01_t01: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsed_A01_t02: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsed_A01_t03: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/start_A01_t03: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/stop_A01_t01: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/typed_data/Int32x4/operator_OR_A01_t01: RuntimeError # co19-roll r672: Please triage this failure
+LibTest/isolate/ReceivePort/asBroadcastStream_A04_t03: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/async/Stream/asBroadcastStream_A04_t03: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/async/Stream/asBroadcastStream_A03_t01: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/async/Timer/isActive_A01_t01: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/async/Future/wait_A01_t07: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/async/Timer/isActive_A01_t02: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/async/Zone/createPeriodicTimer_A01_t01: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/async/Zone/createTimer_A01_t01: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/core/Stopwatch/elapsedInMs_A01_t01: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/core/Stopwatch/elapsedInUs_A01_t01: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/core/Stopwatch/elapsedTicks_A01_t02: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/core/Stopwatch/elapsedTicks_A01_t03: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/core/Stopwatch/elapsed_A01_t01: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/core/Stopwatch/elapsed_A01_t02: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/core/Stopwatch/elapsed_A01_t03: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/core/Stopwatch/start_A01_t03: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/core/Stopwatch/stop_A01_t01: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/typed_data/Int32x4/operator_OR_A01_t01: RuntimeError # Issue 7728, timer not supported in d8/jsshell
LibTest/core/Stopwatch/start_A01_t01: RuntimeError # Please triage this failure
LibTest/core/Stopwatch/start_A01_t02: RuntimeError # Please triage this failure
LibTest/core/Stopwatch/elapsedTicks_A01_t01: RuntimeError # Please triage this failure
-LibTest/async/Stream/Stream.periodic_A01_t01: RuntimeError # No Periodic timer
-LibTest/async/Stream/Stream.periodic_A03_t01: RuntimeError # No Periodic timer
-LibTest/async/Timer/Timer.periodic_A01_t01: RuntimeError # No Periodic timer
-LibTest/async/Timer/Timer.periodic_A02_t01: RuntimeError # No Periodic timer
+LibTest/async/Stream/Stream.periodic_A01_t01: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/async/Stream/Stream.periodic_A03_t01: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/async/Timer/Timer.periodic_A01_t01: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/async/Timer/Timer.periodic_A02_t01: RuntimeError # Issue 7728, timer not supported in d8/jsshell
[ $compiler == dart2js && $runtime == d8 ]
-LibTest/core/Stopwatch/elapsedInMs_A01_t01: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsedInUs_A01_t01: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsedTicks_A01_t02: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsedTicks_A01_t03: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsed_A01_t01: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsed_A01_t02: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/elapsed_A01_t03: RuntimeError # co19-roll r672: Please triage this failure
-LibTest/core/Stopwatch/stop_A01_t01: RuntimeError # co19-roll r672: Please triage this failure
+LibTest/core/Stopwatch/elapsedInMs_A01_t01: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/core/Stopwatch/elapsedInUs_A01_t01: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/core/Stopwatch/elapsedTicks_A01_t02: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/core/Stopwatch/elapsedTicks_A01_t03: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/core/Stopwatch/elapsed_A01_t01: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/core/Stopwatch/elapsed_A01_t02: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/core/Stopwatch/elapsed_A01_t03: RuntimeError # Issue 7728, timer not supported in d8/jsshell
+LibTest/core/Stopwatch/stop_A01_t01: RuntimeError # Issue 7728, timer not supported in d8/jsshell
LibTest/math/sin_A01_t02: RuntimeError # V8 issue 3006, https://code.google.com/p/v8/issues/detail?id=3006
[ $compiler == dart2js && $minified ]

Powered by Google App Engine
This is Rietveld 408576698