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

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

Issue 10908291: Reapply "Remove Object.dynamic." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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 155 matching lines...) Expand 10 before | Expand all | Expand 10 after
166 Language/11_Statements/09_Try_A06_t05: Fail # TODO(dartc-team): Please triage th is failure. 166 Language/11_Statements/09_Try_A06_t05: Fail # TODO(dartc-team): Please triage th is failure.
167 LibTest/core/Futures/wait_A03_t01: Fail # TODO(dartc-team): Please triage this f ailure. 167 LibTest/core/Futures/wait_A03_t01: Fail # TODO(dartc-team): Please triage this f ailure.
168 168
169 # The following tests use NoSuchMethodException instead of NoSuchMethodError. 169 # The following tests use NoSuchMethodException instead of NoSuchMethodError.
170 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # co19 issue 195 170 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # co19 issue 195
171 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t07: Fail, OK # co19 issue 195 171 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t07: Fail, OK # co19 issue 195
172 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t08: Fail, OK # co19 issue 195 172 Language/10_Expressions/14_Method_Invocation/3_Static_Invocation_A04_t08: Fail, OK # co19 issue 195
173 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail, OK # co19 issue 195 173 Language/10_Expressions/13_Function_Invocation/4_Function_Expression_Invocation_ A05_t02: Fail, OK # co19 issue 195
174 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t01: Fail, OK # c o19 issue 195 174 Language/13_Libraries_and_Scripts/13_Libraries_and_Scripts_A05_t01: Fail, OK # c o19 issue 195
175 175
176 LibTest/core/Object/dynamic_A01_t01: Fail, OK # co19 issue 211
177 LibTest/core/Object/operator_equality_A01_t01: Fail, OK # co19 issue 211
178 LibTest/core/Object/toString_A01_t01: Fail, OK # co19 issue 211
176 179
177 # Rename "BadNumberFormatException" to "FormatException" 180 # Rename "BadNumberFormatException" to "FormatException"
178 # TODO(rnystrom): These can be enabled when 181 # TODO(rnystrom): These can be enabled when
179 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. 182 # http://code.google.com/p/co19/issues/detail?id=167 is fixed.
180 LibTest/core/double/toInt_A01_t03: Fail 183 LibTest/core/double/toInt_A01_t03: Fail
181 LibTest/core/double/toInt_A01_t04: Fail 184 LibTest/core/double/toInt_A01_t04: Fail
182 LibTest/core/Math/parseInt_A02_t01: Fail 185 LibTest/core/Math/parseInt_A02_t01: Fail
183 LibTest/core/Math/parseDouble_A02_t01: Fail 186 LibTest/core/Math/parseDouble_A02_t01: Fail
184 187
185 Language/03_Overview/1_Scoping_A02_t28: Fail # language change 1031 188 Language/03_Overview/1_Scoping_A02_t28: Fail # language change 1031
(...skipping 509 matching lines...) Expand 10 before | Expand all | Expand 10 after
695 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK 698 LibTest/isolate/Isolate/spawn_A01_t02: Fail, OK
696 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK 699 LibTest/isolate/Isolate/spawn_A01_t03: Fail, OK
697 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK 700 LibTest/isolate/Isolate/spawn_A01_t04: Fail, OK
698 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK 701 LibTest/isolate/Isolate/spawn_A01_t05: Fail, OK
699 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK 702 LibTest/isolate/Isolate/spawn_A01_t06: Fail, OK
700 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK 703 Language/10_Expressions/11_Spawning_an_Isolate_A01_t01: Fail, OK
701 704
702 705
703 [ $runtime == drt && ($compiler == none || $compiler == frog) ] 706 [ $runtime == drt && ($compiler == none || $compiler == frog) ]
704 *: Skip 707 *: 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