| 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 318 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 ImplicitThisTest/02: Fail # Issue 376 | 329 ImplicitThisTest/02: Fail # Issue 376 |
| 330 ImplicitThisTest/03: Fail # Issue 376 | 330 ImplicitThisTest/03: Fail # Issue 376 |
| 331 ImplicitThisTest/04: Fail # Issue 376 | 331 ImplicitThisTest/04: Fail # Issue 376 |
| 332 ImplicitThisTest/none: Fail # Issue 376 | 332 ImplicitThisTest/none: Fail # Issue 376 |
| 333 | 333 |
| 334 #Issue 1308 | 334 #Issue 1308 |
| 335 NamedParameters2Test: Fail | 335 NamedParameters2Test: Fail |
| 336 NamedParameters3Test: Fail | 336 NamedParameters3Test: Fail |
| 337 NamedParameters4Test: Fail | 337 NamedParameters4Test: Fail |
| 338 | 338 |
| 339 # Issue 1352 | 339 StringEscape4NegativeTest: Fail # Issue 1352 |
| 340 StringEscape3NegativeTest: Fail | |
| 341 StringEscape4NegativeTest: Fail | |
| 342 | 340 |
| 343 | 341 |
| 344 [ $component == webdriver && ($browser == ff || $browser == safari) ] | 342 [ $component == webdriver && ($browser == ff || $browser == safari) ] |
| 345 MethodInvocationTest: Fail | 343 MethodInvocationTest: Fail |
| 346 Private3Test: Fail | 344 Private3Test: Fail |
| 347 StackTraceTest: Fail | 345 StackTraceTest: Fail |
| 348 StringInterpolateNPETest: Fail | 346 StringInterpolateNPETest: Fail |
| 349 | 347 |
| 350 [ $component == webdriver && $browser == safari ] | 348 [ $component == webdriver && $browser == safari ] |
| 351 BlockScopeTest: Fail | 349 BlockScopeTest: Fail |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 384 | 382 |
| 385 [ $component == frog || $component == frogsh ] | 383 [ $component == frog || $component == frogsh ] |
| 386 # these tests are inconsistent in frogium and frogsh-node, investigate | 384 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 387 StaticField1RunNegativeTest: Pass | 385 StaticField1RunNegativeTest: Pass |
| 388 StaticField2RunNegativeTest: Pass | 386 StaticField2RunNegativeTest: Pass |
| 389 SyntaxTest/28: Fail # Issue 1109 | 387 SyntaxTest/28: Fail # Issue 1109 |
| 390 SyntaxTest/29: Fail # Issue 1109 | 388 SyntaxTest/29: Fail # Issue 1109 |
| 391 SyntaxTest/31: Fail # Issue 1109 | 389 SyntaxTest/31: Fail # Issue 1109 |
| 392 SyntaxTest/32: Fail # Issue 1109 | 390 SyntaxTest/32: Fail # Issue 1109 |
| 393 SyntaxTest/33: Fail # Issue 1109 | 391 SyntaxTest/33: Fail # Issue 1109 |
| 392 StringEscape3NegativeTest: Fail # Issue 1352 |
| 394 | 393 |
| 395 [ $component == frogium ] | 394 [ $component == frogium ] |
| 396 # these tests are inconsistent in frogium and frogsh-node, investigate | 395 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 397 StaticField1RunNegativeTest: Pass # but error is not correct | 396 StaticField1RunNegativeTest: Pass # but error is not correct |
| 398 StaticField2RunNegativeTest: Pass # but error is not correct | 397 StaticField2RunNegativeTest: Pass # but error is not correct |
| 399 | 398 |
| 400 | 399 |
| 401 [ $arch == simarm ] | 400 [ $arch == simarm ] |
| 402 *: Skip | 401 *: Skip |
| 403 | 402 |
| 404 [ $arch == arm ] | 403 [ $arch == arm ] |
| 405 *: Skip | 404 *: Skip |
| OLD | NEW |