Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(39)

Side by Side Diff: tests/language/language.status

Issue 10143004: Map malformed function result type and malformed function parameter type to (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « runtime/vm/object.cc ('k') | tests/language/language-leg.status » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
64 ConstConstructorSyntaxTest/05: Fail 64 ConstConstructorSyntaxTest/05: Fail
65 65
66 ConstructorRedirectTest/01: Fail # Issue 2103. 66 ConstructorRedirectTest/01: Fail # Issue 2103.
67 67
68 # DartC or Frog specific tests that should not be run by the VM 68 # DartC or Frog specific tests that should not be run by the VM
69 *DartcTest: Skip 69 *DartcTest: Skip
70 *DartcNegativeTest: Skip 70 *DartcNegativeTest: Skip
71 *FrogTest: Skip 71 *FrogTest: Skip
72 *FrogNegativeTest: Skip 72 *FrogNegativeTest: Skip
73 73
74 [ $compiler == none && $unchecked ]
75
76 Prefix16NegativeTest: Fail # Bug 5532534
77
78 [ $compiler == none && $mode == debug ] 74 [ $compiler == none && $mode == debug ]
79 GCTest: Skip # Takes too long. 75 GCTest: Skip # Takes too long.
80 76
81 [ $compiler == dartc ] 77 [ $compiler == dartc ]
82 AbstractSyntaxTest/01: Fail 78 AbstractSyntaxTest/01: Fail
83 ApplicationNegativeTest: Fail 79 ApplicationNegativeTest: Fail
84 AssertKeywordNegativeTest: Fail 80 AssertKeywordNegativeTest: Fail
85 AssertTest: Fail # Uses AssertError class. Bug 4385894. 81 AssertTest: Fail # Uses AssertError class. Bug 4385894.
86 AssignInstanceMethodNegativeTest: Fail 82 AssignInstanceMethodNegativeTest: Fail
87 BadNamedParametersTest: Fail # Issue 1941 83 BadNamedParametersTest: Fail # Issue 1941
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249 115 OverrideFieldMethod2NegativeTest: Fail # Bug 5215249
120 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249 116 OverrideFieldMethod3NegativeTest: Fail # Bug 5215249
121 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249 117 OverrideFieldMethod4NegativeTest: Fail # Bug 5215249
122 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249 118 OverrideFieldMethod5NegativeTest: Fail # Bug 5215249
123 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249 119 OverrideFieldMethod6NegativeTest: Fail # Bug 5215249
124 OverrideFieldTest/04: Fail # Bug 5215249 120 OverrideFieldTest/04: Fail # Bug 5215249
125 OverrideMethodWithFieldTest/01: Fail # Bug 5215249 121 OverrideMethodWithFieldTest/01: Fail # Bug 5215249
126 Prefix101Test: Fail # Allow multiple imports with same prefix. 122 Prefix101Test: Fail # Allow multiple imports with same prefix.
127 Prefix11NegativeTest: Fail # Issue 2383, Bug 5406175 123 Prefix11NegativeTest: Fail # Issue 2383, Bug 5406175
128 Prefix12NegativeTest: Fail # Issue 2383, Bug 5406175 124 Prefix12NegativeTest: Fail # Issue 2383, Bug 5406175
129 Prefix16NegativeTest: Fail # Issue 2383, Bug 5532534
130 Prefix3NegativeTest: Fail # Issue 2383, Bug 5406175 125 Prefix3NegativeTest: Fail # Issue 2383, Bug 5406175
131 Prefix6NegativeTest: Fail # Issue 2383 126 Prefix6NegativeTest: Fail # Issue 2383
132 PrivateFactoryResolutionNegativeTest: Fail # Issue 2275 127 PrivateFactoryResolutionNegativeTest: Fail # Issue 2275
133 PrivateMember3NegativeTest: Fail # Issue 2383 128 PrivateMember3NegativeTest: Fail # Issue 2383
134 PseudoKWIllegalTest/01: Fail # Issue 356 129 PseudoKWIllegalTest/01: Fail # Issue 356
135 PseudoKWIllegalTest/02: Fail # Issue 356 130 PseudoKWIllegalTest/02: Fail # Issue 356
136 PseudoKWIllegalTest/03: Fail # Issue 356 131 PseudoKWIllegalTest/03: Fail # Issue 356
137 PseudoKWIllegalTest/04: Fail # Issue 356 132 PseudoKWIllegalTest/04: Fail # Issue 356
138 PseudoKWIllegalTest/05: Fail # Issue 356 133 PseudoKWIllegalTest/05: Fail # Issue 356
139 PseudoKWIllegalTest/06: Fail # Issue 356 134 PseudoKWIllegalTest/06: Fail # Issue 356
(...skipping 190 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 NullToStringTest: Fail 325 NullToStringTest: Fail
331 NumbersTest: Fail 326 NumbersTest: Fail
332 OverrideFieldTest/01: Fail 327 OverrideFieldTest/01: Fail
333 OverrideFieldTest/04: Fail 328 OverrideFieldTest/04: Fail
334 OverrideMethodWithFieldTest/01: Fail 329 OverrideMethodWithFieldTest/01: Fail
335 ParameterInitializer5NegativeTest: Fail # Issue 581 330 ParameterInitializer5NegativeTest: Fail # Issue 581
336 Prefix101Test: Fail # Allow multiple imports with same prefix. 331 Prefix101Test: Fail # Allow multiple imports with same prefix.
337 Prefix8NegativeTest: Fail 332 Prefix8NegativeTest: Fail
338 Prefix9NegativeTest: Fail 333 Prefix9NegativeTest: Fail
339 Prefix11NegativeTest: Fail 334 Prefix11NegativeTest: Fail
340 Prefix16NegativeTest: Fail 335 Prefix16Test: Fail
341 Prefix20NegativeTest: Fail 336 Prefix20NegativeTest: Fail
342 PrivateMemberTest: Fail 337 PrivateMemberTest: Fail
343 PrivateMember1NegativeTest: Fail 338 PrivateMember1NegativeTest: Fail
344 PrivateMember2NegativeTest: Fail 339 PrivateMember2NegativeTest: Fail
345 PrivateMember3NegativeTest: Fail 340 PrivateMember3NegativeTest: Fail
346 PrivateTest: Fail 341 PrivateTest: Fail
347 RegExp3Test: Fail 342 RegExp3Test: Fail
348 ScopeNegativeTest: Fail 343 ScopeNegativeTest: Fail
349 ScriptNegativeTest: Fail 344 ScriptNegativeTest: Fail
350 SuperImplicitClosureTest: Fail 345 SuperImplicitClosureTest: Fail
(...skipping 111 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 457
463 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ] 458 [ ($compiler == frog || $compiler == frogsh) && $runtime == none ]
464 *: Skip 459 *: Skip
465 460
466 [ $arch == simarm ] 461 [ $arch == simarm ]
467 *: Skip 462 *: Skip
468 463
469 [ $arch == arm ] 464 [ $arch == arm ]
470 *: Skip 465 *: Skip
471 466
OLDNEW
« no previous file with comments | « runtime/vm/object.cc ('k') | tests/language/language-leg.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698