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

Side by Side Diff: dart/tests/co19/co19-dart2dart.status

Issue 13574002: Update co19 status. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 8 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 | « no previous file | no next file » | 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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 == dart2dart ] 5 [ $compiler == dart2dart ]
6 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD O(dart2dart-team): Please triage this failure. 6 Language/07_Classes/6_Constructors/1_Generative_Constructors_A04_t15: Fail # TOD O(dart2dart-team): Please triage this failure.
7 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # TODO(dart2dart-te am): Please triage this failure. 7 Language/07_Classes/6_Constructors/2_Factories_A02_t01: Fail # TODO(dart2dart-te am): Please triage this failure.
8 Language/07_Classes/6_Constructors/2_Factories_A02_t02: Fail # TODO(dart2dart-te am): Please triage this failure. 8 Language/07_Classes/6_Constructors/2_Factories_A02_t02: Fail # TODO(dart2dart-te am): Please triage this failure.
9 Language/07_Classes/6_Constructors/2_Factories_A02_t03: Fail # TODO(dart2dart-te am): Please triage this failure. 9 Language/07_Classes/6_Constructors/2_Factories_A02_t03: Fail # TODO(dart2dart-te am): Please triage this failure.
10 Language/07_Classes/6_Constructors/2_Factories_A02_t04: Fail # TODO(dart2dart-te am): Please triage this failure. 10 Language/07_Classes/6_Constructors/2_Factories_A02_t04: Fail # TODO(dart2dart-te am): Please triage this failure.
(...skipping 397 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 LibTest/math/pow_A01_t01: Fail # Inherited from VM. 408 LibTest/math/pow_A01_t01: Fail # Inherited from VM.
409 LibTest/math/pow_A11_t01: Fail # Inherited from VM. 409 LibTest/math/pow_A11_t01: Fail # Inherited from VM.
410 LibTest/math/pow_A13_t01: Fail # Inherited from VM. 410 LibTest/math/pow_A13_t01: Fail # Inherited from VM.
411 LibTest/math/sin_A01_t01: Fail # Inherited from VM. 411 LibTest/math/sin_A01_t01: Fail # Inherited from VM.
412 LibTest/math/tan_A01_t01: Fail # Issue co19 - 44 412 LibTest/math/tan_A01_t01: Fail # Issue co19 - 44
413 413
414 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355 414 LibTest/core/StringBuffer/isEmpty_A01_t01: Fail, OK # co19 issue 355
415 415
416 [ $compiler == dart2dart && $minified ] 416 [ $compiler == dart2dart && $minified ]
417 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: Fail # TODO(dart2da rt-team): Please triage this failure. 417 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: Fail # TODO(dart2da rt-team): Please triage this failure.
418 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: Fail # TODO(dart2da rt-team): Please triage this failure.
418 419
419 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 396 420 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 396
420 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 396 421 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 396
421 Language/11_Expressions/18_Assignment_A05_t02: Fail, OK # co19 issue 396 422 Language/11_Expressions/18_Assignment_A05_t02: Fail, OK # co19 issue 396
422 423
423 424
424 [ $compiler == dart2dart && $system == windows ] 425 [ $compiler == dart2dart && $system == windows ]
425 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 426 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
426 LibTest/core/double/round_A01_t01: Fail # Result is NaN 427 LibTest/core/double/round_A01_t01: Fail # Result is NaN
427 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 428 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
521 522
522 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail # Issue 397 523 Language/11_Expressions/05_Strings/1_String_Interpolation_A03_t02: Fail # Issue 397
523 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail # Issue 397 524 Language/11_Expressions/05_Strings/1_String_Interpolation_A04_t02: Fail # Issue 397
524 Language/11_Expressions/11_Instance_Creation/1_New_A08_t01: Fail # Issue 397 525 Language/11_Expressions/11_Instance_Creation/1_New_A08_t01: Fail # Issue 397
525 Language/11_Expressions/11_Instance_Creation/1_New_A08_t02: Fail # Issue 397 526 Language/11_Expressions/11_Instance_Creation/1_New_A08_t02: Fail # Issue 397
526 Language/11_Expressions/11_Instance_Creation/1_New_A08_t03: Fail # Issue 397 527 Language/11_Expressions/11_Instance_Creation/1_New_A08_t03: Fail # Issue 397
527 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397 528 LibTest/core/Iterable/where_A01_t07: Fail # Issue 397
528 LibTest/core/List/addLast_A01_t01: Fail # Issue 397 529 LibTest/core/List/addLast_A01_t01: Fail # Issue 397
529 LibTest/core/List/addLast_A01_t03: Fail # Issue 397 530 LibTest/core/List/addLast_A01_t03: Fail # Issue 397
530 LibTest/core/List/addLast_A02_t01: Fail # Issue 397 531 LibTest/core/List/addLast_A02_t01: Fail # Issue 397
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698