| 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 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 205 RichardsTest: Fail | 205 RichardsTest: Fail |
| 206 TypedMessageTest: Fail # Bug 5246195 | 206 TypedMessageTest: Fail # Bug 5246195 |
| 207 StringEscape1NegativeTest: Skip | 207 StringEscape1NegativeTest: Skip |
| 208 GCTest: Skip # Issue 1487 | 208 GCTest: Skip # Issue 1487 |
| 209 | 209 |
| 210 | 210 |
| 211 [ $component == frogsh ] | 211 [ $component == frogsh ] |
| 212 IntrinsifiedMethodsTest: Fail # Issue 1470 | 212 IntrinsifiedMethodsTest: Fail # Issue 1470 |
| 213 ArithmeticTest: Fail # Issue 1470 | 213 ArithmeticTest: Fail # Issue 1470 |
| 214 | 214 |
| 215 [ $component == frog || $component == frogium || $component == webdriver ] | |
| 216 DoubleToStringAsFixedTest: Fail # fails due to rounding in constant propagation
and -0.0. | |
| 217 | |
| 218 # This set of four test components (frog, frogsh, frogium, and webdriver) all | 215 # This set of four test components (frog, frogsh, frogium, and webdriver) all |
| 219 # consume frog output, so if frog is generating the incorrect code, chances are | 216 # consume frog output, so if frog is generating the incorrect code, chances are |
| 220 # it will fail on all of these components. | 217 # it will fail on all of these components. |
| 221 # | 218 # |
| 222 # Further explanation: | 219 # Further explanation: |
| 223 # frog: frog compiler, run using the VM | 220 # frog: frog compiler, run using the VM |
| 224 # frogsh: self-hosted frog compiler | 221 # frogsh: self-hosted frog compiler |
| 225 # frogium: Dart code compiled with frog VM running under DumpRenderTree | 222 # frogium: Dart code compiled with frog VM running under DumpRenderTree |
| 226 # webdriver: Dart code compiled with frog VM running on an actual browser | 223 # webdriver: Dart code compiled with frog VM running on an actual browser |
| 227 # (Chrome, IE, Firefox, Safari, etc). If a test is only failing on a particular | 224 # (Chrome, IE, Firefox, Safari, etc). If a test is only failing on a particular |
| 228 # browser, you can be more specific about the failure by using $browser: | 225 # browser, you can be more specific about the failure by using $browser: |
| 229 # [ $component == webdriver && $browser == chrome ] for example. | 226 # [ $component == webdriver && $browser == chrome ] for example. |
| 230 [ $component == frog || $component == frogsh || $component == frogium || $compon
ent == webdriver] | 227 [ $component == frog || $component == frogsh || $component == frogium || $compon
ent == webdriver] |
| 231 ExceptionTest: Fail # Issue 1785 | 228 ExceptionTest: Fail # Issue 1785 |
| 232 Factory3Test: Fail # Issue 417 | 229 Factory3Test: Fail # Issue 417 |
| 233 Factory2NegativeTest: Fail | 230 Factory2NegativeTest: Fail |
| 234 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. | 231 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. |
| 232 DoubleToStringAsExponentialTest: Fail # fails due to -0.0. |
| 233 # Once the -0.0 in DoubleToStringAsFixedTest is fixed it will probably need to |
| 234 # be moved to a |
| 235 # [ $component == frog || $component == frogium || $component == webdriver ] |
| 236 # section. |
| 237 DoubleToStringAsFixedTest: Fail # fails due to -0.0 and due to rounding in const
ant propagation. |
| 235 DoubleToStringAsPrecisionTest: Fail # fails due to -0.0. | 238 DoubleToStringAsPrecisionTest: Fail # fails due to -0.0. |
| 236 DoubleToStringAsExponentialTest: Fail # fails due to -0.0. | |
| 237 ExtendTypeParameterNegativeTest: Skip # Issue 886 | 239 ExtendTypeParameterNegativeTest: Skip # Issue 886 |
| 238 ExtendTypeParameter2NegativeTest: Skip # Issue 886 | 240 ExtendTypeParameter2NegativeTest: Skip # Issue 886 |
| 239 FinalSyntaxTest/none: Fail | 241 FinalSyntaxTest/none: Fail |
| 240 GetSetSyntaxTest/00: Fail # Issue 1571 | 242 GetSetSyntaxTest/00: Fail # Issue 1571 |
| 241 GetSetSyntaxTest/01: Fail # Issue 1571 | 243 GetSetSyntaxTest/01: Fail # Issue 1571 |
| 242 GetSetSyntaxTest/02: Fail # Issue 1571 | 244 GetSetSyntaxTest/02: Fail # Issue 1571 |
| 243 GetSetSyntaxTest/03: Fail # Issue 1571 | 245 GetSetSyntaxTest/03: Fail # Issue 1571 |
| 244 GetSetSyntaxTest/04: Fail # Issue 1571 | 246 GetSetSyntaxTest/04: Fail # Issue 1571 |
| 245 GetSetSyntaxTest/05: Fail # Issue 1571 | 247 GetSetSyntaxTest/05: Fail # Issue 1571 |
| 246 GetSetSyntaxTest/06: Fail # Issue 1571 | 248 GetSetSyntaxTest/06: Fail # Issue 1571 |
| (...skipping 208 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 455 [ $component == frog && $mode == debug ] | 457 [ $component == frog && $mode == debug ] |
| 456 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 458 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 457 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 459 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 458 | 460 |
| 459 [ $arch == simarm ] | 461 [ $arch == simarm ] |
| 460 *: Skip | 462 *: Skip |
| 461 | 463 |
| 462 [ $arch == arm ] | 464 [ $arch == arm ] |
| 463 *: Skip | 465 *: Skip |
| 464 | 466 |
| OLD | NEW |