| 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 214 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 225 # frogium: Dart code compiled with frog VM running under DumpRenderTree | 225 # frogium: Dart code compiled with frog VM running under DumpRenderTree |
| 226 # webdriver: Dart code compiled with frog VM running on an actual browser | 226 # 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 | 227 # (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: | 228 # browser, you can be more specific about the failure by using $browser: |
| 229 # [ $component == webdriver && $browser == chrome ] for example. | 229 # [ $component == webdriver && $browser == chrome ] for example. |
| 230 [ $component == frog || $component == frogsh || $component == frogium || $compon
ent == webdriver] | 230 [ $component == frog || $component == frogsh || $component == frogium || $compon
ent == webdriver] |
| 231 ExceptionTest: Fail # Issue 1785 | 231 ExceptionTest: Fail # Issue 1785 |
| 232 Factory3Test: Fail # Issue 417 | 232 Factory3Test: Fail # Issue 417 |
| 233 Factory2NegativeTest: Fail | 233 Factory2NegativeTest: Fail |
| 234 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. | 234 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. |
| 235 DoubleToStringAsPrecisionTest: Fail # fails due to -0.0. |
| 236 DoubleToStringAsExponentialTest: Fail # fails due to -0.0. |
| 235 ExtendTypeParameterNegativeTest: Skip # Issue 886 | 237 ExtendTypeParameterNegativeTest: Skip # Issue 886 |
| 236 ExtendTypeParameter2NegativeTest: Skip # Issue 886 | 238 ExtendTypeParameter2NegativeTest: Skip # Issue 886 |
| 237 FinalSyntaxTest/none: Fail | 239 FinalSyntaxTest/none: Fail |
| 238 GetSetSyntaxTest/00: Fail # Issue 1571 | 240 GetSetSyntaxTest/00: Fail # Issue 1571 |
| 239 GetSetSyntaxTest/01: Fail # Issue 1571 | 241 GetSetSyntaxTest/01: Fail # Issue 1571 |
| 240 GetSetSyntaxTest/02: Fail # Issue 1571 | 242 GetSetSyntaxTest/02: Fail # Issue 1571 |
| 241 GetSetSyntaxTest/03: Fail # Issue 1571 | 243 GetSetSyntaxTest/03: Fail # Issue 1571 |
| 242 GetSetSyntaxTest/04: Fail # Issue 1571 | 244 GetSetSyntaxTest/04: Fail # Issue 1571 |
| 243 GetSetSyntaxTest/05: Fail # Issue 1571 | 245 GetSetSyntaxTest/05: Fail # Issue 1571 |
| 244 GetSetSyntaxTest/06: Fail # Issue 1571 | 246 GetSetSyntaxTest/06: Fail # Issue 1571 |
| (...skipping 11 matching lines...) Expand all Loading... |
| 256 PseudoKWTest: Fail # Issue 356 | 258 PseudoKWTest: Fail # Issue 356 |
| 257 NamingTest: Fail # Issue 356 | 259 NamingTest: Fail # Issue 356 |
| 258 DuplicateImplementsTest: Skip # Issue 976 | 260 DuplicateImplementsTest: Skip # Issue 976 |
| 259 DoubleToString: Fail # Prints "3" instead of "3.0". | 261 DoubleToString: Fail # Prints "3" instead of "3.0". |
| 260 ThirdTest: Fail # Issue 1511 | 262 ThirdTest: Fail # Issue 1511 |
| 261 TryCatchSyntaxTest/08: Fail | 263 TryCatchSyntaxTest/08: Fail |
| 262 TryCatchSyntaxTest/09: Fail | 264 TryCatchSyntaxTest/09: Fail |
| 263 CondExprTest: Fail | 265 CondExprTest: Fail |
| 264 SuperFieldAccessTest: Fail # Issue 1695 | 266 SuperFieldAccessTest: Fail # Issue 1695 |
| 265 CompileTimeConstant6Test: Fail | 267 CompileTimeConstant6Test: Fail |
| 266 CompileTimeConstant8Test: Fail | |
| 267 | 268 |
| 268 SavannahTest: Skip # TODO(jimhug): Seems flaky on some configs - investigate. | 269 SavannahTest: Skip # TODO(jimhug): Seems flaky on some configs - investigate. |
| 269 | 270 |
| 270 # VM or DartC specific tests not to be run by Frog. See language.status | 271 # VM or DartC specific tests not to be run by Frog. See language.status |
| 271 *VMTest: Skip | 272 *VMTest: Skip |
| 272 *VMNegativeTest: Skip | 273 *VMNegativeTest: Skip |
| 273 *DartcTest: Skip | 274 *DartcTest: Skip |
| 274 *DartcNegativeTest: Skip | 275 *DartcNegativeTest: Skip |
| 275 # Currently, these patterns skip three tests: | 276 # Currently, these patterns skip three tests: |
| 276 # MathVMTest - correctly skipped as this relies on VM guarantees | 277 # MathVMTest - correctly skipped as this relies on VM guarantees |
| (...skipping 177 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 454 [ $component == frog && $mode == debug ] | 455 [ $component == frog && $mode == debug ] |
| 455 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 456 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 456 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 457 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 457 | 458 |
| 458 [ $arch == simarm ] | 459 [ $arch == simarm ] |
| 459 *: Skip | 460 *: Skip |
| 460 | 461 |
| 461 [ $arch == arm ] | 462 [ $arch == arm ] |
| 462 *: Skip | 463 *: Skip |
| 463 | 464 |
| OLD | NEW |