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

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

Issue 10829168: Revert "Skeleton typedef type implementation" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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 | « lib/dartdoc/mirrors/dart2js_mirror.dart ('k') | tests/language/language_dart2js.status » ('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 [ $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 [ $compiler == dart2js && $system == windows && $runtime == d8 ] 10 [ $compiler == dart2js && $system == windows && $runtime == d8 ]
11 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail # Compile-time error: duplicate definition 11 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail # Compile-time error: duplicate definition
12 LibTest/core/double/operator_remainder_A01_t04: Fail 12 LibTest/core/double/operator_remainder_A01_t04: Fail
13 13
14 [ $compiler == dart2js ] 14 [ $compiler == dart2js ]
15 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash 15 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash
16 Language/10_Expressions/09_This_A03_t04: Crash 16 Language/10_Expressions/09_This_A03_t04: Crash
17 Language/11_Statements/05_For_A01_t13: Crash 17 Language/11_Statements/05_For_A01_t13: Crash
18 18
19 # This test sometimes passes (as a negative test), sometimes it 19 # This test sometimes passes (as a negative test), sometimes it
20 # crashes. The problem is that there is a stack overflow in 20 # crashes. The problem is that there is a stack overflow in
21 # dart2js. The reason for the test sometimes passing is VM issue 21 # dart2js. The reason for the test sometimes passing is VM issue
22 # 3874. The stack overflow is addressed in 22 # 3874. The stack overflow is addressed in
23 # https://chromiumcodereview.appspot.com/10661029/. 23 # https://chromiumcodereview.appspot.com/10661029/.
24 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Crash, Fail # Cyclic ty pedef check is not implemented. 24 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Crash, Pass
25 25
26 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call 26 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call
27 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call 27 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call
28 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call 28 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call
29 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call 29 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call
30 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call 30 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call
31 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t04: Fail # Compile-time error: Unimplemented non-matching static call 31 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t04: Fail # Compile-time error: Unimplemented non-matching static call
32 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err or: duplicate definition 32 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err or: duplicate definition
33 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error: duplicate definition 33 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error: duplicate definition
34 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n ot a type 34 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n ot a type
(...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after
721 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error 721 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error
722 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error 722 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error
723 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or 723 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or
724 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or 724 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or
725 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 725 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
726 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error 726 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error
727 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error 727 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error
728 728
729 [ $compiler == dart2dart ] 729 [ $compiler == dart2dart ]
730 *: Skip 730 *: Skip
OLDNEW
« no previous file with comments | « lib/dartdoc/mirrors/dart2js_mirror.dart ('k') | tests/language/language_dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698