| 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 387 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 398 Label3NegativeTest: Skip | 398 Label3NegativeTest: Skip |
| 399 Label5NegativeTest: Skip | 399 Label5NegativeTest: Skip |
| 400 Label6NegativeTest: Skip | 400 Label6NegativeTest: Skip |
| 401 LabelTest: Skip | 401 LabelTest: Skip |
| 402 StringEscape1NegativeTest: Skip | 402 StringEscape1NegativeTest: Skip |
| 403 Switch3NegativeTest: Skip | 403 Switch3NegativeTest: Skip |
| 404 Switch4NegativeTest: Skip | 404 Switch4NegativeTest: Skip |
| 405 ExecuteFinally6Test: Skip | 405 ExecuteFinally6Test: Skip |
| 406 | 406 |
| 407 [ $component == webdriver && $browser == safari ] | 407 [ $component == webdriver && $browser == safari ] |
| 408 BlockScopeTest: Fail | |
| 409 ClosureBreak1Test: Fail | |
| 410 ClosureBreakTest: Fail | |
| 411 ExecuteFinally7Test: Fail | |
| 412 ImplicitClosure1Test: Fail | 408 ImplicitClosure1Test: Fail |
| 413 MethodBindingTest: Fail | 409 MethodBindingTest: Fail |
| 414 Prefix15Test: Fail | 410 Prefix15Test: Fail |
| 415 | 411 |
| 416 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 412 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 417 [ $component == webdriver && $browser == opera ] | 413 [ $component == webdriver && $browser == opera ] |
| 418 *: Skip | 414 *: Skip |
| 419 | 415 |
| 420 [ $component == webdriver && $browser == ff ] | 416 [ $component == webdriver && $browser == ff ] |
| 421 NamingTest: Fail | 417 NamingTest: Fail |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 464 [ $component == frog && $mode == debug ] | 460 [ $component == frog && $mode == debug ] |
| 465 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 461 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 466 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 462 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 467 | 463 |
| 468 [ $arch == simarm ] | 464 [ $arch == simarm ] |
| 469 *: Skip | 465 *: Skip |
| 470 | 466 |
| 471 [ $arch == arm ] | 467 [ $arch == arm ] |
| 472 *: Skip | 468 *: Skip |
| 473 | 469 |
| OLD | NEW |