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

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

Issue 9578021: Revert "Refactor constant part." (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 9 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 | « dart/tests/co19/co19-leg.status ('k') | dart/tests/language/src/CompileTimeConstant9Test.dart » ('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 prefix language 5 prefix language
6 6
7 [ $component == leg && $checked ] 7 [ $component == leg && $checked ]
8 *: Skip 8 *: Skip
9 9
10 10
(...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails. 135 AssertionTest: Fail # Expect.equals(expected: <0>, actual: <null>) fails.
136 BadNamedParametersTest: Fail # NullPointerException 136 BadNamedParametersTest: Fail # NullPointerException
137 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails. 137 BitOperationsTest: Fail # Expect.equals(expected: <18446744073709552000>, actual : <1>) fails.
138 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails. 138 ConstEscapeFrogTest: Fail # Expect.equals(expected: <null>, actual: <Instance of 'Bar'>) fails.
139 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails. 139 ConstListTest: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
140 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2- 3-5-4-6-7->) fails. 140 Constructor2Test: Fail # Expect.equals(expected: <1-2-3-4-5-6-7->, actual: <1-2- 3-5-4-6-7->) fails.
141 Constructor3Test: Fail # Expect.equals(expected: <1-2-3-4-5-6->, actual: <1-2-4- 3-5-6->) fails. 141 Constructor3Test: Fail # Expect.equals(expected: <1-2-3-4-5-6->, actual: <1-2-4- 3-5-6->) fails.
142 ExampleConstructorTest: Fail # Expect.equals(expected: <0 1 2 3 4 5 6 >, actual: <0 1 3 4 2 5 6 >) fails. 142 ExampleConstructorTest: Fail # Expect.equals(expected: <0 1 2 3 4 5 6 >, actual: <0 1 3 4 2 5 6 >) fails.
143 ExpectTest: Fail # Expect.identical did not fail 143 ExpectTest: Fail # Expect.identical did not fail
144 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail s. 144 FactoryImplementationTest: Fail # Expect.equals(expected: <1>, actual: <0>) fail s.
145 Factory2Test: Fail # (floitsch): on it.
145 GenericDeepTest: Fail # Expect.isTrue(false) fails. 146 GenericDeepTest: Fail # Expect.isTrue(false) fails.
146 GenericInheritanceTest: Fail # Expect.isTrue(false) fails. 147 GenericInheritanceTest: Fail # Expect.isTrue(false) fails.
147 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails. 148 GenericParameterizedExtendsTest: Fail # Expect.isTrue(false) fails.
148 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa ils. 149 ImpliedInterfaceTest: Fail # Expect.equals(expected: <true>, actual: <false>) fa ils.
149 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu al: <5>) fails. 150 InstanceCompoundAssignmentOperatorTest: Fail # Expect.equals(expected: <4>, actu al: <5>) fails.
150 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. 151 Instanceof2Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
151 LocalFunction3Test: Fail # Expect.equals(expected: <Closure>, actual: <Instance of 'Closure'>) fails. 152 LocalFunction3Test: Fail # Expect.equals(expected: <Closure>, actual: <Instance of 'Closure'>) fails.
152 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails. 153 ListLiteral3Test: Fail # Expect.equals(expected: <true>, actual: <false>) fails.
153 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails . 154 ListLiteral4Test: Fail # Expect.equals(expected: <110111>, actual: <null>) fails .
154 PrivateMemberTest: Fail # uncaught exception in toString 155 PrivateMemberTest: Fail # uncaught exception in toString
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
304 # TODO(ahe): Categorize these failures. 305 # TODO(ahe): Categorize these failures.
305 ClosureBreak1Test: Fail 306 ClosureBreak1Test: Fail
306 ClosureBreak2Test: Fail 307 ClosureBreak2Test: Fail
307 ClosureBreakTest: Fail 308 ClosureBreakTest: Fail
308 ExecuteFinally3Test: Fail 309 ExecuteFinally3Test: Fail
309 ExecuteFinally9Test: Fail 310 ExecuteFinally9Test: Fail
310 311
311 312
312 [ $component == leg && $mode == release ] 313 [ $component == leg && $mode == release ]
313 AssignTopMethodNegativeTest: Crash 314 AssignTopMethodNegativeTest: Crash
OLDNEW
« no previous file with comments | « dart/tests/co19/co19-leg.status ('k') | dart/tests/language/src/CompileTimeConstant9Test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698