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

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

Issue 9664040: Update status file. (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 | « no previous file | 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 398 matching lines...) Expand 10 before | Expand all | Expand 10 after
409 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. 409 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing.
410 [ $component == webdriver && $browser == opera ] 410 [ $component == webdriver && $browser == opera ]
411 *: Skip 411 *: Skip
412 412
413 [ $component == webdriver && $browser == ff ] 413 [ $component == webdriver && $browser == ff ]
414 NamingTest: Fail 414 NamingTest: Fail
415 StackOverflowTest: Fail 415 StackOverflowTest: Fail
416 ExecuteFinally7Test: Skip 416 ExecuteFinally7Test: Skip
417 StaticFinalField2NegativeTest: Skip 417 StaticFinalField2NegativeTest: Skip
418 418
419 [ $component == webdriver && $browser == ff && $system == windows ] 419 [ $component == webdriver && $browser == ff && $system == win32 ]
ahe 2012/03/11 10:36:00 Oops. I didn't notice that.
floitsch 2012/03/11 14:23:56 copied from line 430. Should we change it there to
ahe 2012/03/11 14:33:51 Good question. Let's ask Emily.
Emily Fortuna 2012/03/13 00:21:42 win32 is the correct form. There are a couple of p
420 CTConst2Test: Fail # Issue 2101 420 CTConst2Test: Fail # Issue 2101
421 421
422 [ $component == webdriver && $browser == ie ] 422 [ $component == webdriver && $browser == ie ]
423 StackOverflowTest: Fail 423 StackOverflowTest: Fail
424 ObjectDynamicMethodTest: Fail 424 ObjectDynamicMethodTest: Fail
425 NumberSyntaxTest: Fail 425 NumberSyntaxTest: Fail
426 426
427 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ] 427 [ $component == webdriver && $browser == ie && ($system == linux || $system == m ac) ]
428 *: Skip 428 *: Skip
429 429
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
464 [ $component == frog && $mode == debug ] 464 [ $component == frog && $mode == debug ]
465 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. 465 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop.
466 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. 466 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop.
467 467
468 [ $arch == simarm ] 468 [ $arch == simarm ]
469 *: Skip 469 *: Skip
470 470
471 [ $arch == arm ] 471 [ $arch == arm ]
472 *: Skip 472 *: Skip
473 473
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698