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

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

Issue 21832003: Fix VM implementation of CastError not to extend TypeError (issue 5280). (Closed) Base URL: http://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 | « runtime/vm/symbols.h ('k') | tests/language/generic_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 == none] 5 [ $compiler == none]
6 Language/11_Expressions/33_Argument_Definition_Test_A01_t02: Fail, OK # co19 iss ue 436 6 Language/11_Expressions/33_Argument_Definition_Test_A01_t02: Fail, OK # co19 iss ue 436
7 Language/11_Expressions/33_Argument_Definition_Test_A02_t01: Fail, OK # co19 iss ue 436 7 Language/11_Expressions/33_Argument_Definition_Test_A02_t01: Fail, OK # co19 iss ue 436
8 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Fail, OK # co19 iss ue 436 8 Language/11_Expressions/33_Argument_Definition_Test_A02_t02: Fail, OK # co19 iss ue 436
9 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: Fail, OK # co19 iss ue 436 9 Language/11_Expressions/33_Argument_Definition_Test_A03_t01: Fail, OK # co19 iss ue 436
10 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: Fail, OK # co19 iss ue 436 10 Language/11_Expressions/33_Argument_Definition_Test_A03_t02: Fail, OK # co19 iss ue 436
(...skipping 430 matching lines...) Expand 10 before | Expand all | Expand 10 after
441 [ $compiler == none && $runtime == vm && $checked ] 441 [ $compiler == none && $runtime == vm && $checked ]
442 Language/03_Overview/1_Scoping_A02_t30: Fail # co19 issue 463 442 Language/03_Overview/1_Scoping_A02_t30: Fail # co19 issue 463
443 Language/09_Generics/09_Generics_A05_t02: Fail # co19 issue 463 443 Language/09_Generics/09_Generics_A05_t02: Fail # co19 issue 463
444 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail # co19 issue 463, boun d is mapped to dynamic, no error. 444 Language/13_Libraries_and_Scripts/1_Imports_A03_t06: Fail # co19 issue 463, boun d is mapped to dynamic, no error.
445 Language/13_Libraries_and_Scripts/1_Imports_A03_t26: Fail # co19 issue 463, boun d is mapped to dynamic, no error. 445 Language/13_Libraries_and_Scripts/1_Imports_A03_t26: Fail # co19 issue 463, boun d is mapped to dynamic, no error.
446 Language/13_Libraries_and_Scripts/1_Imports_A03_t46: Fail # co19 issue 463, boun d is mapped to dynamic, no error. 446 Language/13_Libraries_and_Scripts/1_Imports_A03_t46: Fail # co19 issue 463, boun d is mapped to dynamic, no error.
447 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail # co19 issue 463, boun d is mapped to dynamic, no error. 447 Language/13_Libraries_and_Scripts/1_Imports_A03_t66: Fail # co19 issue 463, boun d is mapped to dynamic, no error.
448 Language/13_Libraries_and_Scripts/1_Imports_A03_t31: Fail # co19 issue 463 448 Language/13_Libraries_and_Scripts/1_Imports_A03_t31: Fail # co19 issue 463
449 Language/14_Types/8_Parameterized_Types_A02_t01: Fail # co19 issue 463 449 Language/14_Types/8_Parameterized_Types_A02_t01: Fail # co19 issue 463
450 450
451 LibTest/core/Set/intersection_A03_t01: Fail # co19 issue 480
452
453 LibTest/core/AssertionError/column_A01_t02: Fail # co19 issue 479
454 LibTest/core/AssertionError/failedAssertion_A01_t01: Fail # co19 issue 479
451 LibTest/core/AssertionError/line_A01_t02: Fail # co19 issue 479 455 LibTest/core/AssertionError/line_A01_t02: Fail # co19 issue 479
452 LibTest/core/Set/intersection_A03_t01: Fail # co19 issue 480 456 LibTest/core/AssertionError/url_A01_t01: Fail # co19 issue 479
457 LibTest/core/TypeError/column_A01_t01: Fail # co19 issue 479
458 LibTest/core/TypeError/dstName_A01_t01: Fail # co19 issue 479
459 LibTest/core/TypeError/dstType_A01_t01: Fail # co19 issue 479
460 LibTest/core/TypeError/failedAssertion_A01_t01: Fail # co19 issue 479
453 LibTest/core/TypeError/line_A01_t01: Fail # co19 issue 479 461 LibTest/core/TypeError/line_A01_t01: Fail # co19 issue 479
462 LibTest/core/TypeError/srcType_A01_t01: Fail # co19 issue 479
463 LibTest/core/TypeError/url_A01_t01: Fail # co19 issue 479
454 464
455 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366 465 LibTest/core/Strings/concatAll_A04_t01: Fail, OK # checks for ArgumentError. Typ eError is ok too. co19 issue 366
456 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366 466 LibTest/core/Strings/join_A04_t01: Fail, OK # checks for ArgumentError. TypeErro r is ok too. co19 issue 366
457 467
458 LibTest/core/int/operator_division_A01_t01: Fail # ~/ returns ints, issue 361 468 LibTest/core/int/operator_division_A01_t01: Fail # ~/ returns ints, issue 361
459 469
460 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 405 470 Language/11_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: Fail, OK # co19 issue 405
461 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK # co19 issue 405 471 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t02: Fail , OK # co19 issue 405
462 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 405 472 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t03: Fail , OK # co19 issue 405
463 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 405 473 Language/11_Expressions/17_Getter_Invocation_A02_t01: Fail, OK # co19 issue 405
464 Language/11_Expressions/18_Assignment_A05_t02: Fail, OK # co19 issue 405 474 Language/11_Expressions/18_Assignment_A05_t02: Fail, OK # co19 issue 405
465 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 405 475 Language/11_Expressions/18_Assignment_A05_t04: Fail, OK # co19 issue 405
466 Language/11_Expressions/18_Assignment_A05_t05: Fail, OK # co19 issue 405 476 Language/11_Expressions/18_Assignment_A05_t05: Fail, OK # co19 issue 405
467 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 405 477 Language/11_Expressions/18_Assignment_A08_t04: Fail, OK # co19 issue 405
468 Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail, OK # co19 issue 4 60 478 Language/11_Expressions/30_Identifier_Reference_A07_t01: Fail, OK # co19 issue 4 60
469 479
470 # Passing for the wrong reasons: 480 # Passing for the wrong reasons:
471 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Pass # co19 issues 405 and 463 481 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t01: Pass # co19 issues 405 and 463
472 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Pass # co19 issues 405 and 463 482 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t02: Pass # co19 issues 405 and 463
473 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Pass # co19 issues 405 and 463 483 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t03: Pass # co19 issues 405 and 463
474 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Pass # co19 issues 405 and 463 484 Language/11_Expressions/15_Method_Invocation/4_Super_Invocation_A04_t04: Pass # co19 issues 405 and 463
475 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Pass # co19 issues 405 and 463 485 Language/11_Expressions/15_Method_Invocation/1_Ordinary_Invocation_A05_t06: Pass # co19 issues 405 and 463
476 Language/11_Expressions/17_Getter_Invocation_A02_t02: Pass # co19 issues 405 and 463 486 Language/11_Expressions/17_Getter_Invocation_A02_t02: Pass # co19 issues 405 and 463
477 Language/11_Expressions/32_Type_Cast_A05_t01: Fail # co19 issue 463 and issue 52 80 487
478 Language/11_Expressions/32_Type_Cast_A05_t02: Pass # co19 issue 463 and issue 52 80 488 Language/11_Expressions/32_Type_Cast_A05_t01: Fail # co19 issue 463
479 Language/11_Expressions/32_Type_Cast_A05_t04: Pass # co19 issue 463 and issue 52 80 489 Language/11_Expressions/32_Type_Cast_A05_t02: Fail # co19 issue 463
490 Language/11_Expressions/32_Type_Cast_A05_t03: Fail # co19 issue 463
491 Language/11_Expressions/32_Type_Cast_A05_t04: Fail # co19 issue 463
492 Language/11_Expressions/32_Type_Cast_A05_t05: Fail # co19 issue 463
480 493
481 Language/12_Statements/09_Switch_A05_t01: Fail # co19 issue 442 494 Language/12_Statements/09_Switch_A05_t01: Fail # co19 issue 442
482 495
483 LibTest/core/Set/intersection_A01_t01: Fail # issue 390 496 LibTest/core/Set/intersection_A01_t01: Fail # issue 390
484 LibTest/core/Set/intersection_A01_t02: Fail # issue 390 497 LibTest/core/Set/intersection_A01_t02: Fail # issue 390
485 LibTest/core/Set/intersection_A01_t03: Fail # issue 390 498 LibTest/core/Set/intersection_A01_t03: Fail # issue 390
486 LibTest/collection/Queue/Queue.from_A01_t01: Pass # Issue 400 and 463 499 LibTest/collection/Queue/Queue.from_A01_t01: Pass # Issue 400 and 463
487 LibTest/collection/Queue/Queue.from_A01_t02: Pass # Issue 400 and 463 500 LibTest/collection/Queue/Queue.from_A01_t02: Pass # Issue 400 and 463
488 LibTest/core/List/List.from_A01_t01: Pass # Issue 400 and 463 501 LibTest/core/List/List.from_A01_t01: Pass # Issue 400 and 463
489 LibTest/core/List/every_A01_t01: Pass # Issue 400 and 463 502 LibTest/core/List/every_A01_t01: Pass # Issue 400 and 463
(...skipping 28 matching lines...) Expand all
518 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 531 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
519 532
520 [ $compiler == none && $runtime == vm && $arch == simarm ] 533 [ $compiler == none && $runtime == vm && $arch == simarm ]
521 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac 534 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
522 535
523 [ $compiler == none && $runtime == vm && $arch == mips ] 536 [ $compiler == none && $runtime == vm && $arch == mips ]
524 *: Skip 537 *: Skip
525 538
526 [ $compiler == none && $runtime == vm && $arch == simmips ] 539 [ $compiler == none && $runtime == vm && $arch == simmips ]
527 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac 540 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
OLDNEW
« no previous file with comments | « runtime/vm/symbols.h ('k') | tests/language/generic_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698