| 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 |
| 6 [ $compiler == none && $runtime == vm && $unchecked] |
| 7 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392, passes in checke
d mode b/c of type check |
| 8 |
| 5 [ $compiler == none && $runtime == vm ] | 9 [ $compiler == none && $runtime == vm ] |
| 6 Language/12_Expressions/01_Constants_A16_t04: fail # Issue 392 | |
| 7 Language/13_Statements/03_Variable_Declaration_A04_t01: MissingCompileTimeError
# Issue 7052 | 10 Language/13_Statements/03_Variable_Declaration_A04_t01: MissingCompileTimeError
# Issue 7052 |
| 8 Language/13_Statements/03_Variable_Declaration_A04_t02: MissingCompileTimeError
# Issue 7052 | 11 Language/13_Statements/03_Variable_Declaration_A04_t02: MissingCompileTimeError
# Issue 7052 |
| 9 Language/13_Statements/03_Variable_Declaration_A04_t05: MissingCompileTimeError
# Issue 7052 | 12 Language/13_Statements/03_Variable_Declaration_A04_t05: MissingCompileTimeError
# Issue 7052 |
| 10 Language/13_Statements/03_Variable_Declaration_A04_t06: MissingCompileTimeError
# Issue 7052 | 13 Language/13_Statements/03_Variable_Declaration_A04_t06: MissingCompileTimeError
# Issue 7052 |
| 11 | 14 |
| 12 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail #
Dart issue 5802 | 15 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t02: Fail #
Dart issue 5802 |
| 13 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail #
Dart issue 5894 | 16 Language/05_Variables/1_Evaluation_of_Implicit_Variable_Getters_A01_t05: Fail #
Dart issue 5894 |
| 14 | 17 |
| 15 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250
8 | 18 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A03_t01: Fail # Issue 1250
8 |
| 16 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250
8 | 19 LibTest/core/RegExp/Pattern_semantics/firstMatch_Atom_A02_t01: Fail # Issue 1250
8 |
| (...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 113 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 | 116 LibTest/typed_data/Float32x4List/take_A01_t01: Fail # Dart issue 12861 |
| 114 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 | 117 LibTest/typed_data/Float32x4List/take_A02_t01: Fail # Dart issue 12861 |
| 115 Language/12_Expressions/12_Instance_Creation_A01_t08: CompileTimeError # co19-ro
ll r607: Please triage this failure | 118 Language/12_Expressions/12_Instance_Creation_A01_t08: CompileTimeError # co19-ro
ll r607: Please triage this failure |
| 116 | 119 |
| 117 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] | 120 [ $compiler == none && $runtime == vm && $system == windows && $mode == debug ] |
| 118 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349 | 121 Language/15_Types/4_Interface_Types_A11_t01: pass, timeout # Issue 13349 |
| 119 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349 | 122 Language/15_Types/4_Interface_Types_A11_t02: pass, timeout # Issue 13349 |
| 120 | 123 |
| 121 [ $compiler == none && $unchecked && ($runtime == vm || $runtime == dartium) ] | 124 [ $compiler == none && $unchecked && ($runtime == vm || $runtime == dartium) ] |
| 122 LibTest/core/List/List_class_A01_t01: RuntimeError # co19-roll r623: Please tria
ge this failure | 125 LibTest/core/List/List_class_A01_t01: RuntimeError # co19-roll r623: Please tria
ge this failure |
| OLD | NEW |