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

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

Issue 1181613003: Update dart2js-cps_ir test expectations with better annotations. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 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:
Download patch
Index: tests/co19/co19-dart2js.status
diff --git a/tests/co19/co19-dart2js.status b/tests/co19/co19-dart2js.status
index 6b6b96c5f27cabf40f67949885f47f26fdb00486..73f88a9f40e94af3e3ed7a89e046d312bc3e334e 100644
--- a/tests/co19/co19-dart2js.status
+++ b/tests/co19/co19-dart2js.status
@@ -9625,16 +9625,16 @@ Language/12_Expressions/33_Type_Cast_A02_t03: Crash # Instance of 'TypeOperator'
Language/13_Statements/06_For_A01_t07: Crash # Please triage this failure.
Language/13_Statements/09_Switch_A01_t01: Crash # (switch (1){case 0:case 1:}): Unhandled node
Language/13_Statements/09_Switch_A01_t02: Crash # (switch (1){l1:l2:l3:case (1):}): Unhandled node
-Language/13_Statements/09_Switch_A01_t03: Crash # Unhandled node
+Language/13_Statements/09_Switch_A01_t03: Crash # (switch (value){case... Unhandled node
Language/13_Statements/09_Switch_A01_t19: Crash # (switch (1){case 0:break;label:print("hello");}): Unhandled node
Language/13_Statements/09_Switch_A02_t03: Crash # (switch (null){case null:}): Unhandled node
Language/13_Statements/09_Switch_A05_t01: Crash # (switch ('abc'){case 1:break;}): Unhandled node
Language/13_Statements/09_Switch_A05_t02: Crash # (switch (p){default:return 1;}): Unhandled node
Language/13_Statements/09_Switch_A06_t01: Crash # (switch (p){case 1:var x=2;return x;case 2:var x=4;return x;}): Unhandled node
Language/13_Statements/09_Switch_A06_t02: Crash # (switch (2){case 1:var x=2;break;case 2:x++ ;}): Unhandled node
-Language/13_Statements/09_Switch_A07_t01: Crash # Unhandled node
-Language/13_Statements/09_Switch_A07_t02: Crash # Unhandled node
-Language/13_Statements/09_Switch_A08_t01: Crash # Unhandled node
+Language/13_Statements/09_Switch_A07_t01: Crash # (switch (value){case... Unhandled node
+Language/13_Statements/09_Switch_A07_t02: Crash # (switch (value){case... Unhandled node
+Language/13_Statements/09_Switch_A08_t01: Crash # (switch (value){case... Unhandled node
Language/13_Statements/09_Switch_A08_t02: Crash # (switch (value){case 1:case 2:result=1;case 3:case 4:result=2;break;case 5:case 6:}): Unhandled node
Language/13_Statements/09_Switch_A09_t01: Crash # (switch (false){case 0:case 1:}): Unhandled node
Language/13_Statements/09_Switch_A10_t01: Crash # (switch (1){case 0:false;case 1:true;break;}): Unhandled node
@@ -9644,35 +9644,35 @@ Language/13_Statements/11_Return_A02_t02: Crash # (try {return 1;}finally {flag=
Language/13_Statements/11_Return_A02_t03: Crash # (try {return 1;}finally {return 2;}): try/finally
Language/13_Statements/11_Try_A01_t01: Crash # (try {throw "";}on int catch (ok){}catch (ok){}finally {}): try/finally
Language/13_Statements/11_Try_A07_t02: Crash # (try {throw ex;}on int catch (i){}on bool catch (b){}finally {isFinallyExecuted=true;}): try/finally
-Language/13_Statements/11_Try_A08_t01: Crash # try/finally
-Language/13_Statements/11_Try_A09_t01: Crash # try/finally
-Language/13_Statements/11_Try_A10_t01: Crash # try/finally
-Language/13_Statements/11_Try_A11_t01: Crash # try/finally
-Language/13_Statements/11_Try_A11_t02: Crash # try/finally
+Language/13_Statements/11_Try_A08_t01: Crash # (try {throw ex;}on E... try/finally
+Language/13_Statements/11_Try_A09_t01: Crash # (try {do{try {for(in... try/finally
+Language/13_Statements/11_Try_A10_t01: Crash # (try {append(1);f();... try/finally
+Language/13_Statements/11_Try_A11_t01: Crash # (try {throw exStr;}o... try/finally
+Language/13_Statements/11_Try_A11_t02: Crash # (try {throw exStr;}o... try/finally
Language/13_Statements/11_Try_A11_t03: Crash # (try {throw 42;}finally {return true;}): try/finally
Language/13_Statements/11_Try_A11_t04: Crash # (try {throw 42;}finally {throw true;}): try/finally
-Language/13_Statements/11_Try_A12_t01: Crash # try/finally
+Language/13_Statements/11_Try_A12_t01: Crash # (try {append(1);f();... try/finally
Language/13_Statements/12_Labels_A01_t01: Crash # (switch (1){K:case 2:L:case 1:break;case 0:M:default:N:var x=0;}): Unhandled node
Language/13_Statements/12_Labels_A03_t04: Crash # (switch (i){L:case 0:flag=true;break;case 2:continue L;}): Unhandled node
Language/13_Statements/12_Labels_A03_t06: Crash # (switch (1){Label:case 1:break;default:break;}): Unhandled node
-Language/13_Statements/13_Break_A03_t01: Crash # try/finally
-Language/13_Statements/13_Break_A03_t02: Crash # try/finally
-Language/13_Statements/13_Break_A03_t03: Crash # try/finally
-Language/13_Statements/13_Break_A03_t04: Crash # try/finally
+Language/13_Statements/13_Break_A03_t01: Crash # (try {try {try {M:do... try/finally
+Language/13_Statements/13_Break_A03_t02: Crash # (try {throw 1;}on in... try/finally
+Language/13_Statements/13_Break_A03_t03: Crash # (try {try {L:try {th... try/finally
+Language/13_Statements/13_Break_A03_t04: Crash # (try {for(int i in [... try/finally
Language/13_Statements/13_Break_A03_t05: Crash # (switch (1){case 0:break;case 1:break L;}): Unhandled node
-Language/13_Statements/13_Break_A03_t06: Crash # try/finally
-Language/13_Statements/13_Break_A03_t07: Crash # Unhandled node
+Language/13_Statements/13_Break_A03_t06: Crash # (try {do{M:for(int i... try/finally
+Language/13_Statements/13_Break_A03_t07: Crash # (switch (1){case 1:c... Unhandled node
Language/13_Statements/13_Break_A03_t08: Crash # (try {try {break;}finally {order.add(2);}}finally {order.add(1);}): try/finally
-Language/13_Statements/13_Break_A03_t09: Crash # try/finally
+Language/13_Statements/13_Break_A03_t09: Crash # (try {for(int i in [... try/finally
Language/13_Statements/14_Continue_A02_t12: Crash # (switch (2){L:case 1:flag=true;break;case 2:continue L;}): Unhandled node
Language/13_Statements/14_Continue_A02_t13: Crash # (switch (2){case 2:continue L;L:case 1:flag=true;}): Unhandled node
-Language/13_Statements/14_Continue_A03_t01: Crash # try/finally
-Language/13_Statements/14_Continue_A03_t02: Crash # try/finally
-Language/13_Statements/14_Continue_A03_t03: Crash # try/finally
-Language/13_Statements/14_Continue_A03_t04: Crash # try/finally
-Language/13_Statements/14_Continue_A03_t05: Crash # Unhandled node
-Language/13_Statements/14_Continue_A03_t06: Crash # try/finally
-Language/13_Statements/14_Continue_A03_t07: Crash # try/finally
+Language/13_Statements/14_Continue_A03_t01: Crash # (try {try {try {if(o... try/finally
+Language/13_Statements/14_Continue_A03_t02: Crash # (try {while(i<3){try... try/finally
+Language/13_Statements/14_Continue_A03_t03: Crash # (try {switch (i){cas... try/finally
+Language/13_Statements/14_Continue_A03_t04: Crash # (try {try {continue;... try/finally
+Language/13_Statements/14_Continue_A03_t05: Crash # (switch (1){case 1:c... Unhandled node
+Language/13_Statements/14_Continue_A03_t06: Crash # (try {throw 1;}on in... try/finally
+Language/13_Statements/14_Continue_A03_t07: Crash # (try {throw 1;}on in... try/finally
Language/14_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t02: Crash # Instance of 'TypeOperator': type check unimplemented for _td.
Language/15_Types/3_Type_Declarations/1_Typedef_A02_t01: Crash # Instance of 'TypeOperator': type check unimplemented for f_t.
Language/15_Types/3_Type_Declarations/1_Typedef_A02_t02: Crash # Instance of 'TypeOperator': type check unimplemented for f_t.
@@ -9680,12 +9680,12 @@ Language/15_Types/3_Type_Declarations/1_Typedef_A02_t03: Crash # Instance of 'Ty
Language/15_Types/3_Type_Declarations/1_Typedef_A03_t01: Crash # Instance of 'TypeOperator': type check unimplemented for f1.
Language/15_Types/3_Type_Declarations/1_Typedef_A04_t01: Crash # Instance of 'TypeOperator': type check unimplemented for f1.
Language/15_Types/3_Type_Declarations/1_Typedef_A04_t02: Crash # Instance of 'TypeOperator': type check unimplemented for f1.
-Language/15_Types/4_Interface_Types_A05_t04: Crash # Please triage this failure.
-Language/15_Types/4_Interface_Types_A10_t04: Crash # Please triage this failure.
-Language/15_Types/4_Interface_Types_A10_t06: Crash # Please triage this failure.
-Language/15_Types/4_Interface_Types_A10_t07: Crash # Please triage this failure.
-Language/15_Types/4_Interface_Types_A10_t08: Crash # Please triage this failure.
-Language/15_Types/4_Interface_Types_A10_t09: Crash # Please triage this failure.
+Language/15_Types/4_Interface_Types_A05_t04: Crash # type expression t1 (typedef)
+Language/15_Types/4_Interface_Types_A10_t04: Crash # type expression param1 (typedef)
+Language/15_Types/4_Interface_Types_A10_t06: Crash # type expression f (typedef)
+Language/15_Types/4_Interface_Types_A10_t07: Crash # type expression f_1 (typedef)
+Language/15_Types/4_Interface_Types_A10_t08: Crash # type expression t1 (typedef)
+Language/15_Types/4_Interface_Types_A10_t09: Crash # type expression param1 (typedef)
Language/15_Types/4_Interface_Types_A12_t18: Crash # Instance of 'TypeOperator': type check unimplemented for F1.
Language/15_Types/5_Function_Types_A01_t01: Crash # Instance of 'TypeOperator': type check unimplemented for check_t.
Language/15_Types/5_Function_Types_A01_t02: Crash # Instance of 'TypeOperator': type check unimplemented for t1.
@@ -9722,28 +9722,29 @@ Language/15_Types/5_Function_Types_A03_t11: Crash # Instance of 'TypeOperator':
Language/15_Types/5_Function_Types_A03_t12: Crash # Instance of 'TypeOperator': type check unimplemented for classesFunc.
Language/15_Types/5_Function_Types_A03_t13: Crash # Instance of 'TypeOperator': type check unimplemented for t1.
Language/15_Types/5_Function_Types_A06_t01: Crash # Instance of 'TypeOperator': type check unimplemented for f.
-LayoutTests/fast/backgrounds/multiple-backgrounds-computed-style_t01: Crash # Unhandled node
+LayoutTests/fast/backgrounds/multiple-backgrounds-computed-style_t01: Crash # (switch (property){c... Unhandled node
+LayoutTests/fast/canvas/canvas-composite-image_t01: Crash # Please triage this failure.
LayoutTests/fast/canvas/webgl/compressed-tex-image_t01: Crash # Please triage this failure.
LayoutTests/fast/canvas/webgl/framebuffer-object-attachment_t01: Crash # Please triage this failure.
-LayoutTests/fast/canvas/webgl/gl-uniformmatrix4fv_t01: Crash # Unhandled node
-LayoutTests/fast/canvas/webgl/index-validation_t01: Crash # Unhandled node
-LayoutTests/fast/canvas/webgl/oes-element-index-uint_t01: Crash # Unhandled node
-LayoutTests/fast/canvas/webgl/read-pixels-pack-alignment_t01: Crash # Unhandled node
-LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view_t01: Crash # Unhandled node
-LayoutTests/fast/dom/location-hash_t01: Crash # Unhandled node
-LayoutTests/fast/events/event-attributes-after-exception_t01: Crash # try/finally
-LayoutTests/fast/files/file-reader-methods-illegal-arguments_t01: Crash # Unhandled node
-LayoutTests/fast/loader/hashchange-event-properties_t01: Crash # Unhandled node
-LayoutTests/fast/svg/tabindex-focus_t01: Crash # try/finally
-LayoutTests/fast/svg/whitespace-angle_t01: Crash # try/finally
-LayoutTests/fast/svg/whitespace-integer_t01: Crash # try/finally
-LayoutTests/fast/svg/whitespace-length-invalid_t01: Crash # try/finally
-LayoutTests/fast/svg/whitespace-length_t01: Crash # try/finally
-LayoutTests/fast/svg/whitespace-number_t01: Crash # try/finally
-LayoutTests/fast/table/hittest-tablecell-bottom-edge_t01: Crash # Unhandled node
-LayoutTests/fast/table/hittest-tablecell-right-edge_t01: Crash # Unhandled node
-LayoutTests/fast/table/hittest-tablecell-with-borders-bottom-edge_t01: Crash # Unhandled node
-LayoutTests/fast/table/hittest-tablecell-with-borders-right-edge_t01: Crash # Unhandled node
+LayoutTests/fast/canvas/webgl/gl-uniformmatrix4fv_t01: Crash # (switch (ii){case 2:... Unhandled node
+LayoutTests/fast/canvas/webgl/index-validation_t01: Crash # (switch (type){case ... Unhandled node
+LayoutTests/fast/canvas/webgl/oes-element-index-uint_t01: Crash # (switch (type){case ... Unhandled node
+LayoutTests/fast/canvas/webgl/read-pixels-pack-alignment_t01: Crash # (switch (format){cas... Unhandled node
+LayoutTests/fast/canvas/webgl/tex-image-and-sub-image-2d-with-array-buffer-view_t01: Crash # (switch (type){case ... Unhandled node
+LayoutTests/fast/dom/location-hash_t01: Crash # (switch (state){case... Unhandled node
+LayoutTests/fast/events/event-attributes-after-exception_t01: Crash # (try {document.body.... try/finally
+LayoutTests/fast/files/file-reader-methods-illegal-arguments_t01: Crash # (switch (name){case ... Unhandled node
+LayoutTests/fast/loader/hashchange-event-properties_t01: Crash # (switch (hashOf(even... Unhandled node
+LayoutTests/fast/svg/tabindex-focus_t01: Crash # (try {element.setAtt... try/finally
+LayoutTests/fast/svg/whitespace-angle_t01: Crash # (try {target.setAttr... try/finally
+LayoutTests/fast/svg/whitespace-integer_t01: Crash # (try {target.setAttr... try/finally
+LayoutTests/fast/svg/whitespace-length-invalid_t01: Crash # (try {target.setAttr... try/finally
+LayoutTests/fast/svg/whitespace-length_t01: Crash # (try {target.setAttr... try/finally
+LayoutTests/fast/svg/whitespace-number_t01: Crash # (try {target.setAttr... try/finally
+LayoutTests/fast/table/hittest-tablecell-bottom-edge_t01: Crash # (switch (orgElement)... Unhandled node
+LayoutTests/fast/table/hittest-tablecell-right-edge_t01: Crash # (switch (orgElement)... Unhandled node
+LayoutTests/fast/table/hittest-tablecell-with-borders-bottom-edge_t01: Crash # (switch (orgElement)... Unhandled node
+LayoutTests/fast/table/hittest-tablecell-with-borders-right-edge_t01: Crash # (switch (orgElement)... Unhandled node
LibTest/async/DeferredLibrary/DeferredLibrary_A01_t01: RuntimeError # Please triage this failure.
LibTest/async/Stream/Stream.periodic_A01_t01: Crash # Please triage this failure.
LibTest/async/Stream/drain_A02_t01: Crash # Please triage this failure.
@@ -9752,7 +9753,7 @@ LibTest/async/Zone/registerCallback_A01_t01: Crash # Instance of 'TypeOperator':
LibTest/async/Zone/registerUnaryCallback_A01_t01: Crash # Instance of 'TypeOperator': type check unimplemented for ZoneUnaryCallback.
LibTest/collection/ListBase/ListBase_class_A01_t02: Crash # Please triage this failure.
LibTest/collection/ListMixin/ListMixin_class_A01_t02: Crash # Please triage this failure.
-LibTest/core/FallThroughError/toString_A01_t02: Crash # Unhandled node
+LibTest/core/FallThroughError/toString_A01_t02: Crash # (switch (2){case 1:p... Unhandled node
LibTest/core/Invocation/isAccessor_A01_t01: Crash # Please triage this failure.
LibTest/core/Invocation/isGetter_A01_t01: RuntimeError # Please triage this failure.
LibTest/core/Invocation/isGetter_A01_t02: RuntimeError # Please triage this failure.
@@ -9762,37 +9763,37 @@ LibTest/core/Invocation/isSetter_A01_t02: RuntimeError # Please triage this fail
LibTest/core/Invocation/memberName_A01_t01: Crash # Please triage this failure.
LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError # Please triage this failure.
LibTest/core/List/List_class_A01_t02: Crash # Please triage this failure.
-LibTest/core/Map/Map_A01_t01: Crash # Please triage this failure.
-LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: Crash # Unhandled node
-LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: Crash # Unhandled node
+LibTest/core/Map/Map_A01_t01: Crash # type expression SomeFunction (typedef)
+LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: Crash # (switch (alpha){case... Unhandled node
+LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: Crash # (switch (alpha){case... Unhandled node
LibTest/core/Set/add_A01_t03: RuntimeError # Please triage this failure.
LibTest/core/Symbol/Symbol_A01_t03: RuntimeError # Please triage this failure.
LibTest/core/Symbol/Symbol_A01_t05: RuntimeError # Please triage this failure.
LibTest/core/double/INFINITY_A01_t04: Pass # Please triage this failure.
LibTest/core/double/NEGATIVE_INFINITY_A01_t04: Pass # Please triage this failure.
-LibTest/html/HttpRequest/abort_A01_t01: Crash # Unhandled node
-LibTest/html/HttpRequest/getAllResponseHeaders_A01_t01: Crash # Unhandled node
-LibTest/html/HttpRequest/getResponseHeader_A01_t01: Crash # Unhandled node
-LibTest/html/HttpRequest/onLoad_A01_t01: Crash # Unhandled node
-LibTest/html/HttpRequest/overrideMimeType_A01_t01: Crash # Unhandled node
-LibTest/html/HttpRequest/readyStateChangeEvent_A01_t01: Crash # Unhandled node
-LibTest/html/HttpRequest/setRequestHeader_A01_t01: Crash # Unhandled node
-LibTest/html/HttpRequestUpload/onLoad_A01_t01: Crash # Unhandled node
-LibTest/html/Window/moveBy_A01_t01: Crash # try/finally
-LibTest/html/Window/moveTo_A01_t01: Crash # try/finally
-LibTest/html/Window/moveTo_A02_t01: Crash # try/finally
-LibTest/html/Window/resizeBy_A01_t01: Crash # try/finally
-LibTest/html/Window/resizeTo_A01_t01: Crash # try/finally
+LibTest/html/HttpRequest/abort_A01_t01: Crash # (switch (request.rea... Unhandled node
+LibTest/html/HttpRequest/getAllResponseHeaders_A01_t01: Crash # (switch (request.rea... Unhandled node
+LibTest/html/HttpRequest/getResponseHeader_A01_t01: Crash # (switch (request.rea... Unhandled node
+LibTest/html/HttpRequest/onLoad_A01_t01: Crash # (switch (request.rea... Unhandled node
+LibTest/html/HttpRequest/overrideMimeType_A01_t01: Crash # (switch (request.rea... Unhandled node
+LibTest/html/HttpRequest/readyStateChangeEvent_A01_t01: Crash # (switch (request.rea... Unhandled node
+LibTest/html/HttpRequest/setRequestHeader_A01_t01: Crash # (switch (request.rea... Unhandled node
+LibTest/html/HttpRequestUpload/onLoad_A01_t01: Crash # (switch (request.rea... Unhandled node
+LibTest/html/Window/moveBy_A01_t01: Crash # (try {check(nw,0,0);... try/finally
+LibTest/html/Window/moveTo_A01_t01: Crash # (try {check(nw,0,0);... try/finally
+LibTest/html/Window/moveTo_A02_t01: Crash # (try {print("from ${... try/finally
+LibTest/html/Window/resizeBy_A01_t01: Crash # (try {check(nw,0,0);... try/finally
+LibTest/html/Window/resizeTo_A01_t01: Crash # (try {check(nw,0,0);... try/finally
LibTest/isolate/ReceivePort/drain_A02_t01: Crash # Please triage this failure.
+LibTest/math/sin_A01_t02: RuntimeError # Please triage this failure.
Utils/tests/Expect/approxEquals_A04_t01: RuntimeError # Please triage this failure.
Utils/tests/Expect/stringEquals_A02_t01: RuntimeError # Please triage this failure.
-WebPlatformTest/custom-elements/instantiating/createElementNS_A02_t01: Crash # Unhandled node
-WebPlatformTest/custom-elements/instantiating/createElementNS_A03_t01: Crash # Unhandled node
-WebPlatformTest/custom-elements/instantiating/createElementNS_A04_t01: Crash # Unhandled node
-WebPlatformTest/custom-elements/instantiating/createElement_A02_t01: Crash # Unhandled node
-WebPlatformTest/custom-elements/instantiating/createElement_A03_t01: Crash # Unhandled node
-WebPlatformTest/custom-elements/instantiating/createElement_A04_t01: Crash # Unhandled node
-WebPlatformTest/custom-elements/instantiating/isAttribute_A01_t01: Crash # Unhandled node
-WebPlatformTest/custom-elements/instantiating/isAttribute_A01_t02: Crash # Unhandled node
-WebPlatformTest/html/semantics/forms/the-input-element/valueMode_t01: Crash # Unhandled node
-LayoutTests/fast/canvas/canvas-composite-image_t01 : Crash # Stack Overflow
+WebPlatformTest/custom-elements/instantiating/createElementNS_A02_t01: Crash # (switch (name){case ... Unhandled node
+WebPlatformTest/custom-elements/instantiating/createElementNS_A03_t01: Crash # (switch (name){case ... Unhandled node
+WebPlatformTest/custom-elements/instantiating/createElementNS_A04_t01: Crash # (switch (name){case ... Unhandled node
+WebPlatformTest/custom-elements/instantiating/createElement_A02_t01: Crash # (switch (name){case ... Unhandled node
+WebPlatformTest/custom-elements/instantiating/createElement_A03_t01: Crash # (switch (name){case ... Unhandled node
+WebPlatformTest/custom-elements/instantiating/createElement_A04_t01: Crash # (switch (name){case ... Unhandled node
+WebPlatformTest/custom-elements/instantiating/isAttribute_A01_t01: Crash # (switch (name){case ... Unhandled node
+WebPlatformTest/custom-elements/instantiating/isAttribute_A01_t02: Crash # (switch (name){case ... Unhandled node
+WebPlatformTest/html/semantics/forms/the-input-element/valueMode_t01: Crash # (switch (types[i][mo... Unhandled node

Powered by Google App Engine
This is Rietveld 408576698