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

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

Issue 10444138: Implement super store. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Update test status Created 8 years, 6 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
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 [ $compiler == dart2js && $system == macos && $runtime == d8 ] 5 [ $compiler == dart2js && $system == macos && $runtime == d8 ]
6 LibTest/core/Math/acos_A01_t01: Fail, OK 6 LibTest/core/Math/acos_A01_t01: Fail, OK
7 LibTest/core/Math/asin_A01_t01: Fail, OK 7 LibTest/core/Math/asin_A01_t01: Fail, OK
8 LibTest/core/Math/atan_A01_t01: Fail, OK 8 LibTest/core/Math/atan_A01_t01: Fail, OK
9 9
10 10
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented 238 Language/10_Expressions/01_Constants_A12_t01: Fail # internal error: CompileTime ConstantEvaluator not implemented
239 Language/10_Expressions/01_Constants_A15_t24: Fail # test will change: issue 227 7 239 Language/10_Expressions/01_Constants_A15_t24: Fail # test will change: issue 227 7
240 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # Unimplemented non-matching static call 240 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t01: Fail # Unimplemented non-matching static call
241 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # Unimplemented non-matching static call 241 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # Unimplemented non-matching static call
242 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # Unimplemented non-matching static call 242 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # Unimplemented non-matching static call
243 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t04: Fail # internal error: super property store not implemented 243 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t04: Fail # internal error: super property store not implemented
244 Language/10_Expressions/20_Equality_A05_t01: Fail # != cannot be called on super 244 Language/10_Expressions/20_Equality_A05_t01: Fail # != cannot be called on super
245 Language/10_Expressions/20_Equality_A07_t01: Fail # === cannot be called on supe r 245 Language/10_Expressions/20_Equality_A07_t01: Fail # === cannot be called on supe r
246 Language/10_Expressions/20_Equality_A08_t01: Fail # !== cannot be called on supe r 246 Language/10_Expressions/20_Equality_A08_t01: Fail # !== cannot be called on supe r
247 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # ! cannot be called on super 247 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # ! cannot be called on super
248 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # internal error: sup er property store not implemented
249 Language/10_Expressions/27_Assignable_Expressions_A01_t02: Fail # internal error : super property store not implemented 248 Language/10_Expressions/27_Assignable_Expressions_A01_t02: Fail # internal error : super property store not implemented
250 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # internal error in parser. 249 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # internal error in parser.
251 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract". 250 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract".
252 251
253 [ $compiler == dart2js && $runtime == d8 ] 252 [ $compiler == dart2js && $runtime == d8 ]
254 Language/03_Overview/2_Privacy_A01_t16: Fail # Expect.equals(expected: <1>, actu al: <54>) fails. 253 Language/03_Overview/2_Privacy_A01_t16: Fail # Expect.equals(expected: <1>, actu al: <54>) fails.
255 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails. 254 Language/11_Statements/09_Try_A05_t03: Fail # Expect.isTrue(false) fails.
256 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails. 255 Language/11_Statements/14_Throw_A03_t02: Fail # Expect.isTrue(false) fails.
257 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails. 256 Language/11_Statements/14_Throw_A03_t03: Fail # Expect.isTrue(false) fails.
258 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails. 257 Language/13_Types/4_Interface_Types_A12_t12: Fail # Expect.isFalse(true) fails.
(...skipping 285 matching lines...) Expand 10 before | Expand all | Expand 10 after
544 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error 543 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error
545 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error 544 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error
546 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error 545 Language/12_Libraries_and_Scripts/1_Imports_A03_t05: Fail, OK # @compile-error
547 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error 546 Language/12_Libraries_and_Scripts/1_Imports_A05_t01: Fail, OK # @compile-error
548 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error 547 Language/12_Libraries_and_Scripts/1_Imports_A07_t01: Fail, OK # @compile-error
549 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error 548 Language/12_Libraries_and_Scripts/1_Imports_A07_t02: Fail, OK # @compile-error
550 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error 549 Language/12_Libraries_and_Scripts/2_Includes_A01_t01: Fail, OK # @compile-error
551 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error 550 Language/12_Libraries_and_Scripts/2_Includes_A03_t03: Fail, OK # @compile-error
552 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error 551 Language/13_Types/1_Static_Types_A02_t08: Fail, OK # @compile-error
553 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 552 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
OLDNEW
« no previous file with comments | « dart/lib/compiler/implementation/ssa/codegen.dart ('k') | dart/tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698