| 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 362 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 ImplicitThisTest/04: Fail # Issue 376 | 373 ImplicitThisTest/04: Fail # Issue 376 |
| 374 ImplicitThisTest/none: Fail # Issue 376 | 374 ImplicitThisTest/none: Fail # Issue 376 |
| 375 | 375 |
| 376 #Issue 1308 | 376 #Issue 1308 |
| 377 NamedParameters2Test: Fail | 377 NamedParameters2Test: Fail |
| 378 NamedParameters3Test: Fail | 378 NamedParameters3Test: Fail |
| 379 NamedParameters4Test: Fail | 379 NamedParameters4Test: Fail |
| 380 | 380 |
| 381 StringEscape4NegativeTest: Fail # Issue 1352 | 381 StringEscape4NegativeTest: Fail # Issue 1352 |
| 382 | 382 |
| 383 [ $component == frogium || $component == webdriver ] |
| 384 ResourceTest: Fail # browser tests are #sourcing the test, causing frog to (cor
rectly) issue the error that directives cannot be used in #sourced files |
| 383 | 385 |
| 384 [ $component == webdriver && $browser == chrome ] | 386 [ $component == webdriver && $browser == chrome ] |
| 385 StringEscape1NegativeTest: Skip | 387 StringEscape1NegativeTest: Skip |
| 386 | 388 |
| 387 [ $component == webdriver && ($browser == ff || $browser == safari || $browser =
= ie) ] | 389 [ $component == webdriver && ($browser == ff || $browser == safari || $browser =
= ie) ] |
| 388 MethodInvocationTest: Fail | 390 MethodInvocationTest: Fail |
| 389 Private3Test: Fail | 391 Private3Test: Fail |
| 390 StackTraceTest: Fail | 392 StackTraceTest: Fail |
| 391 StringInterpolateNPETest: Fail | 393 StringInterpolateNPETest: Fail |
| 392 | 394 |
| (...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 463 [ $component == frog && $mode == debug ] | 465 [ $component == frog && $mode == debug ] |
| 464 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 466 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 465 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 467 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 466 | 468 |
| 467 [ $arch == simarm ] | 469 [ $arch == simarm ] |
| 468 *: Skip | 470 *: Skip |
| 469 | 471 |
| 470 [ $arch == arm ] | 472 [ $arch == arm ] |
| 471 *: Skip | 473 *: Skip |
| 472 | 474 |
| OLD | NEW |