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

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

Issue 22685007: Implement updated method overriding rules in the vm. (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/parser.cc ('k') | tests/language/bad_override_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 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
381 LibTest/async/Completer/complete_A01_t04: Fail # Completer is now asynchronous. Issue 419 381 LibTest/async/Completer/complete_A01_t04: Fail # Completer is now asynchronous. Issue 419
382 LibTest/async/Future/then_A01_t01: Fail # Completer is now asynchronous. Issue 4 19 382 LibTest/async/Future/then_A01_t01: Fail # Completer is now asynchronous. Issue 4 19
383 LibTest/async/Future/then_A01_t04: Fail # Completer is now asynchronous. Issue 4 19 383 LibTest/async/Future/then_A01_t04: Fail # Completer is now asynchronous. Issue 4 19
384 384
385 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427 385 LibTest/core/String/indexOf_A01_t02: Fail # Issue 427
386 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427 386 LibTest/core/String/lastIndexOf_A01_t02: Fail # Issue 427
387 387
388 LibTest/core/FallThroughError/toString_A01_t01: Fail # FallThroughError is no lo nger const. Issue 459 388 LibTest/core/FallThroughError/toString_A01_t01: Fail # FallThroughError is no lo nger const. Issue 459
389 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # FallThroughError is no longer const. Issue 459 389 LibTest/core/FallThroughError/FallThroughError_A01_t01: Fail # FallThroughError is no longer const. Issue 459
390 390
391 Language/07_Classes/4_Abstract_Instance_Members_A04_t01: Fail # Override rules h ave been relaxed. Issue 391 Language/07_Classes/1_Instance_Methods_A01_t01: Fail # Issue 485
392 Language/07_Classes/1_Instance_Methods_A02_t02: Fail # Override rules have been relaxed. Issue 392 Language/07_Classes/1_Instance_Methods_A01_t02: Fail # Issue 485
393 Language/07_Classes/1_Instance_Methods_A02_t05: Fail # Override rules have been relaxed. Issue 393 Language/07_Classes/1_Instance_Methods_A01_t03: Fail # Issue 485
394 Language/07_Classes/1_Instance_Methods_A01_t04: Fail # Issue 485
395 Language/07_Classes/1_Instance_Methods_A01_t05: Fail # Issue 485
396 Language/07_Classes/1_Instance_Methods_A01_t06: Fail # Issue 485
397 Language/07_Classes/1_Instance_Methods_A02_t02: Fail # Issue 485
398 Language/07_Classes/1_Instance_Methods_A02_t05: Fail # Issue 485
399 Language/07_Classes/1_Instance_Methods_A06_t01: Fail # Issue 485
400 Language/07_Classes/1_Instance_Methods_A06_t02: Fail # Issue 485
401 Language/07_Classes/4_Abstract_Instance_Members_A03_t01: Fail # Issue 485
402 Language/07_Classes/4_Abstract_Instance_Members_A04_t01: Fail # Issue 485
394 403
395 Language/03_Overview/1_Scoping_A02_t28: Fail # Issue 463 404 Language/03_Overview/1_Scoping_A02_t28: Fail # Issue 463
396 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 463 405 Language/03_Overview/2_Privacy_A01_t06: Fail # Issue 463
397 Language/09_Generics/09_Generics_A05_t01: Fail # Issue 463 406 Language/09_Generics/09_Generics_A05_t01: Fail # Issue 463
398 Language/11_Expressions/11_Instance_Creation/1_New_A05_t01: Fail # Issue 463 407 Language/11_Expressions/11_Instance_Creation/1_New_A05_t01: Fail # Issue 463
399 Language/11_Expressions/11_Instance_Creation/1_New_A05_t02: Fail # Issue 463 408 Language/11_Expressions/11_Instance_Creation/1_New_A05_t02: Fail # Issue 463
400 Language/11_Expressions/11_Instance_Creation/1_New_A05_t03: Fail # Issue 463 409 Language/11_Expressions/11_Instance_Creation/1_New_A05_t03: Fail # Issue 463
401 Language/11_Expressions/11_Instance_Creation/2_Const_A07_t01: Fail # Issue 463 410 Language/11_Expressions/11_Instance_Creation/2_Const_A07_t01: Fail # Issue 463
402 Language/11_Expressions/11_Instance_Creation/2_Const_A07_t02: Fail # Issue 463 411 Language/11_Expressions/11_Instance_Creation/2_Const_A07_t02: Fail # Issue 463
403 Language/11_Expressions/11_Instance_Creation/2_Const_A07_t03: Fail # Issue 463 412 Language/11_Expressions/11_Instance_Creation/2_Const_A07_t03: Fail # Issue 463
(...skipping 127 matching lines...) Expand 10 before | Expand all | Expand 10 after
531 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129 540 LibTest/core/int/operator_left_shift_A01_t02: Fail # co19 issue 129
532 541
533 [ $compiler == none && $runtime == vm && $arch == simarm ] 542 [ $compiler == none && $runtime == vm && $arch == simarm ]
534 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac 543 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
535 544
536 [ $compiler == none && $runtime == vm && $arch == mips ] 545 [ $compiler == none && $runtime == vm && $arch == mips ]
537 *: Skip 546 *: Skip
538 547
539 [ $compiler == none && $runtime == vm && $arch == simmips ] 548 [ $compiler == none && $runtime == vm && $arch == simmips ]
540 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac 549 LibTest/math/cos_A01_t01: Pass, Fail # Fail on Mac
OLDNEW
« no previous file with comments | « runtime/vm/parser.cc ('k') | tests/language/bad_override_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698