| 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 373 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 ImplicitThisTest/04: Fail # Issue 376 | 384 ImplicitThisTest/04: Fail # Issue 376 |
| 385 ImplicitThisTest/none: Fail # Issue 376 | 385 ImplicitThisTest/none: Fail # Issue 376 |
| 386 | 386 |
| 387 #Issue 1308 | 387 #Issue 1308 |
| 388 NamedParameters2Test: Fail | 388 NamedParameters2Test: Fail |
| 389 NamedParameters3Test: Fail | 389 NamedParameters3Test: Fail |
| 390 NamedParameters4Test: Fail | 390 NamedParameters4Test: Fail |
| 391 | 391 |
| 392 StringEscape4NegativeTest: Fail # Issue 1352 | 392 StringEscape4NegativeTest: Fail # Issue 1352 |
| 393 | 393 |
| 394 Issue4515170Test: Fail |
| 395 |
| 394 [ $component == webdriver && $browser == chrome ] | 396 [ $component == webdriver && $browser == chrome ] |
| 395 StringEscape1NegativeTest: Skip | 397 StringEscape1NegativeTest: Skip |
| 396 | 398 |
| 397 [ $component == webdriver && ($browser == ff || $browser == safari || $browser =
= ie) ] | 399 [ $component == webdriver && ($browser == ff || $browser == safari || $browser =
= ie) ] |
| 398 Closure3Test: Fail | 400 Closure3Test: Fail |
| 399 MethodInvocationTest: Fail | 401 MethodInvocationTest: Fail |
| 400 Private3Test: Fail | 402 Private3Test: Fail |
| 401 StackTraceTest: Fail | 403 StackTraceTest: Fail |
| 402 StringInterpolateNPETest: Fail | 404 StringInterpolateNPETest: Fail |
| 403 | 405 |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 480 [ $component == frog && $mode == debug ] | 482 [ $component == frog && $mode == debug ] |
| 481 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 483 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 482 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 484 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 483 | 485 |
| 484 [ $arch == simarm ] | 486 [ $arch == simarm ] |
| 485 *: Skip | 487 *: Skip |
| 486 | 488 |
| 487 [ $arch == arm ] | 489 [ $arch == arm ] |
| 488 *: Skip | 490 *: Skip |
| 489 | 491 |
| OLD | NEW |