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

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

Issue 9817019: Remove backwards compatibility 'win32' name from test status files. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 9 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') | tests/standalone/standalone.status » ('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 # 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 406 matching lines...) Expand 10 before | Expand all | Expand 10 after
417 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 417 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
418 [ $component == webdriver && $browser == opera ] 418 [ $component == webdriver && $browser == opera ]
419 *: Skip 419 *: Skip
420 420
421 [ $component == webdriver && $browser == ff ] 421 [ $component == webdriver && $browser == ff ]
422 NamingTest: Fail 422 NamingTest: Fail
423 StackOverflowTest: Fail 423 StackOverflowTest: Fail
424 ExecuteFinally7Test: Skip 424 ExecuteFinally7Test: Skip
425 StaticFinalField2NegativeTest: Skip 425 StaticFinalField2NegativeTest: Skip
426 426
427 [ $component == webdriver && $browser == ff && $system == win32 ] 427 [ $component == webdriver && $browser == ff && $system == windows ]
428 CTConst2Test: Pass,Fail # Issue 2101 428 CTConst2Test: Pass,Fail # Issue 2101
429 429
430 [ $component == webdriver && $browser == ie ] 430 [ $component == webdriver && $browser == ie ]
431 StackOverflowTest: Fail 431 StackOverflowTest: Fail
432 ObjectDynamicMethodTest: Fail 432 ObjectDynamicMethodTest: Fail
433 NumberSyntaxTest: Fail 433 NumberSyntaxTest: Fail
434 434
435 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ] 435 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ]
436 *: Skip 436 *: Skip
437 437
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
480 [ $component == frog && $mode == debug ] 480 [ $component == frog && $mode == debug ]
481 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 481 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
482 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 482 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
483 483
484 [ $arch == simarm ] 484 [ $arch == simarm ]
485 *: Skip 485 *: Skip
486 486
487 [ $arch == arm ] 487 [ $arch == arm ]
488 *: Skip 488 *: Skip
489 489
OLDNEW
« no previous file with comments | « tests/isolate/isolate.status ('k') | tests/standalone/standalone.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698