| 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 348 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 359 ClosureBreak1Test: Fail | 359 ClosureBreak1Test: Fail |
| 360 ClosureBreakTest: Fail | 360 ClosureBreakTest: Fail |
| 361 ExecuteFinally7Test: Fail | 361 ExecuteFinally7Test: Fail |
| 362 FunctionLiteralsTest: Fail | 362 FunctionLiteralsTest: Fail |
| 363 ImplicitClosure1Test: Fail | 363 ImplicitClosure1Test: Fail |
| 364 ImplicitClosureTest: Fail | 364 ImplicitClosureTest: Fail |
| 365 MethodBindingTest: Fail | 365 MethodBindingTest: Fail |
| 366 Prefix15Test: Fail | 366 Prefix15Test: Fail |
| 367 StringConcatTest: Fail | 367 StringConcatTest: Fail |
| 368 ToStringAsFixedTest: Pass,Fail # Passes in 32-bit Safari, but fails in 64-bit Is
sue #1220 | 368 ToStringAsFixedTest: Pass,Fail # Passes in 32-bit Safari, but fails in 64-bit Is
sue #1220 |
| 369 ExecuteFinally6Test: Skip |
| 369 | 370 |
| 370 [ $component == webdriver && $browser == ff ] | 371 [ $component == webdriver && $browser == ff ] |
| 371 NamingTest: Fail | 372 NamingTest: Fail |
| 372 StackOverflowTest: Fail | 373 StackOverflowTest: Fail |
| 373 StringConcatTest: Fail | 374 StringConcatTest: Fail |
| 374 ToStringAsFixedTest: Fail | 375 ToStringAsFixedTest: Fail |
| 376 ExecuteFinally7Test: Skip |
| 377 StaticFinalField2NegativeTest: Skip |
| 378 |
| 379 [ $component == webdriver && ($browser == ff || $browser == safari) ] |
| 380 Label2NegativeTest: Skip |
| 381 Label3NegativeTest: Skip |
| 382 Label5NegativeTest: Skip |
| 383 Label6NegativeTest: Skip |
| 384 LabelTest: Skip |
| 385 StringEscape1NegativeTest: Skip |
| 386 Switch3NegativeTest: Skip |
| 387 Switch4NegativeTest: Skip |
| 375 | 388 |
| 376 [ $component == webdriver && $browser == ie ] | 389 [ $component == webdriver && $browser == ie ] |
| 377 ToStringAsFixedTest: Fail | 390 ToStringAsFixedTest: Fail |
| 378 StackOverflowTest: Fail | 391 StackOverflowTest: Fail |
| 379 ObjectDynamicMethodTest: Fail | 392 ObjectDynamicMethodTest: Fail |
| 380 NumberSyntaxTest: Fail | 393 NumberSyntaxTest: Fail |
| 381 ApplicationNegativeTest: Fail | 394 ApplicationNegativeTest: Fail |
| 382 | 395 |
| 383 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] | 396 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] |
| 384 *: Skip | 397 *: Skip |
| (...skipping 26 matching lines...) Expand all Loading... |
| 411 # these tests are inconsistent in frogium and frogsh-node, investigate | 424 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 412 StaticField1RunNegativeTest: Pass # but error is not correct | 425 StaticField1RunNegativeTest: Pass # but error is not correct |
| 413 StaticField2RunNegativeTest: Pass # but error is not correct | 426 StaticField2RunNegativeTest: Pass # but error is not correct |
| 414 | 427 |
| 415 | 428 |
| 416 [ $arch == simarm ] | 429 [ $arch == simarm ] |
| 417 *: Skip | 430 *: Skip |
| 418 | 431 |
| 419 [ $arch == arm ] | 432 [ $arch == arm ] |
| 420 *: Skip | 433 *: Skip |
| OLD | NEW |