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

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

Issue 12499005: dart2js: Create noSuchMethod handlers at runtime to reduce overhead. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 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
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 # Crashes first, please. Then untriaged bugs. There is a section below 5 # Crashes first, please. Then untriaged bugs. There is a section below
6 # for co19 bugs. 6 # for co19 bugs.
7 [ $compiler == dart2js ] 7 [ $compiler == dart2js ]
8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure. 8 Language/03_Overview/1_Scoping_A02_t05: Fail # TODO(ahe): Please triage this fai lure.
9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure. 9 Language/03_Overview/1_Scoping_A02_t06: Fail # TODO(ahe): Please triage this fai lure.
10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t04: Fail # TODO(ahe): Please triage this failure.
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
204 LibTest/core/Map/Map_class_A01_t04: Pass, Slow # Issue 8096 204 LibTest/core/Map/Map_class_A01_t04: Pass, Slow # Issue 8096
205 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # TODO(ngeoaffray): Please triage these failure. 205 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Fail # TODO(ngeoaffray): Please triage these failure.
206 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # TODO(ngeoaffray): Please triage these failure. 206 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A02_t04: Fail # TODO(ngeoaffray): Please triage these failure.
207 LibTest/core/double/round_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure. 207 LibTest/core/double/round_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
208 LibTest/core/int/operator_truncating_division_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure. 208 LibTest/core/int/operator_truncating_division_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
209 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # TODO(ngeoaffray): Please triage these failure. 209 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # TODO(ngeoaffray): Please triage these failure.
210 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # TODO(ngeoaffray): Please triage these failure. 210 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # TODO(ngeoaffray): Please triage these failure.
211 LibTest/math/acos_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure. 211 LibTest/math/acos_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
212 LibTest/math/asin_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure. 212 LibTest/math/asin_A01_t01: Fail # TODO(ngeoaffray): Please triage these failure.
213 213
214 [ $compiler == dart2js && $minified ]
215
216 # These tests assume that the invocation mirror gets the original name of the
217 # method, but that information is not present when minifying. They could be
218 # fixed by using the invocation mirror to invoke a method on a different object
219 # and checking that the correct method is invoked.
220 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK
221 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK
222 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK
223
224
214 [ $compiler == dart2js && $checked ] 225 [ $compiler == dart2js && $checked ]
215 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure. 226 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t03: Fail # TOD O(ahe): Please triage this failure.
216 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD O(ahe): Please triage this failure. 227 Language/07_Classes/6_Constructors/1_Generative_Constructors_A17_t04: Fail # TOD O(ahe): Please triage this failure.
217 Language/07_Classes/6_Constructors/2_Factories_A03_t07: Fail # TODO(ahe): Please triage this failure. 228 Language/07_Classes/6_Constructors/2_Factories_A03_t07: Fail # TODO(ahe): Please triage this failure.
218 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please triage this failure. 229 Language/07_Classes/6_Constructors/2_Factories_A06_t01: Fail # TODO(ahe): Please triage this failure.
219 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please triage this failure. 230 Language/07_Classes/6_Constructors/2_Factories_A06_t02: Fail # TODO(ahe): Please triage this failure.
220 Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail # TODO(ahe): Please triage this failure. 231 Language/07_Classes/6_Constructors/2_Factories_A06_t03: Fail # TODO(ahe): Please triage this failure.
221 Language/07_Classes/6_Constructors/2_Factories_A06_t04: Fail # TODO(ahe): Please triage this failure. 232 Language/07_Classes/6_Constructors/2_Factories_A06_t04: Fail # TODO(ahe): Please triage this failure.
222 Language/09_Generics/09_Generics_A03_t01: Fail # TODO(ahe): Please triage this f ailure. 233 Language/09_Generics/09_Generics_A03_t01: Fail # TODO(ahe): Please triage this f ailure.
223 Language/09_Generics/09_Generics_A04_t06: Fail # TODO(ahe): Please triage this f ailure. 234 Language/09_Generics/09_Generics_A04_t06: Fail # TODO(ahe): Please triage this f ailure.
(...skipping 623 matching lines...) Expand 10 before | Expand all | Expand 10 after
847 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 858 LibTest/core/Set/remove_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
848 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377). 859 LibTest/core/Set/removeAll_A01_t02: Fail # Doesn't expect null to be allowed in Set or Map keys (issue 377).
849 860
850 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). 861 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
851 862
852 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 863 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
853 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 864 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
854 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 865 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
855 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 866 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
856 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 867 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698