| 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 298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 ImplicitThisTest/02: Fail # Issue 376 | 309 ImplicitThisTest/02: Fail # Issue 376 |
| 310 ImplicitThisTest/03: Fail # Issue 376 | 310 ImplicitThisTest/03: Fail # Issue 376 |
| 311 ImplicitThisTest/04: Fail # Issue 376 | 311 ImplicitThisTest/04: Fail # Issue 376 |
| 312 ImplicitThisTest/none: Fail # Issue 376 | 312 ImplicitThisTest/none: Fail # Issue 376 |
| 313 | 313 |
| 314 [ $component == webdriver && ($browser == ff || $browser == safari) ] | 314 [ $component == webdriver && ($browser == ff || $browser == safari) ] |
| 315 MethodInvocationTest: Fail | 315 MethodInvocationTest: Fail |
| 316 Private3Test: Fail | 316 Private3Test: Fail |
| 317 StackTraceTest: Fail | 317 StackTraceTest: Fail |
| 318 StringInterpolateNPETest: Fail | 318 StringInterpolateNPETest: Fail |
| 319 ToStringAsFixedTest: Fail | |
| 320 | 319 |
| 321 [ $component == webdriver && $browser == safari ] | 320 [ $component == webdriver && $browser == safari ] |
| 322 BlockScopeTest: Fail | 321 BlockScopeTest: Fail |
| 323 ClosureBreak1Test: Fail | 322 ClosureBreak1Test: Fail |
| 324 ClosureBreakTest: Fail | 323 ClosureBreakTest: Fail |
| 325 ExecuteFinally7Test: Fail | 324 ExecuteFinally7Test: Fail |
| 326 FunctionLiteralsTest: Fail | 325 FunctionLiteralsTest: Fail |
| 327 ImplicitClosure1Test: Fail | 326 ImplicitClosure1Test: Fail |
| 328 ImplicitClosureTest: Fail | 327 ImplicitClosureTest: Fail |
| 329 MethodBindingTest: Fail | 328 MethodBindingTest: Fail |
| 330 Prefix15Test: Fail | 329 Prefix15Test: Fail |
| 331 StringConcatTest: Fail | 330 StringConcatTest: Fail |
| 331 ToStringAsFixedTest: Pass,Fail # Passes in 32-bit Safari, but fails in 64-bit Is
sue #1220 |
| 332 | 332 |
| 333 [ $component == webdriver && $browser == ff ] | 333 [ $component == webdriver && $browser == ff ] |
| 334 NamingTest: Fail | 334 NamingTest: Fail |
| 335 StackOverflowTest: Fail | 335 StackOverflowTest: Fail |
| 336 StringConcatTest: Fail | 336 StringConcatTest: Fail |
| 337 ToStringAsFixedTest: Fail |
| 337 | 338 |
| 338 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] | 339 [ $component == webdriver && $browser == ie && ($system == linux || $system == m
ac) ] |
| 339 *: Skip | 340 *: Skip |
| 340 | 341 |
| 341 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] | 342 [ $component == webdriver && $browser == safari && ($system == linux || $system
== windows) ] |
| 342 *: Skip | 343 *: Skip |
| 343 | 344 |
| 344 | 345 |
| 345 [ ($component == frogsh || $component == frog || $component == frogium) && $unc
hecked ] | 346 [ ($component == frogsh || $component == frog || $component == frogium) && $unc
hecked ] |
| 346 PrivateMemberTest/01: Fail # test seems bad - see issue #353 | 347 PrivateMemberTest/01: Fail # test seems bad - see issue #353 |
| (...skipping 18 matching lines...) Expand all Loading... |
| 365 # these tests are inconsistent in frogium and frogsh-node, investigate | 366 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 366 StaticField1RunNegativeTest: Pass # but error is not correct | 367 StaticField1RunNegativeTest: Pass # but error is not correct |
| 367 StaticField2RunNegativeTest: Pass # but error is not correct | 368 StaticField2RunNegativeTest: Pass # but error is not correct |
| 368 | 369 |
| 369 | 370 |
| 370 [ $arch == simarm ] | 371 [ $arch == simarm ] |
| 371 *: Skip | 372 *: Skip |
| 372 | 373 |
| 373 [ $arch == arm ] | 374 [ $arch == arm ] |
| 374 *: Skip | 375 *: Skip |
| OLD | NEW |