| 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 346 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 357 [ $component == webdriver && $browser == safari ] | 357 [ $component == webdriver && $browser == safari ] |
| 358 BlockScopeTest: Fail | 358 BlockScopeTest: Fail |
| 359 ClosureBreak1Test: Fail | 359 ClosureBreak1Test: Fail |
| 360 ClosureBreakTest: Fail | 360 ClosureBreakTest: Fail |
| 361 ExecuteFinally7Test: Fail | 361 ExecuteFinally7Test: Fail |
| 362 FunctionLiteralsTest: Fail | 362 FunctionLiteralsTest: Fail |
| 363 ImplicitClosure1Test: Fail | 363 ImplicitClosure1Test: Fail |
| 364 ImplicitClosureTest: Fail | 364 ImplicitClosureTest: Fail |
| 365 MethodBindingTest: Fail | 365 MethodBindingTest: Fail |
| 366 Prefix15Test: Fail | 366 Prefix15Test: Fail |
| 367 StringConcatTest: Fail | |
| 368 ToStringAsFixedTest: Pass,Fail # Passes in 32-bit Safari, but fails in 64-bit Is
sue #1220 | 367 ToStringAsFixedTest: Pass,Fail # Passes in 32-bit Safari, but fails in 64-bit Is
sue #1220 |
| 369 ExecuteFinally6Test: Skip | 368 ExecuteFinally6Test: Skip |
| 370 | 369 |
| 371 [ $component == webdriver && $browser == ff ] | 370 [ $component == webdriver && $browser == ff ] |
| 372 NamingTest: Fail | 371 NamingTest: Fail |
| 373 StackOverflowTest: Fail | 372 StackOverflowTest: Fail |
| 374 StringConcatTest: Fail | |
| 375 ToStringAsFixedTest: Fail | 373 ToStringAsFixedTest: Fail |
| 376 ExecuteFinally7Test: Skip | 374 ExecuteFinally7Test: Skip |
| 377 StaticFinalField2NegativeTest: Skip | 375 StaticFinalField2NegativeTest: Skip |
| 378 | 376 |
| 379 [ $component == webdriver && ($browser == ff || $browser == safari) ] | 377 [ $component == webdriver && ($browser == ff || $browser == safari) ] |
| 380 Label2NegativeTest: Skip | 378 Label2NegativeTest: Skip |
| 381 Label3NegativeTest: Skip | 379 Label3NegativeTest: Skip |
| 382 Label5NegativeTest: Skip | 380 Label5NegativeTest: Skip |
| 383 Label6NegativeTest: Skip | 381 Label6NegativeTest: Skip |
| 384 LabelTest: Skip | 382 LabelTest: Skip |
| (...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 424 # these tests are inconsistent in frogium and frogsh-node, investigate | 422 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 425 StaticField1RunNegativeTest: Pass # but error is not correct | 423 StaticField1RunNegativeTest: Pass # but error is not correct |
| 426 StaticField2RunNegativeTest: Pass # but error is not correct | 424 StaticField2RunNegativeTest: Pass # but error is not correct |
| 427 | 425 |
| 428 | 426 |
| 429 [ $arch == simarm ] | 427 [ $arch == simarm ] |
| 430 *: Skip | 428 *: Skip |
| 431 | 429 |
| 432 [ $arch == arm ] | 430 [ $arch == arm ] |
| 433 *: Skip | 431 *: Skip |
| OLD | NEW |