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

Side by Side Diff: tests/language/language.status

Issue 9371037: Update Opera status (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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/isolate/isolate.status ('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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 # In order to maintain maximum test coverage for all builds, 8 # In order to maintain maximum test coverage for all builds,
9 # please use the following procedure to mark a test 9 # please use the following procedure to mark a test
10 # failed on architectures other than the one you are working on. 10 # failed on architectures other than the one you are working on.
(...skipping 462 matching lines...) Expand 10 before | Expand all | Expand 10 after
473 ClosureBreakTest: Fail 473 ClosureBreakTest: Fail
474 ExecuteFinally7Test: Fail 474 ExecuteFinally7Test: Fail
475 FunctionLiteralsTest: Fail 475 FunctionLiteralsTest: Fail
476 ImplicitClosure1Test: Fail 476 ImplicitClosure1Test: Fail
477 ImplicitClosureTest: Fail 477 ImplicitClosureTest: Fail
478 MethodBindingTest: Fail 478 MethodBindingTest: Fail
479 Prefix15Test: Fail 479 Prefix15Test: Fail
480 ToStringAsFixedTest: Pass,Fail # Passes in 32-bit Safari, but fails in 64-bit Is sue #1220 480 ToStringAsFixedTest: Pass,Fail # Passes in 32-bit Safari, but fails in 64-bit Is sue #1220
481 GCTest: Fail 481 GCTest: Fail
482 482
483 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
484 [ $component == webdriver && $browser == opera ]
485 *: Skip
486
483 [ $component == webdriver && $browser == ff ] 487 [ $component == webdriver && $browser == ff ]
484 NamingTest: Fail 488 NamingTest: Fail
485 StackOverflowTest: Fail 489 StackOverflowTest: Fail
486 ToStringAsFixedTest: Fail 490 ToStringAsFixedTest: Fail
487 ExecuteFinally7Test: Skip 491 ExecuteFinally7Test: Skip
488 StaticFinalField2NegativeTest: Skip 492 StaticFinalField2NegativeTest: Skip
489 493
490 [ $component == webdriver && $browser == ie ] 494 [ $component == webdriver && $browser == ie ]
491 ToStringAsFixedTest: Fail 495 ToStringAsFixedTest: Fail
492 StackOverflowTest: Fail 496 StackOverflowTest: Fail
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
529 [ $component == frog && $mode == debug ] 533 [ $component == frog && $mode == debug ]
530 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 534 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
531 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 535 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
532 536
533 [ $arch == simarm ] 537 [ $arch == simarm ]
534 *: Skip 538 *: Skip
535 539
536 [ $arch == arm ] 540 [ $arch == arm ]
537 *: Skip 541 *: Skip
538 542
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698