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

Side by Side Diff: tests/co19/co19-analyzer2.status

Issue 1042203002: Fix co19 tests after r44774. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 [ $compiler == dart2analyzer ] 5 [ $compiler == dart2analyzer ]
6 6
7 WebPlatformTest/html/semantics/forms/the-textarea-element/textarea-type_t01: fai l 7 WebPlatformTest/html/semantics/forms/the-textarea-element/textarea-type_t01: fai l
8 LayoutTests/fast/forms/checkValidity-001_t01: fail 8 LayoutTests/fast/forms/checkValidity-001_t01: fail
9 Language/12_Expressions/29_Assignable_Expressions_A01_t08: StaticWarning
9 10
10 # TBF: infinite look: class A {const A();final m = const A();} 11 # TBF: infinite look: class A {const A();final m = const A();}
11 Language/12_Expressions/01_Constants_A17_t03: fail 12 Language/12_Expressions/01_Constants_A17_t03: fail
12 13
13 # TBF: Static members should not be accessible via subclasses. 14 # TBF: Static members should not be accessible via subclasses.
14 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t05: Missing StaticWarning 15 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t05: Missing StaticWarning
15 16
16 # co19 issue #442, undefined name "Expect" 17 # co19 issue #442, undefined name "Expect"
17 Language/15_Types/4_Interface_Types_A08_t03: fail, OK 18 Language/15_Types/4_Interface_Types_A08_t03: fail, OK
18 19
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after
60 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # co19-roll r706: Please triag e this failure. 61 LibTest/isolate/ReceivePort/receive_A01_t02: Fail # co19-roll r706: Please triag e this failure.
61 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Fail # co19-roll r706: Please tr iage this failure. 62 LibTest/isolate/ReceivePort/toSendPort_A01_t02: Fail # co19-roll r706: Please tr iage this failure.
62 63
63 # co19 issue 642, The argument type 'int' cannot be assigned to the parameter ty pe 'Iterable' 64 # co19 issue 642, The argument type 'int' cannot be assigned to the parameter ty pe 'Iterable'
64 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail, OK 65 LibTest/collection/DoubleLinkedQueue/DoubleLinkedQueue_class_A01_t01: Fail, OK
65 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail, OK 66 LibTest/collection/ListQueue/ListQueue_class_A01_t01: Fail, OK
66 LibTest/collection/Queue/Queue_class_A01_t01: Fail, OK 67 LibTest/collection/Queue/Queue_class_A01_t01: Fail, OK
67 68
68 69
69 Language/12_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: Miss ingStaticWarning 70 Language/12_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t19: Miss ingStaticWarning
70 Language/12_Expressions/29_Assignable_Expressions_A01_t09: MissingStaticWarning
71 Language/13_Statements/06_For/1_For_Loop_A01_t07: MissingStaticWarning 71 Language/13_Statements/06_For/1_For_Loop_A01_t07: MissingStaticWarning
72 Language/13_Statements/06_For/1_For_Loop_A01_t08: MissingStaticWarning 72 Language/13_Statements/06_For/1_For_Loop_A01_t08: MissingStaticWarning
73 Language/13_Statements/09_Switch_A10_t03: MissingStaticWarning 73 Language/13_Statements/09_Switch_A10_t03: MissingStaticWarning
74 Language/13_Statements/15_Assert_A04_t04: MissingStaticWarning 74 Language/13_Statements/15_Assert_A04_t04: MissingStaticWarning
75 75
76 Language/05_Variables/05_Variables_A05_t04: MissingCompileTimeError # co19-roll r651: Please triage this failure 76 Language/05_Variables/05_Variables_A05_t04: MissingCompileTimeError # co19-roll r651: Please triage this failure
77 Language/05_Variables/05_Variables_A05_t05: MissingCompileTimeError # co19-roll r651: Please triage this failure 77 Language/05_Variables/05_Variables_A05_t05: MissingCompileTimeError # co19-roll r651: Please triage this failure
78 Language/05_Variables/05_Variables_A05_t06: MissingCompileTimeError # co19-roll r651: Please triage this failure 78 Language/05_Variables/05_Variables_A05_t06: MissingCompileTimeError # co19-roll r651: Please triage this failure
79 Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll r651: Please triage this failure 79 Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll r651: Please triage this failure
80 Language/05_Variables/05_Variables_A06_t01: MissingCompileTimeError # co19-roll r651: Please triage this failure 80 Language/05_Variables/05_Variables_A06_t01: MissingCompileTimeError # co19-roll r651: Please triage this failure
(...skipping 199 matching lines...) Expand 10 before | Expand all | Expand 10 after
280 LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-diamond-margin -polygon_t01: StaticWarning # co19-roll r801: Please triage this failure. 280 LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-diamond-margin -polygon_t01: StaticWarning # co19-roll r801: Please triage this failure.
281 LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-image-margin_t 01: StaticWarning # co19-roll r801: Please triage this failure. 281 LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-image-margin_t 01: StaticWarning # co19-roll r801: Please triage this failure.
282 LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-image-margin_t 02: StaticWarning # co19-roll r801: Please triage this failure. 282 LayoutTests/fast/shapes/shape-outside-floats/shape-outside-floats-image-margin_t 02: StaticWarning # co19-roll r801: Please triage this failure.
283 LayoutTests/fast/shapes/shape-outside-floats/shape-outside-rounded-boxes_t01: St aticWarning # co19-roll r801: Please triage this failure. 283 LayoutTests/fast/shapes/shape-outside-floats/shape-outside-rounded-boxes_t01: St aticWarning # co19-roll r801: Please triage this failure.
284 284
285 LayoutTests/fast/xpath/4XPath/Core/test_core_functions_t01: StaticWarning # co19 issue 703 285 LayoutTests/fast/xpath/4XPath/Core/test_core_functions_t01: StaticWarning # co19 issue 703
286 WebPlatformTest/dom/Node-replaceChild_t01: CompileTimeError # co19-roll r761: Pl ease triage this failure. 286 WebPlatformTest/dom/Node-replaceChild_t01: CompileTimeError # co19-roll r761: Pl ease triage this failure.
287 WebPlatformTest/html/semantics/forms/the-input-element/email_t02: StaticWarning # co19 issue 701 287 WebPlatformTest/html/semantics/forms/the-input-element/email_t02: StaticWarning # co19 issue 701
288 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t01: MissingCompileTime Error # Issue 22010 288 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t01: MissingCompileTime Error # Issue 22010
289 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t03: MissingCompileTime Error # Issue 22010 289 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t03: MissingCompileTime Error # Issue 22010
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698