| 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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 ImplicitThisTest/04: Fail # Issue 376 | 364 ImplicitThisTest/04: Fail # Issue 376 |
| 365 ImplicitThisTest/none: Fail # Issue 376 | 365 ImplicitThisTest/none: Fail # Issue 376 |
| 366 | 366 |
| 367 #Issue 1308 | 367 #Issue 1308 |
| 368 NamedParameters2Test: Fail | 368 NamedParameters2Test: Fail |
| 369 NamedParameters3Test: Fail | 369 NamedParameters3Test: Fail |
| 370 NamedParameters4Test: Fail | 370 NamedParameters4Test: Fail |
| 371 | 371 |
| 372 StringEscape4NegativeTest: Fail # Issue 1352 | 372 StringEscape4NegativeTest: Fail # Issue 1352 |
| 373 | 373 |
| 374 [ $component == frogium || $component == webdriver || $component == dartium ] | |
| 375 ResourceTest: Fail # browser tests are #sourcing the test, causing an error tha
t directives cannot be used in #sourced files, see issue 1807 | |
| 376 | |
| 377 [ $component == webdriver && $browser == chrome ] | 374 [ $component == webdriver && $browser == chrome ] |
| 378 StringEscape1NegativeTest: Skip | 375 StringEscape1NegativeTest: Skip |
| 379 | 376 |
| 380 [ $component == webdriver && ($browser == ff || $browser == safari || $browser =
= ie) ] | 377 [ $component == webdriver && ($browser == ff || $browser == safari || $browser =
= ie) ] |
| 381 Closure3Test: Fail | 378 Closure3Test: Fail |
| 382 MethodInvocationTest: Fail | 379 MethodInvocationTest: Fail |
| 383 Private3Test: Fail | 380 Private3Test: Fail |
| 384 StackTraceTest: Fail | 381 StackTraceTest: Fail |
| 385 StringInterpolateNPETest: Fail | 382 StringInterpolateNPETest: Fail |
| 386 | 383 |
| (...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 448 [ $component == frog && $mode == debug ] | 445 [ $component == frog && $mode == debug ] |
| 449 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 446 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 450 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 447 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 451 | 448 |
| 452 [ $arch == simarm ] | 449 [ $arch == simarm ] |
| 453 *: Skip | 450 *: Skip |
| 454 | 451 |
| 455 [ $arch == arm ] | 452 [ $arch == arm ] |
| 456 *: Skip | 453 *: Skip |
| 457 | 454 |
| OLD | NEW |