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

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

Issue 10442107: Implement super read. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Update status files 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) 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 [ $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/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # Unimplemented non-matching static call 238 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t04: Fail # Unimplemented non-matching static call
239 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # Unimplemented non-matching static call 239 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A01_ t05: Fail # Unimplemented non-matching static call
240 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t04: Fail # internal error: super property store not implemented 240 Language/10_Expressions/14_Method_Invocation/3_Super_Invocation_A03_t04: Fail # internal error: super property store not implemented
241 Language/10_Expressions/20_Equality_A05_t01: Fail # != cannot be called on super 241 Language/10_Expressions/20_Equality_A05_t01: Fail # != cannot be called on super
242 Language/10_Expressions/20_Equality_A07_t01: Fail # === cannot be called on supe r 242 Language/10_Expressions/20_Equality_A07_t01: Fail # === cannot be called on supe r
243 Language/10_Expressions/20_Equality_A08_t01: Fail # !== cannot be called on supe r 243 Language/10_Expressions/20_Equality_A08_t01: Fail # !== cannot be called on supe r
244 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # ! cannot be called on super 244 Language/10_Expressions/25_Unary_Expressions_A01_t01: Fail # ! cannot be called on super
245 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # internal error: sup er property store not implemented 245 Language/10_Expressions/25_Unary_Expressions_A01_t10: Fail # internal error: sup er property store not implemented
246 Language/10_Expressions/27_Assignable_Expressions_A01_t02: Fail # internal error : super property store not implemented 246 Language/10_Expressions/27_Assignable_Expressions_A01_t02: Fail # internal error : super property store not implemented
247 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # internal error in parser. 247 Language/10_Expressions/27_Assignable_Expressions_A01_t26: Fail # internal error in parser.
248 Language/10_Expressions/27_Assignable_Expressions_A05_t01: Fail # internal error : super property read not implemented
249 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract". 248 Language/10_Expressions/28_Identifier_Reference_A02_t01: Fail # Pseudo keyword " abstract".
250 249
251 [ $compiler == dart2js && $runtime == d8 ] 250 [ $compiler == dart2js && $runtime == d8 ]
252 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # compiler cancelled: internal error: fall-through not implemented 251 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail # compiler cancelled: internal error: fall-through not implemented
253 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # compiler cancelled: internal error: fall-through not implemented 252 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail # compiler cancelled: internal error: fall-through not implemented
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

Powered by Google App Engine
This is Rietveld 408576698