| 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 384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 395 Label2NegativeTest: Skip | 395 Label2NegativeTest: Skip |
| 396 Label3NegativeTest: Skip | 396 Label3NegativeTest: Skip |
| 397 Label5NegativeTest: Skip | 397 Label5NegativeTest: Skip |
| 398 Label6NegativeTest: Skip | 398 Label6NegativeTest: Skip |
| 399 LabelTest: Skip | 399 LabelTest: Skip |
| 400 StringEscape1NegativeTest: Skip | 400 StringEscape1NegativeTest: Skip |
| 401 Switch3NegativeTest: Skip | 401 Switch3NegativeTest: Skip |
| 402 Switch4NegativeTest: Skip | 402 Switch4NegativeTest: Skip |
| 403 ExecuteFinally6Test: Skip | 403 ExecuteFinally6Test: Skip |
| 404 | 404 |
| 405 [ $component == webdriver && $browser == safari ] | |
| 406 ImplicitClosure1Test: Fail | |
| 407 MethodBindingTest: Fail | |
| 408 Prefix15Test: Fail | |
| 409 | |
| 410 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 405 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 411 [ $component == webdriver && $browser == opera ] | 406 [ $component == webdriver && $browser == opera ] |
| 412 *: Skip | 407 *: Skip |
| 413 | 408 |
| 414 [ $component == webdriver && $browser == ff ] | 409 [ $component == webdriver && $browser == ff ] |
| 415 NamingTest: Fail | 410 NamingTest: Fail |
| 416 StackOverflowTest: Fail | 411 StackOverflowTest: Fail |
| 417 ExecuteFinally7Test: Skip | 412 ExecuteFinally7Test: Skip |
| 418 StaticFinalField2NegativeTest: Skip | 413 StaticFinalField2NegativeTest: Skip |
| 419 | 414 |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 458 [ $component == frog && $mode == debug ] | 453 [ $component == frog && $mode == debug ] |
| 459 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 454 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 460 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 455 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 461 | 456 |
| 462 [ $arch == simarm ] | 457 [ $arch == simarm ] |
| 463 *: Skip | 458 *: Skip |
| 464 | 459 |
| 465 [ $arch == arm ] | 460 [ $arch == arm ] |
| 466 *: Skip | 461 *: Skip |
| 467 | 462 |
| OLD | NEW |