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

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

Issue 18529003: Add stackTrace to Error object. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase Created 7 years, 5 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 [ $compiler == dart2js && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash. 6 LibTest/isolate/isolate_api/spawnUri_A02_t01: Crash # TODO(ahe): Please triage t his crash.
7 LibTest/core/List/sort_A01_t04: Pass, Timeout # Must be a bug in jsshell, test s ometimes times out. 7 LibTest/core/List/sort_A01_t04: Pass, Timeout # Must be a bug in jsshell, test s ometimes times out.
8 8
9 [ $compiler == dart2js && $checked && $runtime == ie9 ] 9 [ $compiler == dart2js && $checked && $runtime == ie9 ]
10 LibTest/core/Map/Map_class_A01_t04: Slow, Pass 10 LibTest/core/Map/Map_class_A01_t04: Slow, Pass
(...skipping 526 matching lines...) Expand 10 before | Expand all | Expand 10 after
537 537
538 Language/14_Types/5_Function_Types_A01_t10: Fail # co19 issue 410 538 Language/14_Types/5_Function_Types_A01_t10: Fail # co19 issue 410
539 Language/14_Types/5_Function_Types_A02_t06: Fail # co19 issue 410 539 Language/14_Types/5_Function_Types_A02_t06: Fail # co19 issue 410
540 540
541 LibTest/core/Match/pattern_A01_t01: Fail # co19 Issue 400, 422 541 LibTest/core/Match/pattern_A01_t01: Fail # co19 Issue 400, 422
542 LibTest/core/RegExp/allMatches_A01_t01: Fail # co19 Issue 400, 422 542 LibTest/core/RegExp/allMatches_A01_t01: Fail # co19 Issue 400, 422
543 543
544 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427 544 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427
545 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427 545 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427
546 546
547 LibTest/core/FallThroughError/toString_A01_t01: Fail # FallThroughError is no lo nger const. Issue TODO
548 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # FallThroughError is no longer const. Issue TODO
Lasse Reichstein Nielsen 2013/07/03 13:06:13 And again.
floitsch 2013/07/03 14:50:20 Done.
549
547 [ $compiler == dart2js && $unchecked ] 550 [ $compiler == dart2js && $unchecked ]
548 LibTest/core/List/setRange_A05_t01: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402 551 LibTest/core/List/setRange_A05_t01: Fail # setRange throws StateError if there a ren't enough elements in the iterable. Issue 402
549 552
550 # Issues with co19 test suite in checked mode. 553 # Issues with co19 test suite in checked mode.
551 [ $compiler == dart2js && $checked ] 554 [ $compiler == dart2js && $checked ]
552 Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail, OK # test should be marked type-error 555 Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail, OK # test should be marked type-error
553 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 556 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
554 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 557 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
555 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 558 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
556 LibTest/core/List/List.from_A01_t01: fail # Issue 400 559 LibTest/core/List/List.from_A01_t01: fail # Issue 400
(...skipping 187 matching lines...) Expand 10 before | Expand all | Expand 10 after
744 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 747 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
745 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 748 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
746 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 749 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
747 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 750 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
748 751
749 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 752 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
750 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 753 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
751 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 754 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
752 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 755 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
753 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 756 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698