| 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 | 5 |
| 6 [ ($compiler == none || $compiler == precompiler) && (($runtime == vm || $runtim
e == dart_precompiled) || $runtime == dartium || $runtime == ContentShellOnAndro
id) ] | 6 [ ($compiler == none || $compiler == precompiler) && (($runtime == vm || $runtim
e == dart_precompiled) || $runtime == dartium || $runtime == ContentShellOnAndro
id) ] |
| 7 | 7 |
| 8 # Failures ok in tests below. VM moves super initializer to end of list. |
| 9 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK |
| 10 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK |
| 11 Language/Expressions/Instance_Creation/New/execution_t06: Fail, OK |
| 12 |
| 8 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il # Issue 22200 | 13 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa
il # Issue 22200 |
| 9 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Issue 22200 | 14 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t05: Fa
il # Issue 22200 |
| 10 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Issue 22200 | 15 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa
il # Issue 22200 |
| 11 | 16 |
| 12 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 | 17 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 |
| 13 | 18 |
| 14 Language/Statements/Switch/syntax_t02: fail # Dart issue 12908 | 19 Language/Statements/Switch/syntax_t02: fail # Dart issue 12908 |
| 15 Language/Statements/Labels/syntax_t03: fail # Dart issue 2238 | 20 Language/Statements/Labels/syntax_t03: fail # Dart issue 2238 |
| 16 Language/Libraries_and_Scripts/Exports/reexport_t01: fail # Dart issue 12916 | 21 Language/Libraries_and_Scripts/Exports/reexport_t01: fail # Dart issue 12916 |
| 17 Language/Libraries_and_Scripts/Exports/reexport_t02: fail # Dart issue 12916 | 22 Language/Libraries_and_Scripts/Exports/reexport_t02: fail # Dart issue 12916 |
| (...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 148 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout | 153 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout |
| 149 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout | 154 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout |
| 150 Language/Mixins/Mixin_Application/error_t01: Pass | 155 Language/Mixins/Mixin_Application/error_t01: Pass |
| 151 Language/Mixins/Mixin_Application/error_t02: Pass | 156 Language/Mixins/Mixin_Application/error_t02: Pass |
| 152 Language/Mixins/declaring_constructor_t01: Pass | 157 Language/Mixins/declaring_constructor_t01: Pass |
| 153 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t
ype_t01: Pass | 158 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t
ype_t01: Pass |
| 154 Language/Metadata/*: Skip # Uses dart:mirrors | 159 Language/Metadata/*: Skip # Uses dart:mirrors |
| 155 | 160 |
| 156 [ $runtime == dart_precompiled ] | 161 [ $runtime == dart_precompiled ] |
| 157 LibTest/isolate/Isolate/spawnUri*: RuntimeError # Isolate.spawnUri | 162 LibTest/isolate/Isolate/spawnUri*: RuntimeError # Isolate.spawnUri |
| OLD | NEW |