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

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

Issue 11860008: Stop passing library elements to tons of namer functions. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Diff against https://codereview.chromium.org/11819060/. Created 7 years, 11 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_t02: Fail # TODO(ahe): Please triage this failure. 10 Language/05_Variables/05_Variables_A05_t02: Fail # TODO(ahe): Please triage this failure.
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210 374 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t14: Fail, OK # co19 issue 210
375 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210 375 Language/06_Functions/2_Formal_Parameters/2_Optional_Formals_A01_t15: Fail, OK # co19 issue 210
376 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210 376 Language/11_Expressions/05_Strings/1_String_Interpolation_A01_t09: Fail, OK # co 19 issue 210
377 377
378 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188 378 Language/03_Overview/1_Scoping_A01_t40: Fail, OK # co19 issue 188
379 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188 379 Language/03_Overview/1_Scoping_A01_t41: Fail, OK # co19 issue 188
380 380
381 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021 381 Language/06_Functions/4_External_Functions_A01_t01: Fail, OK # http://dartbug.co m/5021
382 382
383 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198 383 Language/03_Overview/2_Privacy_A01_t09: Fail, OK # co19 issue 198
384 Language/03_Overview/2_Privacy_A01_t10: Fail, OK # co19 issue 198
385 384
386 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 308 385 LibTest/core/int/hashCode_A01_t01: Fail, OK # co19 issue 308
387 386
388 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316 387 Language/03_Overview/2_Privacy_A01_t11: Pass, OK # co19 issue 316
389 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Pass, OK # co19 issue 316 388 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A03_t01: Pass, OK # co19 issue 316
390 389
391 LibTest/core/Queue/some_A01_t06: Fail # behavior of some is undefined when under lying iterable changes, co19 issue 357 390 LibTest/core/Queue/some_A01_t06: Fail # behavior of some is undefined when under lying iterable changes, co19 issue 357
392 LibTest/core/Queue/every_A01_t06: Fail # behavior of every is undefined when und erlying iterable changes, co19 issue 357 391 LibTest/core/Queue/every_A01_t06: Fail # behavior of every is undefined when und erlying iterable changes, co19 issue 357
393 LibTest/core/Queue/forEach_A01_t04: Fail # behavior of forEach is undefined when underlying iterable changes, co19 issue 357 392 LibTest/core/Queue/forEach_A01_t04: Fail # behavior of forEach is undefined when underlying iterable changes, co19 issue 357
394 393
(...skipping 368 matching lines...) Expand 10 before | Expand all | Expand 10 after
763 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342 762 Language/14_Types/5_Function_Types_A01_t09: Fail # dartbug.com/7342
764 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342 763 Language/14_Types/5_Function_Types_A01_t11: Fail # dartbug.com/7342
765 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342 764 Language/14_Types/5_Function_Types_A02_t05: Fail # dartbug.com/7342
766 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342 765 Language/14_Types/5_Function_Types_A02_t07: Fail # dartbug.com/7342
767 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342 766 Language/14_Types/5_Function_Types_A02_t09: Fail # dartbug.com/7342
768 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342 767 Language/14_Types/5_Function_Types_A02_t10: Fail # dartbug.com/7342
769 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342 768 Language/14_Types/5_Function_Types_A03_t06: Fail # dartbug.com/7342
770 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342 769 Language/14_Types/5_Function_Types_A03_t08: Fail # dartbug.com/7342
771 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342 770 Language/14_Types/5_Function_Types_A03_t10: Fail # dartbug.com/7342
772 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342 771 Language/14_Types/5_Function_Types_A03_t11: Fail # dartbug.com/7342
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698