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

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

Issue 9702034: Removes dartc reliance on its own libraries, now can be targeted at any implementation's libraries (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: junit tests fixed 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 | « lib/isolate/isolate_runtime.dart ('k') | tests/language/language.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 [ $component == dartc ] 5 [ $component == dartc ]
6 Language/05_Variables/05_Variables_A03_t08: Fail # TODO(dartc-team): New failure , please triage. 6 Language/05_Variables/05_Variables_A03_t08: Fail # TODO(dartc-team): New failure , please triage.
7 Language/09_Generics/09_Generics_A04_t04: Fail # TODO(dartc-team): New failure, please triage. 7 Language/09_Generics/09_Generics_A04_t04: Fail # TODO(dartc-team): New failure, please triage.
8 Language/09_Generics/09_Generics_A04_t05: Fail # TODO(dartc-team): New failure, please triage. 8 Language/09_Generics/09_Generics_A04_t05: Fail # TODO(dartc-team): New failure, please triage.
9 Language/10_Expressions/01_Constants_A15_t16: Fail # TODO(dartc-team): New failu re, please triage. 9 Language/10_Expressions/01_Constants_A15_t16: Fail # TODO(dartc-team): New failu re, please triage.
10 Language/10_Expressions/01_Constants_A16_t01: Fail # TODO(dartc-team): New failu re, please triage. 10 Language/10_Expressions/01_Constants_A16_t01: Fail # TODO(dartc-team): New failu re, please triage.
(...skipping 89 matching lines...) Expand 10 before | Expand all | Expand 10 after
100 LibTest/core/SendPort/*: Skip # missing #import("dart:isolate") (co19 issue #80) 100 LibTest/core/SendPort/*: Skip # missing #import("dart:isolate") (co19 issue #80)
101 LibTest/core/ReceivePort/*: Skip # missing #import("dart:isolate") (co19 issue # 80) 101 LibTest/core/ReceivePort/*: Skip # missing #import("dart:isolate") (co19 issue # 80)
102 102
103 103
104 # Marked failed after code generation removed from dartc 104 # Marked failed after code generation removed from dartc
105 105
106 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A02_t01: Fail # issue 963 106 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A02_t01: Fail # issue 963
107 LibTest/core/List/every_A03_t01: Skip # status change with --check-only, Promise removed (co19 issue #79) 107 LibTest/core/List/every_A03_t01: Skip # status change with --check-only, Promise removed (co19 issue #79)
108 LibTest/core/List/filter_A03_t01: Skip # status change with --check-only, Promis e removed (co19 issue #79) 108 LibTest/core/List/filter_A03_t01: Skip # status change with --check-only, Promis e removed (co19 issue #79)
109 LibTest/core/List/some_A03_t01: Skip # status change with --check-only, Promise removed (co19 issue #79) 109 LibTest/core/List/some_A03_t01: Skip # status change with --check-only, Promise removed (co19 issue #79)
110 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail
111 LibTest/core/FallThroughError/toString_A01_t01: Fail
110 112
111 113
112 # Problems triaged before removal of code generation 114 # Problems triaged before removal of code generation
113 115
114 Language/13_Types/4_Interface_Types_A11_t04: Fail 116 Language/13_Types/4_Interface_Types_A11_t04: Fail
115 LibTest/core/InternalError/InternalError_A01_t01: Fail
116 LibTest/core/InternalError/toString_A01_t01: Fail
117 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout 117 LibTest/core/Queue/iterator_hasNext_A01_t01: Skip # Timeout
118 LibTest/core/ReceivePort/receive_A01_t02: Fail, Pass # Fails for the wrong reas on (open receive ports). 118 LibTest/core/ReceivePort/receive_A01_t02: Fail, Pass # Fails for the wrong reas on (open receive ports).
119 LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01: Fail 119 LibTest/core/RegExp/Pattern_semantics/firstMatch_AtomEscape_A01_t01: Fail
120 120
121 Language/05_Variables/05_Variables_A03_t04: Fail 121 Language/05_Variables/05_Variables_A03_t04: Fail
122 Language/05_Variables/05_Variables_A05_t04: Fail 122 Language/05_Variables/05_Variables_A05_t04: Fail
123 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A03_t01: Fail 123 Language/06_Functions/2_Formal_Parameters/2_Named_Optional_Formals_A03_t01: Fail
124 Language/07_Classes/07_Classes_A02_t06: Fail 124 Language/07_Classes/07_Classes_A02_t06: Fail
125 Language/07_Classes/07_Classes_A02_t08: Fail 125 Language/07_Classes/07_Classes_A02_t08: Fail
126 Language/07_Classes/2_Getters_A04_t03: Fail 126 Language/07_Classes/2_Getters_A04_t03: Fail
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after
199 199
200 [ $component == dartium ] 200 [ $component == dartium ]
201 *: Skip 201 *: Skip
202 202
203 203
204 [ $component == chromium ] 204 [ $component == chromium ]
205 *: Skip 205 *: Skip
206 206
207 [ $component == frogium ] 207 [ $component == frogium ]
208 *: Skip 208 *: Skip
OLDNEW
« no previous file with comments | « lib/isolate/isolate_runtime.dart ('k') | tests/language/language.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698