| 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 93 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 104 | 104 |
| 105 [ $component == vm && $mode == release ] | 105 [ $component == vm && $mode == release ] |
| 106 | 106 |
| 107 [ $component == dartc || $component == chromium ] | 107 [ $component == dartc || $component == chromium ] |
| 108 | 108 |
| 109 # Marked failed after code generation removed from dartc | 109 # Marked failed after code generation removed from dartc |
| 110 | 110 |
| 111 ApplicationNegativeTest: Fail # status change with --check-only | 111 ApplicationNegativeTest: Fail # status change with --check-only |
| 112 AssertKeywordNegativeTest: Fail # status change with --check-only | 112 AssertKeywordNegativeTest: Fail # status change with --check-only |
| 113 AssignInstanceMethodNegativeTest: Fail # status change with --check-only | 113 AssignInstanceMethodNegativeTest: Fail # status change with --check-only |
| 114 BitOperationsTest: Pass # status change with --check-only | |
| 115 BodyLessConstructorWrongArgNegativeTest: Fail # status change with --check-on
ly | 114 BodyLessConstructorWrongArgNegativeTest: Fail # status change with --check-on
ly |
| 116 CallOperatorTest: Pass # status change with --check-only | 115 CallOperatorTest: Pass # status change with --check-only |
| 117 CallThroughNullGetterTest: Pass # status change with --check-only | 116 CallThroughNullGetterTest: Pass # status change with --check-only |
| 118 CharEscapeTest: Pass # status change with --check-only | 117 CharEscapeTest: Pass # status change with --check-only |
| 119 ClosureCallWrongArgumentCountNegativeTest: Fail # status change with --check-
only | 118 ClosureCallWrongArgumentCountNegativeTest: Fail # status change with --check-
only |
| 120 ConstCounterNegativeTest: Fail # status change with --check-only | 119 ConstCounterNegativeTest: Fail # status change with --check-only |
| 121 ConstInit4NegativeTest: Fail # status change with --check-only | 120 ConstInit4NegativeTest: Fail # status change with --check-only |
| 122 ConstObjectsAreImmutableTest: Pass # status change with --check-only | 121 ConstObjectsAreImmutableTest: Pass # status change with --check-only |
| 123 Constructor2Test: Pass # status change with --check-only | 122 Constructor2Test: Pass # status change with --check-only |
| 124 Constructor3NegativeTest: Fail # status change with --check-only | 123 Constructor3NegativeTest: Fail # status change with --check-only |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 157 RegExp3Test: Pass # status change with --check-only | 156 RegExp3Test: Pass # status change with --check-only |
| 158 StackOverflowTest: Pass # status change with --check-only | 157 StackOverflowTest: Pass # status change with --check-only |
| 159 StackTraceTest: Pass # status change with --check-only | 158 StackTraceTest: Pass # status change with --check-only |
| 160 StaticCallWrongArgumentCountNegativeTest: Fail # status change with --check-o
nly | 159 StaticCallWrongArgumentCountNegativeTest: Fail # status change with --check-o
nly |
| 161 StaticField1aRunNegativeTest: Fail # status change with --check-only | 160 StaticField1aRunNegativeTest: Fail # status change with --check-only |
| 162 StaticField1RunNegativeTest: Fail # status change with --check-only | 161 StaticField1RunNegativeTest: Fail # status change with --check-only |
| 163 StaticField2aRunNegativeTest: Fail # status change with --check-only | 162 StaticField2aRunNegativeTest: Fail # status change with --check-only |
| 164 StaticField2RunNegativeTest: Fail # status change with --check-only | 163 StaticField2RunNegativeTest: Fail # status change with --check-only |
| 165 StringConcatTest: Pass # status change with --check-only | 164 StringConcatTest: Pass # status change with --check-only |
| 166 Switch3NegativeTest: Fail # status change with --check-only | 165 Switch3NegativeTest: Fail # status change with --check-only |
| 167 SyntaxTest/29: Fail # status change with --check-only | 166 |
| 168 SyntaxTest/30: Fail # status change with --check-only | |
| 169 TypeChecksInFactoryMethodTest: Pass # status change with --check-only | 167 TypeChecksInFactoryMethodTest: Pass # status change with --check-only |
| 170 | 168 |
| 171 | 169 |
| 172 # Problems traiaged before static analysis-only change | 170 # Problems traiaged before static analysis-only change |
| 173 | 171 |
| 174 AssertTest: Fail # Uses AssertError class. Bug 4385894. | 172 AssertTest: Fail # Uses AssertError class. Bug 4385894. |
| 175 BitOperationsTest: Fail # Uses bignums. | |
| 176 CTConstTest: Fail # Bug 5202940, Issue 176 | 173 CTConstTest: Fail # Bug 5202940, Issue 176 |
| 177 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. | 174 CallThroughNullGetterTest: Fail # Throw ObjectNotClosure instead of NullPointerE
xception. |
| 178 CallOperatorTest: Fail # Issue 1355 | 175 CallOperatorTest: Fail # Issue 1355 |
| 179 CharEscapeTest: Fail | 176 CharEscapeTest: Fail |
| 180 ConstInit6NegativeTest: Fail # Issue 811 | 177 ConstInit6NegativeTest: Fail # Issue 811 |
| 181 ConstObjectsAreImmutableTest: Fail # Bug 5202940, Issue 176 | 178 ConstObjectsAreImmutableTest: Fail # Bug 5202940, Issue 176 |
| 182 Constructor2Test: Fail # Issue 255 | 179 Constructor2Test: Fail # Issue 255 |
| 183 Constructor3Test: Fail # Issue 257 | 180 Constructor3Test: Fail # Issue 257 |
| 184 Constructor4Test: Fail # Issue 286 | 181 Constructor4Test: Fail # Issue 286 |
| 185 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars
e | 182 Constructor5Test: Fail # Issue 8440015 + 'super' initializer does not pars
e |
| (...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 243 RegExp3Test: Fail # 5299683 | 240 RegExp3Test: Fail # 5299683 |
| 244 ScopeNegativeTest: Fail # Bug 4207538. | 241 ScopeNegativeTest: Fail # Bug 4207538. |
| 245 StackOverflowTest: Fail # Bug 4591172. | 242 StackOverflowTest: Fail # Bug 4591172. |
| 246 StackTraceTest: Fail # Bug 4971920. | 243 StackTraceTest: Fail # Bug 4971920. |
| 247 StringConcatTest: Fail # Bug 5196164 | 244 StringConcatTest: Fail # Bug 5196164 |
| 248 StringEscape1NegativeTest: Fail # Issue 1351. | 245 StringEscape1NegativeTest: Fail # Issue 1351. |
| 249 StringEscape4NegativeTest: Fail # Issue 1351. | 246 StringEscape4NegativeTest: Fail # Issue 1351. |
| 250 SuperOperatorTest: Fail # Bug 4995463. | 247 SuperOperatorTest: Fail # Bug 4995463. |
| 251 Switch7NegativeTest: Fail # Bug 4208467. | 248 Switch7NegativeTest: Fail # Bug 4208467. |
| 252 SwitchLabelTest: Fail # Bug 4208467. | 249 SwitchLabelTest: Fail # Bug 4208467. |
| 250 SyntaxTest/29: Fail # Issue 1606 |
| 251 SyntaxTest/30: Fail # Issue 1606 |
| 253 SyntaxTest/31: Fail # Issue 1108 | 252 SyntaxTest/31: Fail # Issue 1108 |
| 254 SyntaxTest/32: Fail # Issue 1108 | 253 SyntaxTest/32: Fail # Issue 1108 |
| 255 SyntaxTest/33: Fail # Issue 1108 | 254 SyntaxTest/33: Fail # Issue 1108 |
| 256 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 | 255 ThirdTest: Skip # Seems flaky in dartc after fixing test, was Bug 5339586 |
| 257 Throw7NegativeTest: Fail # Bug 4208459. | 256 Throw7NegativeTest: Fail # Bug 4208459. |
| 258 TypeChecksInFactoryMethodTest: Fail # Issue 925 | 257 TypeChecksInFactoryMethodTest: Fail # Issue 925 |
| 259 | 258 |
| 260 # | 259 # |
| 261 # Add new dartc annotations above in alphabetical order | 260 # Add new dartc annotations above in alphabetical order |
| 262 # | 261 # |
| (...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 527 [ $component == frog && $mode == debug ] | 526 [ $component == frog && $mode == debug ] |
| 528 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. | 527 ConstructorRedirect1NegativeTest: Skip # Undiagnosed infinite loop. |
| 529 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. | 528 ConstructorRedirect2NegativeTest: Skip # Undiagnosed infinite loop. |
| 530 | 529 |
| 531 [ $arch == simarm ] | 530 [ $arch == simarm ] |
| 532 *: Skip | 531 *: Skip |
| 533 | 532 |
| 534 [ $arch == arm ] | 533 [ $arch == arm ] |
| 535 *: Skip | 534 *: Skip |
| 536 | 535 |
| OLD | NEW |