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

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

Issue 12781005: Track argument types, and remove obsolete code that also used to track it. (Closed) Base URL: http://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 239 matching lines...) Expand 10 before | Expand all | Expand 10 after
250 LibTest/core/TypeError/line_A01_t01: Fail # TODO(ahe): Please triage this failur e. 250 LibTest/core/TypeError/line_A01_t01: Fail # TODO(ahe): Please triage this failur e.
251 LibTest/core/TypeError/srcType_A01_t01: Fail # TODO(ahe): Please triage this fai lure. 251 LibTest/core/TypeError/srcType_A01_t01: Fail # TODO(ahe): Please triage this fai lure.
252 LibTest/core/TypeError/url_A01_t01: Fail # TODO(ahe): Please triage this failure . 252 LibTest/core/TypeError/url_A01_t01: Fail # TODO(ahe): Please triage this failure .
253 253
254 Language/11_Expressions/11_Instance_Creation/1_New_A12_t02: Fail # http://dartbu g.com/3970 254 Language/11_Expressions/11_Instance_Creation/1_New_A12_t02: Fail # http://dartbu g.com/3970
255 255
256 Language/13_Libraries_and_Scripts/3_Parts_A02_t03: Fail # http://dartbug.com/502 2 256 Language/13_Libraries_and_Scripts/3_Parts_A02_t03: Fail # http://dartbug.com/502 2
257 Language/13_Libraries_and_Scripts/3_Parts_A03_t01: Fail # http://dartbug.com/502 2 257 Language/13_Libraries_and_Scripts/3_Parts_A03_t01: Fail # http://dartbug.com/502 2
258 Language/14_Types/3_Type_Declarations/1_Typedef_A01_t01: Fail # http://dartbug.c om/5022 258 Language/14_Types/3_Type_Declarations/1_Typedef_A01_t01: Fail # http://dartbug.c om/5022
259 259
260 LibTest/core/List/operator_subscript_A03_t01: Fail # http://dartbug.com/9228
261 LibTest/core/List/operator_subscripted_assignment_A03_t01: Fail # http://dartbug .com/9228
262
260 [ $compiler == dart2js ] 263 [ $compiler == dart2js ]
261 LibTest/core/int/operator_GT_A01_t01: Fail, OK # co19 issue 200 264 LibTest/core/int/operator_GT_A01_t01: Fail, OK # co19 issue 200
262 LibTest/core/int/operator_LT_A01_t01: Fail, OK # co19 issue 200 265 LibTest/core/int/operator_LT_A01_t01: Fail, OK # co19 issue 200
263 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 200 266 LibTest/core/int/operator_addition_A01_t01: Fail, OK # co19 issue 200
264 LibTest/core/int/toDouble_A01_t01: Fail, OK # co19 issue 200 267 LibTest/core/int/toDouble_A01_t01: Fail, OK # co19 issue 200
265 268
266 LibTest/core/List/sort_A01_t06: Slow, Pass # Slow tests that needs extra time to finish. 269 LibTest/core/List/sort_A01_t06: Slow, Pass # Slow tests that needs extra time to finish.
267 270
268 LibTest/core/List/getRange_A03_t01: Fail, OK # Tests that fail because they use the legacy try-catch syntax. co19 issue 184. 271 LibTest/core/List/getRange_A03_t01: Fail, OK # Tests that fail because they use the legacy try-catch syntax. co19 issue 184.
269 LibTest/core/List/setRange_A05_t01: Fail, OK # Tests that fail because they use the legacy try-catch syntax. co19 issue 184. 272 LibTest/core/List/setRange_A05_t01: Fail, OK # Tests that fail because they use the legacy try-catch syntax. co19 issue 184.
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
878 LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377). 881 LibTest/core/Set/containsAll_A01_t02: Fail # Doesn't expect null to be allowed i n Set or Map keys (issue 377).
879 882
880 883
881 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376). 884 LibTest/core/Map/forEach_A01_t07: Fail # Doesn't expect concurrent modification error (issue 376).
882 885
883 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 886 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
884 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 887 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
885 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 888 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
886 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 889 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
887 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 890 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698