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

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

Issue 9453006: Update test expectations after issue 1804 was fixed. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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 | « tests/corelib/corelib-leg.status ('k') | no next file » | 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 prefix language 5 prefix language
6 6
7 [ $component == leg && $checked ] 7 [ $component == leg && $checked ]
8 *: Skip 8 *: Skip
9 9
10 10
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
96 Prefix10Test: Fail # lib11 is not a type 96 Prefix10Test: Fail # lib11 is not a type
97 Prefix11Test: Fail # lib11 is not a type 97 Prefix11Test: Fail # lib11 is not a type
98 Prefix12Test: Fail # named constructors with type arguments are not implemented 98 Prefix12Test: Fail # named constructors with type arguments are not implemented
99 Prefix14Test: Fail # prefixes not implemented 99 Prefix14Test: Fail # prefixes not implemented
100 Prefix15Test: Fail # lib12 is not a type 100 Prefix15Test: Fail # lib12 is not a type
101 Prefix17Test: Fail # lib12 is not a type 101 Prefix17Test: Fail # lib12 is not a type
102 Prefix21Test: Fail # Internal Error: Element.computeType. 102 Prefix21Test: Fail # Internal Error: Element.computeType.
103 Prefix22Test: Fail # library prefixes not handled 103 Prefix22Test: Fail # library prefixes not handled
104 PseudoKWTest: Fail # Unexpected token '(' 104 PseudoKWTest: Fail # Unexpected token '('
105 RegExpTest: Fail # named constructors with type arguments are not implemented 105 RegExpTest: Fail # named constructors with type arguments are not implemented
106 ResourceTest: Fail # #resource tag not recognized - issue 1807
106 RethrowTest: Fail # SsaBuilder: throw without expression not implemented 107 RethrowTest: Fail # SsaBuilder: throw without expression not implemented
107 SavannahTest: Fail # SsaBuilder.visitContinueStatement not implemented 108 SavannahTest: Fail # SsaBuilder.visitContinueStatement not implemented
108 StatementTest: Fail # switch cases are not implemented 109 StatementTest: Fail # switch cases are not implemented
109 StaticFieldTest: Fail # cannot resolve setValues 110 StaticFieldTest: Fail # cannot resolve setValues
110 StaticFinalFieldTest: Fail # map not implemented 111 StaticFinalFieldTest: Fail # map not implemented
111 StringInterpolate2Test: Fail # map not implemented 112 StringInterpolate2Test: Fail # map not implemented
112 StringInterpolateNPETest: Fail # TypeError: Cannot call method 'get$name' of und efined 113 StringInterpolateNPETest: Fail # TypeError: Cannot call method 'get$name' of und efined
113 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value 114 SuperAllNamedConstructorTest: Fail # Internal Error: Cannot find value
114 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his 115 SuperFieldAccessTest: Fail # Internal Error: SsaBuilder.visitIdentifier on non-t his
115 SuperFieldTest: Fail # no method named city in class B 116 SuperFieldTest: Fail # no method named city in class B
(...skipping 209 matching lines...) Expand 10 before | Expand all | Expand 10 after
325 # TODO(ahe): Categorize these failures. 326 # TODO(ahe): Categorize these failures.
326 ClosureBreak1Test: Fail 327 ClosureBreak1Test: Fail
327 ClosureBreak2Test: Fail 328 ClosureBreak2Test: Fail
328 ClosureBreakTest: Fail 329 ClosureBreakTest: Fail
329 ExecuteFinally3Test: Fail 330 ExecuteFinally3Test: Fail
330 ExecuteFinally9Test: Fail 331 ExecuteFinally9Test: Fail
331 332
332 333
333 [ $component == leg && $mode == release ] 334 [ $component == leg && $mode == release ]
334 AssignTopMethodNegativeTest: Crash 335 AssignTopMethodNegativeTest: Crash
335
336
337 [ $component == leg && $mode == debug ]
338 OperatorTest: Crash # VM assertion issue 1804.
OLDNEW
« no previous file with comments | « tests/corelib/corelib-leg.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698