| 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 436 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 447 | 447 |
| 448 [ $component == webdriver && $browser == chrome ] | 448 [ $component == webdriver && $browser == chrome ] |
| 449 StringEscape1NegativeTest: Skip | 449 StringEscape1NegativeTest: Skip |
| 450 | 450 |
| 451 [ $component == webdriver && ($browser == ff || $browser == safari || $browser =
= ie) ] | 451 [ $component == webdriver && ($browser == ff || $browser == safari || $browser =
= ie) ] |
| 452 MethodInvocationTest: Fail | 452 MethodInvocationTest: Fail |
| 453 Private3Test: Fail | 453 Private3Test: Fail |
| 454 StackTraceTest: Fail | 454 StackTraceTest: Fail |
| 455 StringInterpolateNPETest: Fail | 455 StringInterpolateNPETest: Fail |
| 456 | 456 |
| 457 # For these tests Frog generates invalid JS. Chrome throws a SyntaxError, but |
| 458 # other browsers don't, so they eventually timeout. See issue 1515. |
| 459 # In any case, we shouldn't be relying on SyntaxError. |
| 460 Label2NegativeTest: Skip |
| 461 Label3NegativeTest: Skip |
| 462 Label5NegativeTest: Skip |
| 463 Label6NegativeTest: Skip |
| 464 LabelTest: Skip |
| 465 StringEscape1NegativeTest: Skip |
| 466 Switch3NegativeTest: Skip |
| 467 Switch4NegativeTest: Skip |
| 468 ExecuteFinally6Test: Skip |
| 469 |
| 457 [ $component == webdriver && $browser == safari ] | 470 [ $component == webdriver && $browser == safari ] |
| 458 BlockScopeTest: Fail | 471 BlockScopeTest: Fail |
| 459 ClosureBreak1Test: Fail | 472 ClosureBreak1Test: Fail |
| 460 ClosureBreakTest: Fail | 473 ClosureBreakTest: Fail |
| 461 ExecuteFinally7Test: Fail | 474 ExecuteFinally7Test: Fail |
| 462 FunctionLiteralsTest: Fail | 475 FunctionLiteralsTest: Fail |
| 463 ImplicitClosure1Test: Fail | 476 ImplicitClosure1Test: Fail |
| 464 ImplicitClosureTest: Fail | 477 ImplicitClosureTest: Fail |
| 465 MethodBindingTest: Fail | 478 MethodBindingTest: Fail |
| 466 Prefix15Test: Fail | 479 Prefix15Test: Fail |
| 467 ToStringAsFixedTest: Pass,Fail # Passes in 32-bit Safari, but fails in 64-bit Is
sue #1220 | 480 ToStringAsFixedTest: Pass,Fail # Passes in 32-bit Safari, but fails in 64-bit Is
sue #1220 |
| 468 ExecuteFinally6Test: Skip | |
| 469 GCTest: Fail | 481 GCTest: Fail |
| 470 | 482 |
| 471 [ $component == webdriver && $browser == ff ] | 483 [ $component == webdriver && $browser == ff ] |
| 472 NamingTest: Fail | 484 NamingTest: Fail |
| 473 StackOverflowTest: Fail | 485 StackOverflowTest: Fail |
| 474 ToStringAsFixedTest: Fail | 486 ToStringAsFixedTest: Fail |
| 475 ExecuteFinally7Test: Skip | 487 ExecuteFinally7Test: Skip |
| 476 StaticFinalField2NegativeTest: Skip | 488 StaticFinalField2NegativeTest: Skip |
| 477 | 489 |
| 478 # For these tests Frog generates invalid JS. Chrome throws a SyntaxError, but | |
| 479 # other browsers don't, so they eventually timeout. | |
| 480 # In any case, we shouldn't be relying on SyntaxError. | |
| 481 [ $component == webdriver && ($browser == ff || $browser == safari || $browser =
= ie) ] | |
| 482 Label2NegativeTest: Skip | |
| 483 Label3NegativeTest: Skip | |
| 484 Label5NegativeTest: Skip | |
| 485 Label6NegativeTest: Skip | |
| 486 LabelTest: Skip | |
| 487 StringEscape1NegativeTest: Skip | |
| 488 Switch3NegativeTest: Skip | |
| 489 Switch4NegativeTest: Skip | |
| 490 | |
| 491 [ $component == webdriver && $browser == ie ] | 490 [ $component == webdriver && $browser == ie ] |
| 492 ToStringAsFixedTest: Fail | 491 ToStringAsFixedTest: Fail |
| 493 StackOverflowTest: Fail | 492 StackOverflowTest: Fail |
| 494 ObjectDynamicMethodTest: Fail | 493 ObjectDynamicMethodTest: Fail |
| 495 NumberSyntaxTest: Fail | 494 NumberSyntaxTest: Fail |
| 496 | 495 |
| 497 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] | 496 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] |
| 498 *: Skip | 497 *: Skip |
| 499 | 498 |
| 500 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] | 499 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] |
| (...skipping 29 matching lines...) Expand all Loading... |
| 530 [ $component == frog && $mode == debug ] | 529 [ $component == frog && $mode == debug ] |
| 531 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 530 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 532 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 531 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 533 | 532 |
| 534 [ $arch == simarm ] | 533 [ $arch == simarm ] |
| 535 *: Skip | 534 *: Skip |
| 536 | 535 |
| 537 [ $arch == arm ] | 536 [ $arch == arm ] |
| 538 *: Skip | 537 *: Skip |
| 539 | 538 |
| OLD | NEW |