| OLD | NEW |
| 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 == dartanalyzer ] | 5 [ $compiler == dartanalyzer ] |
| 6 | 6 |
| 7 LibTest/core/RegExp/firstMatch_A01_t01: Fail | 7 LibTest/core/RegExp/firstMatch_A01_t01: Fail |
| 8 | 8 |
| 9 # invalid argument for constant constructor | |
| 10 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail | |
| 11 | |
| 12 # TBD: should we check that argument for dynamic parameter of constant construct
or is not compatible with operation that is performed with it? | |
| 13 Language/12_Expressions/01_Constants_A16_t03: fail | |
| 14 | |
| 15 # TBF: infinite look: class A {const A();final m = const A();} | 9 # TBF: infinite look: class A {const A();final m = const A();} |
| 16 Language/12_Expressions/01_Constants_A17_t03: fail | 10 Language/12_Expressions/01_Constants_A17_t03: fail |
| 17 | 11 |
| 18 # TBF: when we override "foo([x = 0]) {}" with "foo([x]) {}" we should report wa
rning - different default value | 12 # TBF: when we override "foo([x = 0]) {}" with "foo([x]) {}" we should report wa
rning - different default value |
| 19 Language/07_Classes/1_Instance_Methods_A04_t02: MissingStaticWarning | 13 Language/07_Classes/1_Instance_Methods_A04_t02: MissingStaticWarning |
| 20 Language/07_Classes/4_Abstract_Instance_Members_A07_t04: MissingStaticWarning | 14 Language/07_Classes/4_Abstract_Instance_Members_A07_t04: MissingStaticWarning |
| 21 | 15 |
| 22 # TBF: Static members should not be accessible via subclasses. | 16 # TBF: Static members should not be accessible via subclasses. |
| 23 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t05: Missing
StaticWarning | 17 Language/07_Classes/9_Superclasses/1_Inheritance_and_Overriding_A01_t05: Missing
StaticWarning |
| 24 | 18 |
| (...skipping 244 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 269 | 263 |
| 270 LayoutTests/fast/xpath/4XPath/Core/test_core_functions_t01: StaticWarning # co19
issue 703 | 264 LayoutTests/fast/xpath/4XPath/Core/test_core_functions_t01: StaticWarning # co19
issue 703 |
| 271 WebPlatformTest/dom/Node-replaceChild_t01: CompileTimeError # co19-roll r761: Pl
ease triage this failure. | 265 WebPlatformTest/dom/Node-replaceChild_t01: CompileTimeError # co19-roll r761: Pl
ease triage this failure. |
| 272 WebPlatformTest/html/semantics/forms/the-input-element/email_t02: StaticWarning
# co19 issue 701 | 266 WebPlatformTest/html/semantics/forms/the-input-element/email_t02: StaticWarning
# co19 issue 701 |
| 273 | 267 |
| 274 LayoutTests/fast/table/before-child-non-table-section-add-table-crash_t01: Stati
cWarning # co19 issue 720. | 268 LayoutTests/fast/table/before-child-non-table-section-add-table-crash_t01: Stati
cWarning # co19 issue 720. |
| 275 LayoutTests/fast/table/computeLogicalWidth-table-needsSectionRecalc_t01: StaticW
arning # co19 issue 720. | 269 LayoutTests/fast/table/computeLogicalWidth-table-needsSectionRecalc_t01: StaticW
arning # co19 issue 720. |
| 276 LayoutTests/fast/table/incorrect-colgroup-span-values_t01: StaticWarning # co19
issue 720. | 270 LayoutTests/fast/table/incorrect-colgroup-span-values_t01: StaticWarning # co19
issue 720. |
| 277 LayoutTests/fast/table/rowindex-comment-nodes_t01: StaticWarning # co19 issue 72
0. | 271 LayoutTests/fast/table/rowindex-comment-nodes_t01: StaticWarning # co19 issue 72
0. |
| 278 LayoutTests/fast/table/table-cell-offset-width_t01: StaticWarning # co19 issue 7
20. | 272 LayoutTests/fast/table/table-cell-offset-width_t01: StaticWarning # co19 issue 7
20. |
| OLD | NEW |