OLD | NEW |
---|---|
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2011, 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 ] | 7 [ $component == leg ] |
8 AbstractStaticNegativeTest: Fail | 8 AbstractStaticNegativeTest: Fail |
9 AllocateTest: Fail | 9 AllocateTest: Fail |
10 ApplicationTest: Fail | 10 ApplicationTest: Fail |
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
74 ConstructorReturnNegativeTest: Fail | 74 ConstructorReturnNegativeTest: Fail |
75 ConstructorReturnTest: Fail | 75 ConstructorReturnTest: Fail |
76 ConstructorReturnWithArrowNegativeTest: Fail | 76 ConstructorReturnWithArrowNegativeTest: Fail |
77 ConstructorReturnWithInitAndArrowNegativeTest: Fail | 77 ConstructorReturnWithInitAndArrowNegativeTest: Fail |
78 ConstructorReturnWithInitNegativeTest: Fail | 78 ConstructorReturnWithInitNegativeTest: Fail |
79 ConstructorTest: Crash | 79 ConstructorTest: Crash |
80 ContextArgsWithDefaultsTest: Fail | 80 ContextArgsWithDefaultsTest: Fail |
81 ContextTest: Crash | 81 ContextTest: Crash |
82 ContinueTest: Fail | 82 ContinueTest: Fail |
83 CyclicImportTest: Fail | 83 CyclicImportTest: Fail |
84 CyclicTypeVariableTest: Fail | |
84 DefaultClassImplicitConstructorTest: Fail | 85 DefaultClassImplicitConstructorTest: Fail |
85 DefaultFactory2Test: Fail | 86 DefaultFactory2Test: Fail |
86 DefaultFactoryLibraryTest: Fail | 87 DefaultFactoryLibraryTest: Fail |
87 DefaultFactoryTest: Fail | 88 DefaultFactoryTest: Fail |
88 DefaultImplementationTest: Fail | 89 DefaultImplementationTest: Fail |
89 DefaultInitTest: Fail | 90 DefaultInitTest: Fail |
90 DeoptNoFeedbackTest: Fail | 91 DeoptNoFeedbackTest: Fail |
91 DeoptimizationTest: Fail | 92 DeoptimizationTest: Fail |
92 DivByZeroTest: Fail | 93 DivByZeroTest: Fail |
93 DoWhileTest: Fail | 94 DoWhileTest: Fail |
(...skipping 188 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
282 Prefix22Test: Fail # Issue 575 | 283 Prefix22Test: Fail # Issue 575 |
283 Prefix23Test: Fail # Issue 575 | 284 Prefix23Test: Fail # Issue 575 |
284 Prefix8NegativeTest: Crash | 285 Prefix8NegativeTest: Crash |
285 Prefix9NegativeTest: Crash | 286 Prefix9NegativeTest: Crash |
286 PrefixTest: Fail | 287 PrefixTest: Fail |
287 Private2Test: Fail | 288 Private2Test: Fail |
288 Private3Test: Fail | 289 Private3Test: Fail |
289 PrivateMemberTest: Fail | 290 PrivateMemberTest: Fail |
290 PrivateTest: Fail | 291 PrivateTest: Fail |
291 PropertyFieldOverrideTest: Fail | 292 PropertyFieldOverrideTest: Fail |
292 PseudoKWIllegalTest/01: Fail | 293 PseudoKWIllegalTest/01: Fail |
zundel
2012/01/13 17:25:23
(this is from a sync up to tip of trunk, not my ch
| |
293 PseudoKWIllegalTest/02: Fail | 294 PseudoKWIllegalTest/02: Fail |
294 PseudoKWIllegalTest/03: Fail | 295 PseudoKWIllegalTest/03: Fail |
295 PseudoKWIllegalTest/04: Fail | 296 PseudoKWIllegalTest/04: Fail |
296 PseudoKWIllegalTest/05: Fail | 297 PseudoKWIllegalTest/05: Fail |
297 PseudoKWIllegalTest/06: Fail | 298 PseudoKWIllegalTest/06: Fail |
298 PseudoKWIllegalTest/07: Fail | 299 PseudoKWIllegalTest/07: Fail |
299 PseudoKWIllegalTest/08: Fail | 300 PseudoKWIllegalTest/08: Fail |
300 PseudoKWIllegalTest/09: Fail | 301 PseudoKWIllegalTest/09: Fail |
301 PseudoKWIllegalTest/10: Fail | 302 PseudoKWIllegalTest/10: Fail |
302 PseudoKWIllegalTest/11: Fail | 303 PseudoKWIllegalTest/11: Fail |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
388 TypeVariableBoundsTest/06: Fail | 389 TypeVariableBoundsTest/06: Fail |
389 TypeVariableBoundsTest/09: Fail | 390 TypeVariableBoundsTest/09: Fail |
390 TypeVariableBoundsTest/10: Fail | 391 TypeVariableBoundsTest/10: Fail |
391 TypeVariableBoundsTest/none: Fail | 392 TypeVariableBoundsTest/none: Fail |
392 TypeVariableScopeTest/none: Fail | 393 TypeVariableScopeTest/none: Fail |
393 TypedMessageTest: Fail | 394 TypedMessageTest: Fail |
394 Unary2Test: Fail | 395 Unary2Test: Fail |
395 UnaryTest: Fail | 396 UnaryTest: Fail |
396 UnboundGetterTest: Fail | 397 UnboundGetterTest: Fail |
397 WhileTest: Fail | 398 WhileTest: Fail |
OLD | NEW |