Chromium Code Reviews| 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 62 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 73 *FrogTest: Skip | 73 *FrogTest: Skip |
| 74 *FrogNegativeTest: Skip | 74 *FrogNegativeTest: Skip |
| 75 | 75 |
| 76 # Issue 1034 | 76 # Issue 1034 |
| 77 ConstructorDuplicateInitializersTest/01: Fail | 77 ConstructorDuplicateInitializersTest/01: Fail |
| 78 ConstructorDuplicateInitializersTest/02: Fail | 78 ConstructorDuplicateInitializersTest/02: Fail |
| 79 | 79 |
| 80 # Issue 1355 | 80 # Issue 1355 |
| 81 CallOperatorTest: Fail | 81 CallOperatorTest: Fail |
| 82 | 82 |
| 83 # Issue | 83 GetSetSyntaxTest/04: Fail # Issue 1569 |
| 84 GetSetSyntaxTest/05: Fail # Issue 1569 | |
| 85 GetSetSyntaxTest/06: Fail # Issue 1569 | |
| 86 GetSetSyntaxTest/07: Fail # Issue 1569 | |
| 87 GetSetSyntaxTest/08: Fail # Issue 1569 | |
| 88 GetSetSyntaxTest/09: Fail # Issue 1569 | |
| 89 GetSetSyntaxTest/10: Fail # Issue 1569 | |
| 90 GetSetSyntaxTest/11: Fail # Issue 1569 | |
| 91 GetSetSyntaxTest/12: Fail # Issue 1569 | |
| 92 GetSetSyntaxTest/13: Fail # Issue 1569 | |
| 93 GetSetSyntaxTest/14: Fail # Issue 1569 | |
| 94 GetSetSyntaxTest/15: Fail # Issue 1569 | |
| 95 | |
| 84 [ ($component == vm || $component == dartium) && $unchecked ] | 96 [ ($component == vm || $component == dartium) && $unchecked ] |
| 85 | 97 |
| 86 Prefix16NegativeTest: Fail # Bug 5532534 | 98 Prefix16NegativeTest: Fail # Bug 5532534 |
| 87 FunctionTypeAliasNegativeTest: Fail # Bug 5231617 | 99 FunctionTypeAliasNegativeTest: Fail # Bug 5231617 |
| 88 | 100 |
| 89 [ ($component == vm || $component == dartium) && $checked ] | 101 [ ($component == vm || $component == dartium) && $checked ] |
| 90 | 102 |
| 91 DefaultFactory2Test/01: Fail # Issue 943 | 103 DefaultFactory2Test/01: Fail # Issue 943 |
| 92 WrongNumberTypeArgumentsTest: Fail # This test should be negative | 104 WrongNumberTypeArgumentsTest: Fail # This test should be negative |
| 93 | 105 |
| (...skipping 141 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 235 # webdriver: Dart code compiled with frogsh running on an actual browser | 247 # webdriver: Dart code compiled with frogsh running on an actual browser |
| 236 # (Chrome, IE, Firefox, Safari, etc). If a test is only failing on a particular | 248 # (Chrome, IE, Firefox, Safari, etc). If a test is only failing on a particular |
| 237 # browser, you can be more specific about the failure by using $browser: | 249 # browser, you can be more specific about the failure by using $browser: |
| 238 # [ $component == webdriver && $browser == chrome ] for example. | 250 # [ $component == webdriver && $browser == chrome ] for example. |
| 239 [ $component == frog || $component == frogsh || $component == frogium || $compon ent == webdriver] | 251 [ $component == frog || $component == frogsh || $component == frogium || $compon ent == webdriver] |
| 240 Factory3Test: Fail # Issue 417 | 252 Factory3Test: Fail # Issue 417 |
| 241 Factory2NegativeTest: Fail | 253 Factory2NegativeTest: Fail |
| 242 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. | 254 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE xception. |
| 243 ExtendTypeParameterNegativeTest: Skip # Issue 886 | 255 ExtendTypeParameterNegativeTest: Skip # Issue 886 |
| 244 ExtendTypeParameter2NegativeTest: Skip # Issue 886 | 256 ExtendTypeParameter2NegativeTest: Skip # Issue 886 |
| 257 GetSetSyntaxTest/00: Fail # Issue 1569 | |
|
ahe
2012/02/07 12:13:19
Please create a separate issue for frog.
kasperl
2012/02/07 12:28:33
Done.
| |
| 258 GetSetSyntaxTest/01: Fail # Issue 1569 | |
| 259 GetSetSyntaxTest/02: Fail # Issue 1569 | |
| 260 GetSetSyntaxTest/03: Fail # Issue 1569 | |
| 261 GetSetSyntaxTest/04: Fail # Issue 1569 | |
| 262 GetSetSyntaxTest/05: Fail # Issue 1569 | |
| 263 GetSetSyntaxTest/06: Fail # Issue 1569 | |
| 264 GetSetSyntaxTest/07: Fail # Issue 1569 | |
| 265 GetSetSyntaxTest/08: Fail # Issue 1569 | |
| 266 GetSetSyntaxTest/09: Fail # Issue 1569 | |
| 267 GetSetSyntaxTest/10: Fail # Issue 1569 | |
| 268 GetSetSyntaxTest/11: Fail # Issue 1569 | |
| 269 GetSetSyntaxTest/12: Fail # Issue 1569 | |
| 270 GetSetSyntaxTest/13: Fail # Issue 1569 | |
| 271 GetSetSyntaxTest/14: Fail # Issue 1569 | |
| 272 GetSetSyntaxTest/15: Fail # Issue 1569 | |
| 245 ImplementTypeParameterNegativeTest: Skip # Issue 887 | 273 ImplementTypeParameterNegativeTest: Skip # Issue 887 |
| 246 FactoryImplementationTest: Fail # Issue 523 | 274 FactoryImplementationTest: Fail # Issue 523 |
| 247 PseudoKWTest: Fail # Issue 356 | 275 PseudoKWTest: Fail # Issue 356 |
| 248 NamingTest: Fail # Issue 356 | 276 NamingTest: Fail # Issue 356 |
| 249 DuplicateImplementsTest: Skip # Issue 976 | 277 DuplicateImplementsTest: Skip # Issue 976 |
| 250 ThirdTest: Fail # Issue 1511 | 278 ThirdTest: Fail # Issue 1511 |
| 251 | 279 |
| 252 CondExprTest: Fail | 280 CondExprTest: Fail |
| 253 | 281 |
| 254 SavannahTest: Skip # TODO(jimhug): Seems flaky on some configs - investigate. | 282 SavannahTest: Skip # TODO(jimhug): Seems flaky on some configs - investigate. |
| (...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 449 | 477 |
| 450 [ $component == frog && $mode == debug ] | 478 [ $component == frog && $mode == debug ] |
| 451 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 479 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 452 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 480 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 453 | 481 |
| 454 [ $arch == simarm ] | 482 [ $arch == simarm ] |
| 455 *: Skip | 483 *: Skip |
| 456 | 484 |
| 457 [ $arch == arm ] | 485 [ $arch == arm ] |
| 458 *: Skip | 486 *: Skip |
| OLD | NEW |