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

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

Issue 22548003: Fix uses of throw/rethrow in tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 | « tests/co19/co19-dart2dart.status ('k') | tests/language/execute_finally10_test.dart » ('j') | 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) 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 511 matching lines...) Expand 10 before | Expand all | Expand 10 after
522 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 409 522 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 409
523 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 409 523 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 409
524 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 409 524 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 409
525 525
526 Language/14_Types/5_Function_Types_A01_t10: Fail # co19 issue 410 526 Language/14_Types/5_Function_Types_A01_t10: Fail # co19 issue 410
527 Language/14_Types/5_Function_Types_A02_t06: Fail # co19 issue 410 527 Language/14_Types/5_Function_Types_A02_t06: Fail # co19 issue 410
528 528
529 LibTest/core/Match/pattern_A01_t01: Fail # co19 Issue 400, 422 529 LibTest/core/Match/pattern_A01_t01: Fail # co19 Issue 400, 422
530 LibTest/core/RegExp/allMatches_A01_t01: Fail # co19 Issue 400, 422 530 LibTest/core/RegExp/allMatches_A01_t01: Fail # co19 Issue 400, 422
531 531
532 Language/11_Expressions/08_Throw_A05_t01: Fail # co19 issue 420
533 Language/11_Expressions/08_Throw_A05_t02: Fail # co19 issue 420
534 Language/11_Expressions/08_Throw_A05_t03: Fail # co19 issue 420
535
532 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427 536 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427
533 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427 537 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427
534 538
535 LibTest/core/FallThroughError/toString_A01_t01: Fail # FallThroughError is no lo nger const. Issue 459 539 LibTest/core/FallThroughError/toString_A01_t01: Fail # FallThroughError is no lo nger const. Issue 459
536 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # FallThroughError is no longer const. Issue 459 540 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # FallThroughError is no longer const. Issue 459
537 541
538 Language/09_Generics/09_Generics_A05_t01: Fail # co19 issue 463 542 Language/09_Generics/09_Generics_A05_t01: Fail # co19 issue 463
539 Language/11_Expressions/31_Type_Test_A04_t01: Fail # co19 issue 463 543 Language/11_Expressions/31_Type_Test_A04_t01: Fail # co19 issue 463
540 Language/11_Expressions/31_Type_Test_A05_t01: Fail # co19 issue 463 544 Language/11_Expressions/31_Type_Test_A05_t01: Fail # co19 issue 463
541 Language/11_Expressions/31_Type_Test_A05_t02: Fail # co19 issue 463 545 Language/11_Expressions/31_Type_Test_A05_t02: Fail # co19 issue 463
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
766 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202 770 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # dartbug.com/7202
767 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202 771 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # dartbug.com/7202
768 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202 772 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # dartbug.com/7202
769 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202 773 Language/14_Types/3_Type_Declarations/1_Typedef_A07_t04: Fail # dartbug.com/7202
770 774
771 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382). 775 LibTest/core/String/charCodes_A01_t01: Fail # Deprecated string members removed (issue 382).
772 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382). 776 LibTest/core/String/charCodeAt_A02_t01: Fail # Deprecated string members removed (issue 382).
773 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382). 777 LibTest/core/String/charCodeAt_A03_t01: Fail # Deprecated string members removed (issue 382).
774 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382). 778 LibTest/core/String/charCodeAt_A01_t01: Fail # Deprecated string members removed (issue 382).
775 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382). 779 LibTest/core/String/splitChars_A01_t01: Fail # Deprecated string members removed (issue 382).
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2dart.status ('k') | tests/language/execute_finally10_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698