| 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 372 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 383 ClosureBreak1Test: Fail | 383 ClosureBreak1Test: Fail |
| 384 ClosureBreakTest: Fail | 384 ClosureBreakTest: Fail |
| 385 ExecuteFinally7Test: Fail | 385 ExecuteFinally7Test: Fail |
| 386 FunctionLiteralsTest: Fail | 386 FunctionLiteralsTest: Fail |
| 387 ImplicitClosure1Test: Fail | 387 ImplicitClosure1Test: Fail |
| 388 ImplicitClosureTest: Fail | 388 ImplicitClosureTest: Fail |
| 389 MethodBindingTest: Fail | 389 MethodBindingTest: Fail |
| 390 Prefix15Test: Fail | 390 Prefix15Test: Fail |
| 391 ToStringAsFixedTest: Pass,Fail # Passes in 32-bit Safari, but fails in 64-bit Is
sue #1220 | 391 ToStringAsFixedTest: Pass,Fail # Passes in 32-bit Safari, but fails in 64-bit Is
sue #1220 |
| 392 ExecuteFinally6Test: Skip | 392 ExecuteFinally6Test: Skip |
| 393 GCTest: Fail |
| 393 | 394 |
| 394 [ $component == webdriver && $browser == ff ] | 395 [ $component == webdriver && $browser == ff ] |
| 395 NamingTest: Fail | 396 NamingTest: Fail |
| 396 StackOverflowTest: Fail | 397 StackOverflowTest: Fail |
| 397 ToStringAsFixedTest: Fail | 398 ToStringAsFixedTest: Fail |
| 398 ExecuteFinally7Test: Skip | 399 ExecuteFinally7Test: Skip |
| 399 StaticFinalField2NegativeTest: Skip | 400 StaticFinalField2NegativeTest: Skip |
| 400 | 401 |
| 401 [ $component == webdriver && ($browser == ff || $browser == safari) ] | 402 [ $component == webdriver && ($browser == ff || $browser == safari) ] |
| 402 Label2NegativeTest: Skip | 403 Label2NegativeTest: Skip |
| (...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 [ $component == frogium ] | 446 [ $component == frogium ] |
| 446 # these tests are inconsistent in frogium and frogsh-node, investigate | 447 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 447 StaticField1RunNegativeTest: Pass # but error is not correct | 448 StaticField1RunNegativeTest: Pass # but error is not correct |
| 448 StaticField2RunNegativeTest: Pass # but error is not correct | 449 StaticField2RunNegativeTest: Pass # but error is not correct |
| 449 | 450 |
| 450 [ $arch == simarm ] | 451 [ $arch == simarm ] |
| 451 *: Skip | 452 *: Skip |
| 452 | 453 |
| 453 [ $arch == arm ] | 454 [ $arch == arm ] |
| 454 *: Skip | 455 *: Skip |
| OLD | NEW |