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

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

Issue 10832136: Skeleton typedef type implementation (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Rebased and updated cf. comments 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 | « pkg/dartdoc/mirrors/dart2js_mirror.dart ('k') | tests/html/html.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 ] 5 [ $compiler == dart2js ]
6 # Rename "BadNumberFormatException" to "FormatException" 6 # Rename "BadNumberFormatException" to "FormatException"
7 # TODO(rnystrom): These can be enabled when 7 # TODO(rnystrom): These can be enabled when
8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed. 8 # http://code.google.com/p/co19/issues/detail?id=167 is fixed.
9 LibTest/core/BadNumberFormatException/*: Fail 9 LibTest/core/BadNumberFormatException/*: Fail
10 LibTest/core/double/toInt_A01_t03: Fail 10 LibTest/core/double/toInt_A01_t03: Fail
(...skipping 16 matching lines...) Expand all
27 27
28 [ $compiler == dart2js && $system == windows && $runtime == d8 ] 28 [ $compiler == dart2js && $system == windows && $runtime == d8 ]
29 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail # Compile-time error: duplicate definition 29 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail # Compile-time error: duplicate definition
30 LibTest/core/double/operator_remainder_A01_t04: Fail 30 LibTest/core/double/operator_remainder_A01_t04: Fail
31 31
32 [ $compiler == dart2js ] 32 [ $compiler == dart2js ]
33 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash 33 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash
34 Language/10_Expressions/09_This_A03_t04: Crash 34 Language/10_Expressions/09_This_A03_t04: Crash
35 Language/11_Statements/05_For_A01_t13: Crash 35 Language/11_Statements/05_For_A01_t13: Crash
36 36
37 # This test sometimes passes (as a negative test), sometimes it
38 # crashes. The problem is that there is a stack overflow in
39 # dart2js. The reason for the test sometimes passing is VM issue
40 # 3874. The stack overflow is addressed in
41 # https://chromiumcodereview.appspot.com/10661029/.
42 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Crash, Fail # Cyclic ty pedef check is not implemented.
43
37 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call 44 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call
38 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call 45 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call
39 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call 46 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call
40 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call 47 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call
41 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call 48 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call
42 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t04: Fail # Compile-time error: Unimplemented non-matching static call 49 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t04: Fail # Compile-time error: Unimplemented non-matching static call
43 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err or: duplicate definition 50 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err or: duplicate definition
44 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error: duplicate definition 51 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error: duplicate definition
45 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n ot a type 52 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n ot a type
46 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Compile-time error: error: cannot resolve foo 53 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Compile-time error: error: cannot resolve foo
(...skipping 402 matching lines...) Expand 10 before | Expand all | Expand 10 after
449 # The following tests may be broken, but require further review. 456 # The following tests may be broken, but require further review.
450 # 457 #
451 [ $compiler == dart2js && $runtime == d8 ] 458 [ $compiler == dart2js && $runtime == d8 ]
452 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN? 459 LibTest/core/Expect/identical_A01_t01: Fail # TODO(floitsch): Is NaN identical t o NaN?
453 460
454 461
455 # 462 #
456 # The following tests are all negative tests that should be fixed. 463 # The following tests are all negative tests that should be fixed.
457 # 464 #
458 [ $compiler == dart2js ] 465 [ $compiler == dart2js ]
459 Language/03_Overview/1_Scoping_A01_t35: Fail # @compile-error
460 Language/03_Overview/1_Scoping_A01_t39: Fail # @compile-error 466 Language/03_Overview/1_Scoping_A01_t39: Fail # @compile-error
461 Language/03_Overview/1_Scoping_A01_t40: Fail # @compile-error 467 Language/03_Overview/1_Scoping_A01_t40: Fail # @compile-error
462 Language/03_Overview/1_Scoping_A01_t41: Fail # @compile-error 468 Language/03_Overview/1_Scoping_A01_t41: Fail # @compile-error
463 Language/03_Overview/1_Scoping_A02_t10: Fail # @compile-error 469 Language/03_Overview/1_Scoping_A02_t10: Fail # @compile-error
464 Language/03_Overview/1_Scoping_A03_t05: Fail # @compile-error 470 Language/03_Overview/1_Scoping_A03_t05: Fail # @compile-error
465 Language/03_Overview/2_Privacy_A01_t09: Fail # @compile-error 471 Language/03_Overview/2_Privacy_A01_t09: Fail # @compile-error
466 Language/03_Overview/2_Privacy_A01_t10: Fail # @compile-error 472 Language/03_Overview/2_Privacy_A01_t10: Fail # @compile-error
467 Language/03_Overview/2_Privacy_A01_t19: Fail # @compile-error 473 Language/03_Overview/2_Privacy_A01_t19: Fail # @compile-error
468 Language/03_Overview/2_Privacy_A01_t20: Fail # @compile-error 474 Language/03_Overview/2_Privacy_A01_t20: Fail # @compile-error
469 Language/05_Variables/05_Variables_A01_t04: Fail # @compile-error 475 Language/05_Variables/05_Variables_A01_t04: Fail # @compile-error
(...skipping 270 matching lines...) Expand 10 before | Expand all | Expand 10 after
740 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error 746 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error
741 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error 747 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error
742 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error 748 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error
743 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error 749 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error
744 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error 750 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error
745 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 751 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
746 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 752 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
747 753
748 [ $compiler == dart2dart ] 754 [ $compiler == dart2dart ]
749 *: Skip 755 *: Skip
OLDNEW
« no previous file with comments | « pkg/dartdoc/mirrors/dart2js_mirror.dart ('k') | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698