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

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

Issue 9422019: isolates refactor: this change introduces 'dart:isolate' as a library. This is a (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 8 years, 9 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/src/proxy/PromiseBasedTest.dart ('k') | tests/co19/co19-leg.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 prefix co19 5 prefix co19
6 6
7 [ $component == dartc ] 7 [ $component == dartc ]
8 LibTest/core/Isolate/*: Skip # missing #import("dart:isolate") (co19 issue #80)
9 LibTest/core/SendPort/*: Skip # missing #import("dart:isolate") (co19 issue #80)
10 LibTest/core/ReceivePort/*: Skip # missing #import("dart:isolate") (co19 issue # 80)
8 11
9 12
10 # Marked failed after code generation removed from dartc 13 # Marked failed after code generation removed from dartc
11 14
12 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A02_t01: Fail # issue 963 15 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A02_t01: Fail # issue 963
13 LibTest/core/List/every_A03_t01: Skip # status change with --check-only, Promise removed (co19 issue #79) 16 LibTest/core/List/every_A03_t01: Skip # status change with --check-only, Promise removed (co19 issue #79)
14 LibTest/core/List/filter_A03_t01: Skip # status change with --check-only, Promis e removed (co19 issue #79) 17 LibTest/core/List/filter_A03_t01: Skip # status change with --check-only, Promis e removed (co19 issue #79)
15 LibTest/core/List/some_A03_t01: Skip # status change with --check-only, Promise removed (co19 issue #79) 18 LibTest/core/List/some_A03_t01: Skip # status change with --check-only, Promise removed (co19 issue #79)
16 19
17 20
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
76 79
77 [ $component == dartium ] 80 [ $component == dartium ]
78 *: Skip 81 *: Skip
79 82
80 83
81 [ $component == chromium ] 84 [ $component == chromium ]
82 *: Skip 85 *: Skip
83 86
84 [ $component == frogium ] 87 [ $component == frogium ]
85 *: Skip 88 *: Skip
OLDNEW
« no previous file with comments | « samples/tests/samples/src/proxy/PromiseBasedTest.dart ('k') | tests/co19/co19-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698