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

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

Issue 10837070: Remove old isolate API and update all code in the repository to use (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review comments. Created 8 years, 4 months 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 | Annotate | Revision Log
« no previous file with comments | « samples/tests/samples/chat/chat_server_test.dart ('k') | tests/co19/co19-frog.status » ('j') | 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 [ $compiler == dartc ] 5 [ $compiler == dartc ]
6 6
7 Language/03_Overview/1_Scoping_A02_t27: Fail # co19 issue 135 7 Language/03_Overview/1_Scoping_A02_t27: Fail # co19 issue 135
8 Language/03_Overview/1_Scoping_A03_t04: Fail # co19 issue 143 8 Language/03_Overview/1_Scoping_A03_t04: Fail # co19 issue 143
9 Language/03_Overview/1_Scoping_A03_t05: Fail # co19 issue 144 9 Language/03_Overview/1_Scoping_A03_t05: Fail # co19 issue 144
10 Language/05_Variables/05_Variables_A01_t01: Fail # Issue 3323 10 Language/05_Variables/05_Variables_A01_t01: Fail # Issue 3323
(...skipping 112 matching lines...) Expand 10 before | Expand all | Expand 10 after
123 LibTest/core/Date/Date.fromEpoch_A01_t03: Fail, Pass 123 LibTest/core/Date/Date.fromEpoch_A01_t03: Fail, Pass
124 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail, Pass 124 LibTest/core/Date/Date.fromEpoch_A01_t02: Fail, Pass
125 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass 125 LibTest/core/Date/Date.fromEpoch_A01_t01: Fail, Pass
126 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass 126 LibTest/core/Date/Date.withTimeZone_A01_t01: Fail, Pass
127 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass 127 LibTest/core/Date/Date.withTimeZone_A01_t02: Fail, Pass
128 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass 128 LibTest/core/Date/Date.withTimeZone_A01_t03: Fail, Pass
129 129
130 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass 130 LibTest/core/TimeZone/TimeZone.local_A01_t01: Fail, Pass
131 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass 131 LibTest/core/TimeZone/TimeZone.utc_A01_t01: Fail, Pass
132 132
133
134 # These test cases use the deprecated Isolate API and should be updated to
135 # use spawnFunction: issue ...
136 LibTest/isolate/Isolate/port_A01_t02: Fail, OK
137 LibTest/isolate/Isolate/port_A01_t01: Fail, OK
138 LibTest/isolate/Isolate/main_A01_t01: Fail, OK
139 LibTest/isolate/Isolate/class_A01_t01: Fail, OK
140 LibTest/isolate/Isolate/Isolate_class_A01_t01: Fail, OK
141 LibTest/isolate/Isolate/Isolate_class_A02_t01: Fail, OK
142 LibTest/isolate/Isolate/Isolate_A01_t01: Fail, OK
143 LibTest/isolate/Isolate/Isolate.light_A01_t01: Fail, OK
144 LibTest/isolate/Isolate/Isolate.heavy_A01_t01: Fail, OK
145 LibTest/isolate/Isolate/spawn_A01_t01: Fail, OK
146 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK
147 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK
148 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK
149 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK
150 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK
151 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK
152
153
133 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 154 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
134 *: Skip 155 *: Skip
OLDNEW
« no previous file with comments | « samples/tests/samples/chat/chat_server_test.dart ('k') | tests/co19/co19-frog.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698