Chromium Code Reviews| 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 && ($runtime == vm || $runtime == dartium || $runtime == Con tentShellOnAndroid) ] | 6 [ $compiler == none && ($runtime == vm || $runtime == dartium || $runtime == Con tentShellOnAndroid) ] |
| 7 | 7 |
| 8 Language/Classes/Constructors/Generative_Constructors/execution_t03: Fail, OK | |
|
Ivan Posva
2015/12/18 23:26:16
# why...
hausner
2015/12/18 23:37:56
Done.
| |
| 9 Language/Expressions/Instance_Creation/New/execution_t04: Fail, OK | |
| 10 Language/Expressions/Instance_Creation/New/execution_t06: Fail, OK | |
| 11 | |
| 8 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 22200 | 12 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 | 13 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 | 14 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 22200 |
| 11 | 15 |
| 12 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 | 16 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 |
| 13 | 17 |
| 14 Language/Statements/Switch/syntax_t02: fail # Dart issue 12908 | 18 Language/Statements/Switch/syntax_t02: fail # Dart issue 12908 |
| 15 Language/Statements/Labels/syntax_t03: fail # Dart issue 2238 | 19 Language/Statements/Labels/syntax_t03: fail # Dart issue 2238 |
| 16 Language/Libraries_and_Scripts/Exports/reexport_t01: fail # Dart issue 12916 | 20 Language/Libraries_and_Scripts/Exports/reexport_t01: fail # Dart issue 12916 |
| 17 Language/Libraries_and_Scripts/Exports/reexport_t02: fail # Dart issue 12916 | 21 Language/Libraries_and_Scripts/Exports/reexport_t02: fail # Dart issue 12916 |
| (...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 145 [ $runtime == vm && $noopt ] | 149 [ $runtime == vm && $noopt ] |
| 146 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout | 150 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout |
| 147 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout | 151 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout |
| 148 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout | 152 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout |
| 149 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout | 153 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout |
| 150 Language/Mixins/Mixin_Application/error_t01: Pass | 154 Language/Mixins/Mixin_Application/error_t01: Pass |
| 151 Language/Mixins/Mixin_Application/error_t02: Pass | 155 Language/Mixins/Mixin_Application/error_t02: Pass |
| 152 Language/Mixins/declaring_constructor_t01: Pass | 156 Language/Mixins/declaring_constructor_t01: Pass |
| 153 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t ype_t01: Pass | 157 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t ype_t01: Pass |
| 154 Language/Metadata/*: Skip # Uses dart:mirrors | 158 Language/Metadata/*: Skip # Uses dart:mirrors |
| OLD | NEW |