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