| OLD | NEW |
| 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 Loading... |
| 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 ] |
| 420 CTConst2Test: Fail # Issue 2101 |
| 421 |
| 419 [ $component == webdriver && $browser == ie ] | 422 [ $component == webdriver && $browser == ie ] |
| 420 StackOverflowTest: Fail | 423 StackOverflowTest: Fail |
| 421 ObjectDynamicMethodTest: Fail | 424 ObjectDynamicMethodTest: Fail |
| 422 NumberSyntaxTest: Fail | 425 NumberSyntaxTest: Fail |
| 423 | 426 |
| 424 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] | 427 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] |
| 425 *: Skip | 428 *: Skip |
| 426 | 429 |
| 427 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] | 430 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] |
| 428 *: Skip | 431 *: Skip |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 461 [ $component == frog && $mode == debug ] | 464 [ $component == frog && $mode == debug ] |
| 462 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 465 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 463 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 466 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 464 | 467 |
| 465 [ $arch == simarm ] | 468 [ $arch == simarm ] |
| 466 *: Skip | 469 *: Skip |
| 467 | 470 |
| 468 [ $arch == arm ] | 471 [ $arch == arm ] |
| 469 *: Skip | 472 *: Skip |
| 470 | 473 |
| OLD | NEW |