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

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

Issue 10703004: Update status file and fix a "static inheritance" bug. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 5 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
11 [ $compiler == dart2js ] 11 [ $compiler == dart2js ]
12 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash 12 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash
13 Language/10_Expressions/09_This_A03_t04: Crash 13 Language/10_Expressions/09_This_A03_t04: Crash
14 Language/11_Statements/05_For_A01_t13: Crash 14 Language/11_Statements/05_For_A01_t13: Crash
15 15
16 # This test sometimes passes (as a negative test), sometimes it
17 # crashes. The problem is that there is a stack overflow in
18 # dart2js. The reason for the test sometimes passing is VM issue
19 # 3874. The stack overflow is addressed in
20 # https://chromiumcodereview.appspot.com/10661029/.
21 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Crash, Pass
22
16 23
17 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call 24 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call
18 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call 25 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call
19 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call 26 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call
20 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call 27 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call
21 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call 28 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call
22 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t04: Fail # Compile-time error: Unimplemented non-matching static call 29 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t04: Fail # Compile-time error: Unimplemented non-matching static call
23 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err or: duplicate definition 30 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err or: duplicate definition
24 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error: duplicate definition 31 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error: duplicate definition
25 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n ot a type 32 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n ot a type
(...skipping 657 matching lines...) Expand 10 before | Expand all | Expand 10 after
683 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error 690 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error
684 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error 691 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error
685 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error 692 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error
686 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error 693 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error
687 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error 694 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error
688 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or 695 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or
689 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or 696 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or
690 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 697 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
691 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error 698 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error
692 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error 699 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698