| 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 209 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 220 RichardsTest: Fail | 220 RichardsTest: Fail |
| 221 TypedMessageTest: Fail # Bug 5246195 | 221 TypedMessageTest: Fail # Bug 5246195 |
| 222 StringEscape1NegativeTest: Skip | 222 StringEscape1NegativeTest: Skip |
| 223 | 223 |
| 224 | 224 |
| 225 [ $component == frog ] | 225 [ $component == frog ] |
| 226 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation | 226 ToStringAsFixedTest: Fail # fails due to rounding in constant propagation |
| 227 | 227 |
| 228 # This set of four test components (frog, frogsh, frogium, and webdriver) all | 228 # This set of four test components (frog, frogsh, frogium, and webdriver) all |
| 229 # consume frog output, so if frog is generating the incorrect code, chances are | 229 # consume frog output, so if frog is generating the incorrect code, chances are |
| 230 # it will fail on all of these components. | 230 # it will fail on all of these components. |
| 231 # | 231 # |
| 232 # Further explanation: | 232 # Further explanation: |
| 233 # frog: frog compiler, run using the VM | 233 # frog: frog compiler, run using the VM |
| 234 # frogsh: self-hosted frog compiler | 234 # frogsh: self-hosted frog compiler |
| 235 # frogium: Dart code compiled with frogsh running under DumpRenderTree | 235 # frogium: Dart code compiled with frogsh running under DumpRenderTree |
| 236 # webdriver: Dart code compiled with frogsh running on an actual browser | 236 # webdriver: Dart code compiled with frogsh running on an actual browser |
| 237 # (Chrome, IE, Firefox, Safari, etc). If a test is only failing on a particular | 237 # (Chrome, IE, Firefox, Safari, etc). If a test is only failing on a particular |
| 238 # browser, you can be more specific about the failure by using $browser: | 238 # browser, you can be more specific about the failure by using $browser: |
| 239 # [ $component == webdriver && $browser == chrome ] for example. | 239 # [ $component == webdriver && $browser == chrome ] for example. |
| 240 [ $component == frog || $component == frogsh || $component == frogium || $compon
ent == webdriver] | 240 [ $component == frog || $component == frogsh || $component == frogium || $compon
ent == webdriver] |
| 241 IntrinsifiedMethodsTest: Fail # Issue 1470 | 241 IntrinsifiedMethodsTest: Fail # Issue 1470 |
| 242 Factory3Test: Fail # Issue 417 | 242 Factory3Test: Fail # Issue 417 |
| 243 Factory2NegativeTest: Fail | 243 Factory2NegativeTest: Fail |
| 244 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. | 244 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. |
| 245 ExtendTypeParameterNegativeTest: Skip # Issue 886 | 245 ExtendTypeParameterNegativeTest: Skip # Issue 886 |
| 246 ExtendTypeParameter2NegativeTest: Skip # Issue 886 | 246 ExtendTypeParameter2NegativeTest: Skip # Issue 886 |
| (...skipping 144 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 391 ToStringAsFixedTest: Pass,Fail # Passes in 32-bit Safari, but fails in 64-bit Is
sue #1220 | 391 ToStringAsFixedTest: Pass,Fail # Passes in 32-bit Safari, but fails in 64-bit Is
sue #1220 |
| 392 ExecuteFinally6Test: Skip | 392 ExecuteFinally6Test: Skip |
| 393 | 393 |
| 394 [ $component == webdriver && $browser == ff ] | 394 [ $component == webdriver && $browser == ff ] |
| 395 NamingTest: Fail | 395 NamingTest: Fail |
| 396 StackOverflowTest: Fail | 396 StackOverflowTest: Fail |
| 397 ToStringAsFixedTest: Fail | 397 ToStringAsFixedTest: Fail |
| 398 ExecuteFinally7Test: Skip | 398 ExecuteFinally7Test: Skip |
| 399 StaticFinalField2NegativeTest: Skip | 399 StaticFinalField2NegativeTest: Skip |
| 400 | 400 |
| 401 [ $component == webdriver && ($browser == ff || $browser == safari) ] | 401 # For these tests Frog generates invalid JS. Chrome throws a SyntaxError, but |
| 402 # other browsers don't, so they eventually timeout. |
| 403 # In any case, we shouldn't be relying on SyntaxError. |
| 404 [ $component == webdriver && ($browser == ff || $browser == safari || $browser =
= ie) ] |
| 402 Label2NegativeTest: Skip | 405 Label2NegativeTest: Skip |
| 403 Label3NegativeTest: Skip | 406 Label3NegativeTest: Skip |
| 404 Label5NegativeTest: Skip | 407 Label5NegativeTest: Skip |
| 405 Label6NegativeTest: Skip | 408 Label6NegativeTest: Skip |
| 406 LabelTest: Skip | 409 LabelTest: Skip |
| 407 StringEscape1NegativeTest: Skip | 410 StringEscape1NegativeTest: Skip |
| 408 Switch3NegativeTest: Skip | 411 Switch3NegativeTest: Skip |
| 409 Switch4NegativeTest: Skip | 412 Switch4NegativeTest: Skip |
| 410 | 413 |
| 411 [ $component == webdriver && $browser == ie ] | 414 [ $component == webdriver && $browser == ie ] |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 445 [ $component == frogium ] | 448 [ $component == frogium ] |
| 446 # these tests are inconsistent in frogium and frogsh-node, investigate | 449 # these tests are inconsistent in frogium and frogsh-node, investigate |
| 447 StaticField1RunNegativeTest: Pass # but error is not correct | 450 StaticField1RunNegativeTest: Pass # but error is not correct |
| 448 StaticField2RunNegativeTest: Pass # but error is not correct | 451 StaticField2RunNegativeTest: Pass # but error is not correct |
| 449 | 452 |
| 450 [ $arch == simarm ] | 453 [ $arch == simarm ] |
| 451 *: Skip | 454 *: Skip |
| 452 | 455 |
| 453 [ $arch == arm ] | 456 [ $arch == arm ] |
| 454 *: Skip | 457 *: Skip |
| OLD | NEW |