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

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

Issue 11230034: Fix super ==: Test first for null before call inf super ==. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 2 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
« runtime/vm/object.cc ('K') | « runtime/vm/object.cc ('k') | 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) 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 && $runtime == vm ] 5 [ $compiler == none && $runtime == vm ]
6 # These tests need to be updated to the new Date core lib API, co19 issue 256: 6 # These tests need to be updated to the new Date core lib API, co19 issue 256:
7 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail 7 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t01: Fail
8 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail 8 LibTest/core/Date/Date.fromMillisecondsSinceEpoch_A01_t02: Fail
9 LibTest/core/Date/Date_A01_t04: Fail 9 LibTest/core/Date/Date_A01_t04: Fail
10 LibTest/core/Date/Date_A01_t05: Fail 10 LibTest/core/Date/Date_A01_t05: Fail
(...skipping 549 matching lines...) Expand 10 before | Expand all | Expand 10 after
560 560
561 # initializer must be a compile time constant 561 # initializer must be a compile time constant
562 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail 562 Language/10_Expressions/28_Identifier_Reference_A05_t09: Fail
563 563
564 564
565 # invalid operator overloading 565 # invalid operator overloading
566 Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail 566 Language/07_Classes/1_Instance_Methods/2_Operators_A02_t01: Fail
567 Language/10_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t01: Fail 567 Language/10_Expressions/15_Method_Invocation/2_Cascaded_Invocation_A01_t01: Fail
568 Language/10_Expressions/22_Equality_A02_t03: Fail 568 Language/10_Expressions/22_Equality_A02_t03: Fail
569 Language/10_Expressions/22_Equality_A03_t01: Fail 569 Language/10_Expressions/22_Equality_A03_t01: Fail
570 Language/10_Expressions/22_Equality_A03_t02: Fail
571 Language/10_Expressions/22_Equality_A03_t03: Fail 570 Language/10_Expressions/22_Equality_A03_t03: Fail
572 571
573 572
574 # parameter name or type expected 573 # parameter name or type expected
575 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail 574 Language/07_Classes/6_Constructors/1_Generative_Constructors_A15_t07: Fail
576 575
577 576
578 # using 'x' in this context is invalid 577 # using 'x' in this context is invalid
579 Language/11_Statements/05_For_A01_t11: Fail 578 Language/11_Statements/05_For_A01_t11: Fail
580 579
581 580
582 [ $compiler == none && $runtime == vm ] 581 [ $compiler == none && $runtime == vm ]
583 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail 582 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Fail
584 583
585 584
586 [ $compiler == none && $runtime == vm && $checked ] 585 [ $compiler == none && $runtime == vm && $checked ]
587 Language/03_Overview/1_Scoping_A02_t30: Fail 586 Language/03_Overview/1_Scoping_A02_t30: Fail
588 587
589 588
590 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ] 589 [ $compiler == none && $runtime == vm && $mode == debug && $unchecked ]
591 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash 590 LibTest/isolate/isolate_api/spawnFunction_A02_t01: Crash
592 591
593 [ $compiler == none && $arch == simarm ] 592 [ $compiler == none && $arch == simarm ]
594 *: Skip 593 *: Skip
595 594
596 [ $compiler == none && $arch == arm ] 595 [ $compiler == none && $arch == arm ]
597 *: Skip 596 *: Skip
OLDNEW
« runtime/vm/object.cc ('K') | « runtime/vm/object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698