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

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

Issue 10914286: Remove Object.dynamic. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address review smells. Created 8 years, 3 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/ui_lib/util/CollectionUtils.dart ('k') | tests/co19/co19-dart2js.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 Language/03_Overview/2_Privacy_A01_t08: pass # http://dartbug.com/5179 6 Language/03_Overview/2_Privacy_A01_t08: pass # http://dartbug.com/5179
7 Language/03_Overview/2_Privacy_A01_t11: pass # http://dartbug.com/5179 7 Language/03_Overview/2_Privacy_A01_t11: pass # http://dartbug.com/5179
8 Language/03_Overview/2_Privacy_A01_t18: pass # http://dartbug.com/5179 8 Language/03_Overview/2_Privacy_A01_t18: pass # http://dartbug.com/5179
9 Language/06_Functions/06_Functions_A01_t22: fail # http://dartbug.com/5179 9 Language/06_Functions/06_Functions_A01_t22: fail # http://dartbug.com/5179
10 Language/06_Functions/2_Formal_Parameters_A02_t02: fail # http://dartbug.com/517 9 10 Language/06_Functions/2_Formal_Parameters_A02_t02: fail # http://dartbug.com/517 9
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
196 Language/11_Statements/09_Try_A06_t05: Fail # TODO(dartc-team): Please triage th is failure. 196 Language/11_Statements/09_Try_A06_t05: Fail # TODO(dartc-team): Please triage th is failure.
197 LibTest/core/Futures/wait_A03_t01: Fail # TODO(dartc-team): Please triage this f ailure. 197 LibTest/core/Futures/wait_A03_t01: Fail # TODO(dartc-team): Please triage this f ailure.
198 198
199 # The following tests use NoSuchMethodException instead of NoSuchMethodError. 199 # The following tests use NoSuchMethodException instead of NoSuchMethodError.
200 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # co19 issue 195 200 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # co19 issue 195
201 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t07: Fail, OK # co19 issue 195 201 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t07: Fail, OK # co19 issue 195
202 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t08: Fail, OK # co19 issue 195 202 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t08: Fail, OK # co19 issue 195
203 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail, OK # co19 issue 195 203 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail, OK # co19 issue 195
204 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t01: Fail, OK # c o19 issue 195 204 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t01: Fail, OK # c o19 issue 195
205 205
206 LibTest/core/Object/dynamic_A01_t01: Fail, OK # co19 issue 211
207 LibTest/core/Object/operator_equality_A01_t01: Fail, OK # co19 issue 211
208 LibTest/core/Object/toString_A01_t01: Fail, OK # co19 issue 211
206 209
207 # Rename "BadNumberFormatException" to "FormatException" 210 # Rename "BadNumberFormatException" to "FormatException"
208 # TODO(rnystrom): These can be enabled when 211 # TODO(rnystrom): These can be enabled when
209 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. 212 # http://code.google.com/p/co19/issues/detail?id=167 is fixed.
210 LibTest/core/double/toInt_A01_t03: Fail 213 LibTest/core/double/toInt_A01_t03: Fail
211 LibTest/core/double/toInt_A01_t04: Fail 214 LibTest/core/double/toInt_A01_t04: Fail
212 LibTest/core/Math/parseInt_A02_t01: Fail 215 LibTest/core/Math/parseInt_A02_t01: Fail
213 LibTest/core/Math/parseDouble_A02_t01: Fail 216 LibTest/core/Math/parseDouble_A02_t01: Fail
214 217
215 Language/03_Overview/1_Scoping_A02_t28: Fail # language change 1031 218 Language/03_Overview/1_Scoping_A02_t28: Fail # language change 1031
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
717 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK 720 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK
718 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK 721 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK
719 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK 722 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK
720 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK 723 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK
721 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK 724 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK
722 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK 725 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK
723 726
724 727
725 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 728 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
726 *: Skip 729 *: Skip
OLDNEW
« no previous file with comments | « samples/ui_lib/util/CollectionUtils.dart ('k') | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698