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 prefix language | 5 prefix language |
6 | 6 |
7 [ $component == leg && $checked ] | 7 [ $component == leg && $checked ] |
8 *: Skip | 8 *: Skip |
9 | 9 |
10 | 10 |
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
275 PseudoKWTest: Fail | 275 PseudoKWTest: Fail |
276 RegEx2Test: Fail | 276 RegEx2Test: Fail |
277 RegExp2Test: Fail | 277 RegExp2Test: Fail |
278 RegExp3Test: Fail | 278 RegExp3Test: Fail |
279 RegExpTest: Fail | 279 RegExpTest: Fail |
280 RethrowTest: Fail | 280 RethrowTest: Fail |
281 SavannahTest: Fail | 281 SavannahTest: Fail |
282 ScopeNegativeTest: Fail | 282 ScopeNegativeTest: Fail |
283 Script1NegativeTest: Fail | 283 Script1NegativeTest: Fail |
284 ScriptNegativeTest: Fail | 284 ScriptNegativeTest: Fail |
| 285 SetterDeclarationNegativeTest: Fail |
| 286 SetterDeclaration2NegativeTest: Fail |
285 StackOverflowTest: Fail | 287 StackOverflowTest: Fail |
286 StackTraceTest: Fail | 288 StackTraceTest: Fail |
287 StatementTest: Fail | 289 StatementTest: Fail |
288 StaticFieldTest: Fail | 290 StaticFieldTest: Fail |
289 StaticFinalField2NegativeTest: Fail | 291 StaticFinalField2NegativeTest: Fail |
290 StaticFinalFieldNegativeTest: Fail | 292 StaticFinalFieldNegativeTest: Fail |
291 StaticFinalFieldTest: Fail | 293 StaticFinalFieldTest: Fail |
292 StaticImplicitClosureTest: Fail | 294 StaticImplicitClosureTest: Fail |
293 StaticImplicitClosureTest: Fail | 295 StaticImplicitClosureTest: Fail |
294 StaticTopLevelTest/00: Fail | 296 StaticTopLevelTest/00: Fail |
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
350 TypeVariableBoundsTest/10: Fail | 352 TypeVariableBoundsTest/10: Fail |
351 TypeVariableBoundsTest/none: Fail | 353 TypeVariableBoundsTest/none: Fail |
352 TypeVariableScopeTest/none: Fail | 354 TypeVariableScopeTest/none: Fail |
353 TypedMessageTest: Fail | 355 TypedMessageTest: Fail |
354 WhileTest: Fail | 356 WhileTest: Fail |
355 | 357 |
356 [ $component == leg && $mode == debug] | 358 [ $component == leg && $mode == debug] |
357 BranchesTest: Crash # VM issue 1570 | 359 BranchesTest: Crash # VM issue 1570 |
358 IncrOpTest: Crash # VM issue 1570 | 360 IncrOpTest: Crash # VM issue 1570 |
359 ManyCallsTest: Crash # VM issue 1570 | 361 ManyCallsTest: Crash # VM issue 1570 |
OLD | NEW |