| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 == dart2js ] | 5 [ $compiler == dart2js ] |
| 6 Language/03_Overview/1_Scoping_A02_t05: CompileTimeError # Issue 21072 | 6 Language/03_Overview/1_Scoping_A02_t05: CompileTimeError # Issue 21072 |
| 7 Language/03_Overview/1_Scoping_A02_t06: CompileTimeError # Issue 21072 | 7 Language/03_Overview/1_Scoping_A02_t06: CompileTimeError # Issue 21072 |
| 8 Language/03_Overview/1_Scoping_A02_t28: fail # Issue 21092 and co19 issue 713 | 8 Language/03_Overview/1_Scoping_A02_t28: fail # Issue 21092 and co19 issue 713 |
| 9 Language/05_Variables/05_Variables_A05_t01: fail # Issue 21093 | 9 Language/05_Variables/05_Variables_A05_t01: fail # Issue 21093 |
| 10 Language/05_Variables/05_Variables_A05_t02: fail # Issue 21093 | 10 Language/05_Variables/05_Variables_A05_t02: fail # Issue 21093 |
| (...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 [ $compiler == dart2js && ( $ie || $runtime == drt || $runtime == opera ) ] | 400 [ $compiler == dart2js && ( $ie || $runtime == drt || $runtime == opera ) ] |
| 401 *: Skip | 401 *: Skip |
| 402 | 402 |
| 403 [ $compiler == dart2js && $browser ] | 403 [ $compiler == dart2js && $browser ] |
| 404 LayoutTests/fast/css-generated-content/bug91547_t01: Skip # Test reloads itself.
Issue 18558. | 404 LayoutTests/fast/css-generated-content/bug91547_t01: Skip # Test reloads itself.
Issue 18558. |
| 405 LayoutTests/fast/filesystem/file-after-reload-crash_t01: Skip # Test reloads its
elf. Issue 18558. | 405 LayoutTests/fast/filesystem/file-after-reload-crash_t01: Skip # Test reloads its
elf. Issue 18558. |
| 406 LayoutTests/fast/dom/StyleSheet/discarded-sheet-owner-null_t01: Skip # Test relo
ads itself. Issue 18558. | 406 LayoutTests/fast/dom/StyleSheet/discarded-sheet-owner-null_t01: Skip # Test relo
ads itself. Issue 18558. |
| 407 LayoutTests/fast/dom/css-cached-import-rule_t01: Skip # Test reloads itself. Iss
ue 18558. | 407 LayoutTests/fast/dom/css-cached-import-rule_t01: Skip # Test reloads itself. Iss
ue 18558. |
| 408 LayoutTests/fast/dom/cssTarget-crash_t01: Skip # Test reloads itself. Issue 1855
8. | 408 LayoutTests/fast/dom/cssTarget-crash_t01: Skip # Test reloads itself. Issue 1855
8. |
| 409 LayoutTests/fast/dom/empty-hash-and-search_t01: Skip # Test reloads itself. Issu
e 18558. | 409 LayoutTests/fast/dom/empty-hash-and-search_t01: Skip # Test reloads itself. Issu
e 18558. |
| 410 LayoutTests/fast/dom/shadow/form-in-shadow_t01: Skip # Test reloads itself. Issu
e 18558. |
| 410 LayoutTests/fast/forms/datetimelocal/datetimelocal-interactive-validation-requir
ed_t01: Skip # Test reloads itself. Issue 18558. | 411 LayoutTests/fast/forms/datetimelocal/datetimelocal-interactive-validation-requir
ed_t01: Skip # Test reloads itself. Issue 18558. |
| 412 LayoutTests/fast/forms/form-submission-create-crash_t01.dart: Skip # Test reload
s itself. Issue 18558. |
| 413 LayoutTests/fast/forms/formmethod-attribute-button-html_t01: Skip # Test reloads
itself. Issue 18558. |
| 411 LayoutTests/fast/forms/formmethod-attribute-input-2_t01: Skip # Test reloads its
elf. Issue 18558. | 414 LayoutTests/fast/forms/formmethod-attribute-input-2_t01: Skip # Test reloads its
elf. Issue 18558. |
| 415 LayoutTests/fast/forms/submit-form-with-dirname-attribute-with-ancestor-dir-attr
ibute_t01: Skip # Test reloads itself. Issue 18558. |
| 412 LayoutTests/fast/forms/submit-form-with-dirname-attribute-with-nonhtml-ancestor_
t01: Skip # Test reloads itself. Issue 18558. | 416 LayoutTests/fast/forms/submit-form-with-dirname-attribute-with-nonhtml-ancestor_
t01: Skip # Test reloads itself. Issue 18558. |
| 413 LayoutTests/fast/forms/submit-nil-value-field-assert_t01: Skip # Test reloads it
self. Issue 18558. | 417 LayoutTests/fast/forms/submit-nil-value-field-assert_t01: Skip # Test reloads it
self. Issue 18558. |
| 414 LayoutTests/fast/forms/textarea-submit-crash_t01: Skip # Test reloads itself. Is
sue 18558. | 418 LayoutTests/fast/forms/textarea-submit-crash_t01: Skip # Test reloads itself. Is
sue 18558. |
| 415 | 419 |
| 416 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 420 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 417 Language/12_Expressions/00_Object_Identity/1_Object_Identity_A05_t02: RuntimeErr
or # Please triage this failure. | 421 Language/12_Expressions/00_Object_Identity/1_Object_Identity_A05_t02: RuntimeErr
or # Please triage this failure. |
| 418 Language/12_Expressions/05_Strings_A06_t01: Pass, Slow # Please triage this fail
ure. | 422 Language/12_Expressions/05_Strings_A06_t01: Pass, Slow # Please triage this fail
ure. |
| 419 Language/12_Expressions/05_Strings_A06_t01: Pass, Slow # Please triage this fail
ure. | 423 Language/12_Expressions/05_Strings_A06_t01: Pass, Slow # Please triage this fail
ure. |
| 420 Language/12_Expressions/17_Getter_Invocation_A07_t02: RuntimeError # Please tria
ge this failure. | 424 Language/12_Expressions/17_Getter_Invocation_A07_t02: RuntimeError # Please tria
ge this failure. |
| 421 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
Please triage this failure. | 425 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterEscape_A06_t02: Fail #
Please triage this failure. |
| (...skipping 5075 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 5497 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-005_t0
1: RuntimeError # Please triage this failure | 5501 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-005_t0
1: RuntimeError # Please triage this failure |
| 5498 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-007_t0
1: RuntimeError # Please triage this failure | 5502 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-007_t0
1: RuntimeError # Please triage this failure |
| 5499 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-009_t0
1: RuntimeError # Please triage this failure | 5503 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-009_t0
1: RuntimeError # Please triage this failure |
| 5500 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-011_t0
1: RuntimeError # Please triage this failure | 5504 WebPlatformTest/shadow-dom/shadow-trees/upper-boundary-encapsulation/test-011_t0
1: RuntimeError # Please triage this failure |
| 5501 WebPlatformTest/webstorage/event_constructor_t01: RuntimeError # Please triage t
his failure | 5505 WebPlatformTest/webstorage/event_constructor_t01: RuntimeError # Please triage t
his failure |
| 5502 WebPlatformTest/webstorage/event_constructor_t02: RuntimeError # Please triage t
his failure | 5506 WebPlatformTest/webstorage/event_constructor_t02: RuntimeError # Please triage t
his failure |
| 5503 WebPlatformTest/webstorage/event_local_key_t01: RuntimeError # Please triage thi
s failure | 5507 WebPlatformTest/webstorage/event_local_key_t01: RuntimeError # Please triage thi
s failure |
| 5504 WebPlatformTest/webstorage/event_session_key_t01: RuntimeError # Please triage t
his failure | 5508 WebPlatformTest/webstorage/event_session_key_t01: RuntimeError # Please triage t
his failure |
| 5505 WebPlatformTest/webstorage/storage_local_setitem_t01: RuntimeError # Please tria
ge this failure | 5509 WebPlatformTest/webstorage/storage_local_setitem_t01: RuntimeError # Please tria
ge this failure |
| 5506 WebPlatformTest/webstorage/storage_session_setitem_t01: RuntimeError # Please tr
iage this failure | 5510 WebPlatformTest/webstorage/storage_session_setitem_t01: RuntimeError # Please tr
iage this failure |
| OLD | NEW |