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

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

Issue 11299009: Support type literals as compile-time constants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. Created 8 years, 1 month 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 [ $compiler == dart2dart ] 5 [ $compiler == dart2dart ]
6 # Factory redirection: 6 # Factory redirection:
7 Language/07_Classes/07_Classes_A03_t01: Fail, Pass # http://dartbug.com/6634 Pas ses in conservative renaming mode. 7 Language/07_Classes/07_Classes_A03_t01: Fail, Pass # http://dartbug.com/6634 Pas ses in conservative renaming mode.
8 Language/11_Expressions/11_Instance_Creation/1_New_A12_t02: Fail, Pass # http:// dartbug.com/6634 Passes in conservative renaming mode. 8 Language/11_Expressions/11_Instance_Creation/1_New_A12_t02: Fail, Pass # http:// dartbug.com/6634 Passes in conservative renaming mode.
9 Language/11_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, Pass # http:// dartbug.com/6634 Passes in conservative renaming mode. 9 Language/11_Expressions/11_Instance_Creation/1_New_A12_t01: Fail, Pass # http:// dartbug.com/6634 Passes in conservative renaming mode.
10 10
(...skipping 455 matching lines...) Expand 10 before | Expand all | Expand 10 after
466 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test: encoded file name 466 LibTest/isolate/isolate_api/spawnUri_A01_t05: Fail, OK # Problems with the test: encoded file name
467 LibTest/math/Random/nextDouble_A01_t01: Fail # Inherited from VM. 467 LibTest/math/Random/nextDouble_A01_t01: Fail # Inherited from VM.
468 LibTest/math/exp_A01_t01: Fail # Issue co19 - 44 468 LibTest/math/exp_A01_t01: Fail # Issue co19 - 44
469 LibTest/math/parseDouble_A02_t01: Fail # Inherited from VM. 469 LibTest/math/parseDouble_A02_t01: Fail # Inherited from VM.
470 LibTest/math/pow_A01_t01: Fail # Inherited from VM. 470 LibTest/math/pow_A01_t01: Fail # Inherited from VM.
471 LibTest/math/pow_A11_t01: Fail # Inherited from VM. 471 LibTest/math/pow_A11_t01: Fail # Inherited from VM.
472 LibTest/math/pow_A13_t01: Fail # Inherited from VM. 472 LibTest/math/pow_A13_t01: Fail # Inherited from VM.
473 LibTest/math/sin_A01_t01: Fail # Inherited from VM. 473 LibTest/math/sin_A01_t01: Fail # Inherited from VM.
474 LibTest/math/tan_A01_t01: Fail # Issue co19 - 44 474 LibTest/math/tan_A01_t01: Fail # Issue co19 - 44
475 475
476 Language/07_Classes/07_Classes_A01_t20: Fail # http://dartbug.com/6687
477 Language/07_Classes/07_Classes_A02_t34: Fail # http://dartbug.com/6687
478 Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687 476 Language/07_Classes/07_Classes_A03_t10: Fail # http://dartbug.com/6687
479 477
480 LibTest/core/RegExp/RegExp_A01_t04: Fail, OK # co19 issue 314 478 LibTest/core/RegExp/RegExp_A01_t04: Fail, OK # co19 issue 314
481 LibTest/core/String/contains_A01_t01: Fail, OK # co19 issue 314 479 LibTest/core/String/contains_A01_t01: Fail, OK # co19 issue 314
482 LibTest/core/String/contains_A01_t03: Fail, OK # co19 issue 314 480 LibTest/core/String/contains_A01_t03: Fail, OK # co19 issue 314
483 481
484 LibTest/core/NotImplementedException/NotImplementedException_A01_t01: Fail, OK # co19 issue 315 482 LibTest/core/NotImplementedException/NotImplementedException_A01_t01: Fail, OK # co19 issue 315
485 LibTest/core/NotImplementedException/toString_A01_t01: Fail, OK # co19 issue 315 483 LibTest/core/NotImplementedException/toString_A01_t01: Fail, OK # co19 issue 315
486 484
487 LibTest/core/IndexOutOfRangeException/IndexOutOfRangeException_A01_t01: Fail, OK # co19 issue 290 485 LibTest/core/IndexOutOfRangeException/IndexOutOfRangeException_A01_t01: Fail, OK # co19 issue 290
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
618 [ $compiler == dart2dart && $system == windows ] 616 [ $compiler == dart2dart && $system == windows ]
619 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 617 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
620 LibTest/core/double/round_A01_t01: Fail # Result is NaN 618 LibTest/core/double/round_A01_t01: Fail # Result is NaN
621 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 619 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
622 620
623 621
624 [ $compiler == dart2dart && $system == macos ] 622 [ $compiler == dart2dart && $system == macos ]
625 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 623 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44
626 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 624 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44
627 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 625 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698