Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Side by Side Diff: tests/co19/co19-runtime.status

Issue 1507383003: Update status file. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t01: Fa il # Issue 22200 8 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 9 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 10 LibTest/core/RegExp/Pattern_semantics/firstMatch_NonEmptyClassRanges_A01_t06: Fa il # Issue 22200
11 11
12 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492 12 LibTest/core/int/toRadixString_A01_t01: Fail # co19 issue 492
13 13
14 Language/Statements/Switch/syntax_t02: fail # Dart issue 12908 14 Language/Statements/Switch/syntax_t02: fail # Dart issue 12908
15 Language/Statements/Labels/syntax_t03: fail # Dart issue 2238 15 Language/Statements/Labels/syntax_t03: fail # Dart issue 2238
16 Language/Libraries_and_Scripts/Exports/reexport_t01: fail # Dart issue 12916 16 Language/Libraries_and_Scripts/Exports/reexport_t01: fail # Dart issue 12916
17 Language/Libraries_and_Scripts/Exports/reexport_t02: fail # Dart issue 12916 17 Language/Libraries_and_Scripts/Exports/reexport_t02: fail # Dart issue 12916
18 18
19 Language/Statements/Assert/execution_t02: skip # co19 issue 734 19 Language/Statements/Assert/execution_t02: skip # co19 issue 734
20 Language/Statements/Assert/execution_t03: skip # co19 issue 734 20 Language/Statements/Assert/execution_t03: skip # co19 issue 734
21 Language/Statements/Assert/type_t02: skip # co19 issue 734 21 Language/Statements/Assert/type_t02: skip # co19 issue 734
22 Language/Statements/Assert/type_t05: skip # co19 issue 734 22 Language/Statements/Assert/type_t05: skip # co19 issue 734
23 23
24 24
25 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514 25 LibTest/core/DateTime/parse_A03_t01: fail # Issue 12514
26 LibTest/core/DateTime/parse_A01_t02: Fail # co19 issue 17.
26 27
27 LibTest/core/DateTime/DateTime.now_A01_t02: Pass, Fail # co19 issue 709 28 LibTest/core/DateTime/DateTime.now_A01_t02: Pass, Fail # co19 issue 709
28 29
29 LibTest/isolate/Isolate/spawnUri_A01_t02: Skip # Dart issue 15974 30 LibTest/isolate/Isolate/spawnUri_A01_t02: Skip # Dart issue 15974
30 LibTest/isolate/Isolate/spawnUri_A01_t03: Skip # Dart issue 15974 31 LibTest/isolate/Isolate/spawnUri_A01_t03: Skip # Dart issue 15974
31 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15617 32 LibTest/isolate/Isolate/spawnUri_A02_t01: RuntimeError # Dart issue 15617
32 LibTest/isolate/Isolate/spawnUri_A02_t02: Skip # Dart issue 15974 33 LibTest/isolate/Isolate/spawnUri_A02_t02: Skip # Dart issue 15974
33 LibTest/isolate/Isolate/spawnUri_A02_t03: Skip # Dart issue 15974 34 LibTest/isolate/Isolate/spawnUri_A02_t03: Skip # Dart issue 15974
34 LibTest/isolate/Isolate/spawnUri_A02_t04: Skip # Dart issue 15974 35 LibTest/isolate/Isolate/spawnUri_A02_t04: Skip # Dart issue 15974
35 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617 36 LibTest/isolate/Isolate/spawn_A02_t02: RuntimeError # Dart issue 15617
(...skipping 108 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 [ $runtime == vm && $noopt ] 145 [ $runtime == vm && $noopt ]
145 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout 146 LibTest/collection/ListBase/ListBase_class_A01_t02: Pass, Timeout
146 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout 147 LibTest/collection/ListMixin/ListMixin_class_A01_t02: Pass, Timeout
147 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout 148 LibTest/core/Map/Map_class_A01_t04: Pass, Timeout
148 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout 149 LibTest/core/Uri/encodeQueryComponent_A01_t02: Pass, Timeout
149 Language/Mixins/Mixin_Application/error_t01: Pass 150 Language/Mixins/Mixin_Application/error_t01: Pass
150 Language/Mixins/Mixin_Application/error_t02: Pass 151 Language/Mixins/Mixin_Application/error_t02: Pass
151 Language/Mixins/declaring_constructor_t01: Pass 152 Language/Mixins/declaring_constructor_t01: Pass
152 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t ype_t01: Pass 153 Language/Expressions/Property_Extraction/Named_Constructor_Extraction/deferred_t ype_t01: Pass
153 Language/Metadata/*: Skip # Uses dart:mirrors 154 Language/Metadata/*: Skip # Uses dart:mirrors
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698