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 == 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 Language/12_Expressions/29_Assignable_Expressions_A01_t08: StaticWarning |
10 Language/14_Libraries_and_Scripts/3_Parts_A03_t11: fail, pass # Issue 23595 | 10 Language/14_Libraries_and_Scripts/3_Parts_A03_t11: fail, pass # Issue 23595 |
(...skipping 272 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
283 WebPlatformTest/dom/Node-replaceChild_t01: CompileTimeError # co19-roll r761: Pl
ease triage this failure. | 283 WebPlatformTest/dom/Node-replaceChild_t01: CompileTimeError # co19-roll r761: Pl
ease triage this failure. |
284 WebPlatformTest/html/semantics/forms/the-input-element/email_t02: StaticWarning
# co19 issue 701 | 284 WebPlatformTest/html/semantics/forms/the-input-element/email_t02: StaticWarning
# co19 issue 701 |
285 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t01: MissingCompileTime
Error # Issue 22010 | 285 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t01: MissingCompileTime
Error # Issue 22010 |
286 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t03: MissingCompileTime
Error # Issue 22010 | 286 Language/12_Expressions/12_Instance_Creation/2_Const_A11_t03: MissingCompileTime
Error # Issue 22010 |
287 Language/15_Types/4_Interface_Types_A10_t03: StaticWarning # co19 issue 745 | 287 Language/15_Types/4_Interface_Types_A10_t03: StaticWarning # co19 issue 745 |
288 Language/15_Types/4_Interface_Types_A10_t07: StaticWarning # co19 issue 745 | 288 Language/15_Types/4_Interface_Types_A10_t07: StaticWarning # co19 issue 745 |
289 Language/15_Types/4_Interface_Types_A10_t09: StaticWarning # co19 issue 745 | 289 Language/15_Types/4_Interface_Types_A10_t09: StaticWarning # co19 issue 745 |
290 Language/13_Statements/15_Assert_A04_t07: StaticWarning # Issue 23663 | 290 Language/13_Statements/15_Assert_A04_t07: StaticWarning # Issue 23663 |
291 Language/13_Statements/15_Assert_A03_t08: StaticWarning # Issue 23663 | 291 Language/13_Statements/15_Assert_A03_t08: StaticWarning # Issue 23663 |
292 | 292 |
293 # isProtocolHandlerRegistered and unregisterProtocolHandler don't exist | |
294 LayoutTests/fast/dom/navigatorcontentutils/is-protocol-handler-registered_t01: S
kip | |
295 WebPlatformTest/html/webappapis/system-state-and-capabilities/the-navigator-obje
ct/protocol/t01: StaticWarning | |
296 WebPlatformTest/html/webappapis/system-state-and-capabilities/the-navigator-obje
ct/protocol/t02: StaticWarning | |
297 WebPlatformTest/html/webappapis/system-state-and-capabilities/the-navigator-obje
ct/protocol/t03: StaticWarning | |
298 WebPlatformTest/html/webappapis/system-state-and-capabilities/the-navigator-obje
ct/protocol/t04: StaticWarning | |
299 WebPlatformTest/html/webappapis/system-state-and-capabilities/the-navigator-obje
ct/protocol/t05: StaticWarning | |
300 WebPlatformTest/html/webappapis/system-state-and-capabilities/the-navigator-obje
ct/protocol/t06: StaticWarning | |
301 LayoutTests/fast/dom/navigatorcontentutils/unregister-protocol-handler_t01: Stat
icWarning | |
302 | |
303 # Missing concrete implementation of setter 'XPathNSResolver.blink_jsObject' and
getter 'XPathNSResolver.blink_jsObject' | |
304 # TODO(terry): Dartium only because of implements instead of extends consider fi
xing by making blink_jsObject private | |
305 # with private wrap_jso and unwrap_jso in each library that delegat
es to the public wrap/unwrap_jso. | |
306 LayoutTests/fast/xpath/4XPath/Core/test_core_functions_t02: StaticWarning | |
307 LayoutTests/fast/xpath/4XPath/Core/test_node_test_t01: StaticWarning | |
308 LayoutTests/fast/xpath/4XPath/Core/test_node_test_t02: StaticWarning | |
309 LayoutTests/fast/xpath/attr-namespace_t01: StaticWarning | |
310 LayoutTests/fast/xpath/attr-namespace_t02: StaticWarning | |
311 LayoutTests/fast/xpath/node-name-case-sensitivity_t01: StaticWarning | |
312 LayoutTests/fast/xpath/node-name-case-sensitivity_t02: StaticWarning | |
313 LayoutTests/fast/xpath/py-dom-xpath/data_t01: StaticWarning | |
314 LayoutTests/fast/svg/getbbox_t01: StaticWarning | |
315 | |
OLD | NEW |