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

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

Issue 10661029: Ensure interfaces are loaded. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased 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
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
11 LibTest/core/double/toInt_A01_t04: Fail 11 LibTest/core/double/toInt_A01_t04: Fail
12 LibTest/core/Math/parseInt_A02_t01: Fail 12 LibTest/core/Math/parseInt_A02_t01: Fail
13 LibTest/core/Math/parseDouble_A02_t01: Fail 13 LibTest/core/Math/parseDouble_A02_t01: Fail
14 14
15 [ $compiler == dart2js && $system == macos && $runtime == d8 ] 15 [ $compiler == dart2js && $system == macos && $runtime == d8 ]
16 LibTest/core/Math/acos_A01_t01: Fail, OK 16 LibTest/core/Math/acos_A01_t01: Fail, OK
17 LibTest/core/Math/asin_A01_t01: Fail, OK 17 LibTest/core/Math/asin_A01_t01: Fail, OK
18 LibTest/core/Math/atan_A01_t01: Fail, OK 18 LibTest/core/Math/atan_A01_t01: Fail, OK
19 19
20 [ $compiler == dart2js && $system == windows && $runtime == d8 ] 20 [ $compiler == dart2js && $system == windows && $runtime == d8 ]
21 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail # Compile-time error: duplicate definition 21 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail # Compile-time error: duplicate definition
22 LibTest/core/double/operator_remainder_A01_t04: Fail 22 LibTest/core/double/operator_remainder_A01_t04: Fail
23 23
24 [ $compiler == dart2js ] 24 [ $compiler == dart2js ]
25 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash 25 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash
26 Language/10_Expressions/09_This_A03_t04: Crash 26 Language/10_Expressions/09_This_A03_t04: Crash
27 Language/11_Statements/05_For_A01_t13: Crash 27 Language/11_Statements/05_For_A01_t13: Crash
28 28
29 # This test sometimes passes (as a negative test), sometimes it
30 # crashes. The problem is that there is a stack overflow in
31 # dart2js. The reason for the test sometimes passing is VM issue
32 # 3874. The stack overflow is addressed in
33 # https://chromiumcodereview.appspot.com/10661029/.
34 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Crash, Pass
35
36 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call 29 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t01: Fail # Compile-time error: Unimplemented non-matching static call
37 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call 30 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t04: Fail # Compile-time error: Unimplemented non-matching static call
38 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call 31 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t05: Fail # Compile-time error: Unimplemented non-matching static call
39 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call 32 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A06_ t08: Fail # Compile-time error: Unimplemented non-matching static call
40 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call 33 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t01: Fail # Compile-time error: Unimplemented non-matching static call
41 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t04: Fail # Compile-time error: Unimplemented non-matching static call 34 Language/10_Expressions/13_Function_Invocation/2_Binding_Actuals_to_Formals_A07_ t04: Fail # Compile-time error: Unimplemented non-matching static call
42 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err or: duplicate definition 35 Language/10_Expressions/28_Identifier_Reference_A08_t04: Fail # Compile-time err or: duplicate definition
43 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error: duplicate definition 36 Language/12_Libraries_and_Scripts/2_Imports_A02_t09: Fail # Compile-time error: duplicate definition
44 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n ot a type 37 Language/03_Overview/1_Scoping_A02_t05: Fail # Compile-time error: error: C is n ot a type
45 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Compile-time error: error: cannot resolve foo 38 Language/12_Libraries_and_Scripts/2_Imports_A07_t03: Fail # Compile-time error: error: cannot resolve foo
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
220 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). 213 Language/11_Statements/02_Expression_Statements_A01_t05: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
221 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug). 214 Language/11_Statements/02_Expression_Statements_A01_t07: Fail, OK # Bad test: an expression statement cannot start with a map literal (specification bug).
222 Language/11_Statements/07_Do_A02_t02: Fail, OK # co19 issue 145. 215 Language/11_Statements/07_Do_A02_t02: Fail, OK # co19 issue 145.
223 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail, OK # D art issue 2259. 216 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t01: Fail, OK # D art issue 2259.
224 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail, OK # D art issue 2259. 217 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A02_t03: Fail, OK # D art issue 2259.
225 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail, OK # D art issue 2259. 218 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t20: Fail, OK # D art issue 2259.
226 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl ed non-BMP character: U+10000 219 LibTest/core/String/String_class_A02_t01: Fail, OK # compiler cancelled: Unhandl ed non-BMP character: U+10000
227 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 220 LibTest/core/String/charCodeAt_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
228 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000 221 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
229 222
230 LibTest/core/Math/max_A01_t03: Fail # co19 issue 157 223 LibTest/core/Math/max_A01_t03: Fail, OK # co19 issue 157
231 LibTest/core/Math/min_A01_t03: Fail # co19 issue 157 224 LibTest/core/Math/min_A01_t03: Fail, OK # co19 issue 157
225 Language/08_Interfaces/2_Getters_and_Setters_A04_t02: Fail, OK # Bad test, fixed in r295.
226 Language/08_Interfaces/2_Getters_and_Setters_A09_t02: Fail, OK # Bad test, fixed in r295.
227
232 228
233 [ $compiler == dart2js && $runtime == d8 ] 229 [ $compiler == dart2js && $runtime == d8 ]
234 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333 230 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A04_t01: F ail, Pass # issue 3333
235 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333 231 LibTest/core/RegExp/Pattern_semantics/firstMatch_CharacterClassEscape_A03_t01: F ail, Pass # issue 3333
236 232
237 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint. 233 Language/10_Expressions/03_Numbers_A01_t06: Fail, OK # Requires bigint.
238 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint. 234 Language/10_Expressions/03_Numbers_A01_t09: Fail, OK # Requires bigint.
239 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string. 235 LibTest/core/Date/Date_A01_t01: Fail, OK # Generates bad date and expect exact p rint string.
240 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int. 236 LibTest/core/Date/year_A01_t01: Fail, OK # Requires big int.
241 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom. 237 LibTest/core/List/sort_A01_t02: Fail, OK # No method List.copyFrom.
(...skipping 323 matching lines...) Expand 10 before | Expand all | Expand 10 after
565 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t06: Fail, OK # @ compile-error 561 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t06: Fail, OK # @ compile-error
566 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail, OK # @ compile-error 562 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail, OK # @ compile-error
567 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail, OK # @ compile-error 563 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail, OK # @ compile-error
568 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail, OK # @ compile-error 564 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail, OK # @ compile-error
569 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t02: Fail, OK # @ compile-error 565 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t02: Fail, OK # @ compile-error
570 Language/07_Classes/5_Constructors/3_Constant_Constructors_A05_t03: Fail, OK # @ compile-error 566 Language/07_Classes/5_Constructors/3_Constant_Constructors_A05_t03: Fail, OK # @ compile-error
571 Language/07_Classes/9_Superinterfaces_A04_t01: Fail, OK # @compile-error 567 Language/07_Classes/9_Superinterfaces_A04_t01: Fail, OK # @compile-error
572 Language/08_Interfaces/1_Methods/1_Operators_A02_t01: Fail, OK # @compile-error 568 Language/08_Interfaces/1_Methods/1_Operators_A02_t01: Fail, OK # @compile-error
573 Language/08_Interfaces/1_Methods/1_Operators_A03_t01: Fail, OK # @compile-error 569 Language/08_Interfaces/1_Methods/1_Operators_A03_t01: Fail, OK # @compile-error
574 Language/08_Interfaces/1_Methods_A01_t01: Fail, OK # @compile-error 570 Language/08_Interfaces/1_Methods_A01_t01: Fail, OK # @compile-error
575 Language/08_Interfaces/1_Methods_A03_t01: Fail, OK # @compile-error
576 Language/08_Interfaces/1_Methods_A03_t02: Fail, OK # @compile-error
577 Language/08_Interfaces/1_Methods_A03_t03: Fail, OK # @compile-error
578 Language/08_Interfaces/1_Methods_A03_t04: Fail, OK # @compile-error
579 Language/08_Interfaces/1_Methods_A04_t01: Fail, OK # @compile-error 571 Language/08_Interfaces/1_Methods_A04_t01: Fail, OK # @compile-error
580 Language/08_Interfaces/1_Methods_A04_t02: Fail, OK # @compile-error 572 Language/08_Interfaces/1_Methods_A04_t02: Fail, OK # @compile-error
581 Language/08_Interfaces/1_Methods_A04_t03: Fail, OK # @compile-error 573 Language/08_Interfaces/1_Methods_A04_t03: Fail, OK # @compile-error
582 Language/08_Interfaces/1_Methods_A04_t04: Fail, OK # @compile-error 574 Language/08_Interfaces/1_Methods_A04_t04: Fail, OK # @compile-error
583 Language/08_Interfaces/1_Methods_A04_t05: Fail, OK # @compile-error 575 Language/08_Interfaces/1_Methods_A04_t05: Fail, OK # @compile-error
584 Language/08_Interfaces/1_Methods_A05_t01: Fail, OK # @compile-error 576 Language/08_Interfaces/1_Methods_A05_t01: Fail, OK # @compile-error
585 Language/08_Interfaces/2_Getters_and_Setters_A02_t01: Fail, OK # @compile-error 577 Language/08_Interfaces/2_Getters_and_Setters_A02_t01: Fail, OK # @compile-error
586 Language/08_Interfaces/2_Getters_and_Setters_A02_t02: Fail, OK # @compile-error 578 Language/08_Interfaces/2_Getters_and_Setters_A02_t02: Fail, OK # @compile-error
587 Language/08_Interfaces/2_Getters_and_Setters_A03_t01: Fail, OK # @compile-error 579 Language/08_Interfaces/2_Getters_and_Setters_A03_t01: Fail, OK # @compile-error
588 Language/08_Interfaces/2_Getters_and_Setters_A03_t02: Fail, OK # @compile-error
589 Language/08_Interfaces/2_Getters_and_Setters_A03_t03: Fail, OK # @compile-error
590 Language/08_Interfaces/2_Getters_and_Setters_A06_t01: Fail, OK # @compile-error 580 Language/08_Interfaces/2_Getters_and_Setters_A06_t01: Fail, OK # @compile-error
591 Language/08_Interfaces/2_Getters_and_Setters_A06_t02: Fail, OK # @compile-error 581 Language/08_Interfaces/2_Getters_and_Setters_A06_t02: Fail, OK # @compile-error
592 Language/08_Interfaces/2_Getters_and_Setters_A06_t03: Fail, OK # @compile-error 582 Language/08_Interfaces/2_Getters_and_Setters_A06_t03: Fail, OK # @compile-error
593 Language/08_Interfaces/2_Getters_and_Setters_A07_t01: Fail, OK # @compile-error 583 Language/08_Interfaces/2_Getters_and_Setters_A07_t01: Fail, OK # @compile-error
594 Language/08_Interfaces/2_Getters_and_Setters_A07_t02: Fail, OK # @compile-error
595 Language/08_Interfaces/2_Getters_and_Setters_A07_t03: Fail, OK # @compile-error
596 Language/08_Interfaces/2_Getters_and_Setters_A07_t04: Fail, OK # @compile-error
597 Language/08_Interfaces/2_Getters_and_Setters_A07_t05: Fail, OK # @compile-error
598 Language/08_Interfaces/3_Factories_and_Constructors_A01_t03: Fail, OK # @compile -error 584 Language/08_Interfaces/3_Factories_and_Constructors_A01_t03: Fail, OK # @compile -error
599 Language/08_Interfaces/3_Factories_and_Constructors_A02_t03: Fail, OK # @compile -error 585 Language/08_Interfaces/3_Factories_and_Constructors_A02_t03: Fail, OK # @compile -error
600 Language/08_Interfaces/3_Factories_and_Constructors_A02_t05: Fail, OK # @compile -error 586 Language/08_Interfaces/3_Factories_and_Constructors_A02_t05: Fail, OK # @compile -error
601 Language/08_Interfaces/3_Factories_and_Constructors_A02_t07: Fail, OK # @compile -error 587 Language/08_Interfaces/3_Factories_and_Constructors_A02_t07: Fail, OK # @compile -error
602 Language/08_Interfaces/3_Factories_and_Constructors_A02_t09: Fail, OK # @compile -error 588 Language/08_Interfaces/3_Factories_and_Constructors_A02_t09: Fail, OK # @compile -error
603 Language/08_Interfaces/3_Factories_and_Constructors_A02_t10: Fail, OK # @compile -error 589 Language/08_Interfaces/3_Factories_and_Constructors_A02_t10: Fail, OK # @compile -error
604 Language/08_Interfaces/3_Factories_and_Constructors_A03_t01: Fail, OK # @compile -error 590 Language/08_Interfaces/3_Factories_and_Constructors_A03_t01: Fail, OK # @compile -error
605 Language/08_Interfaces/3_Factories_and_Constructors_A03_t02: Fail, OK # @compile -error 591 Language/08_Interfaces/3_Factories_and_Constructors_A03_t02: Fail, OK # @compile -error
606 Language/08_Interfaces/3_Factories_and_Constructors_A03_t03: Fail, OK # @compile -error 592 Language/08_Interfaces/3_Factories_and_Constructors_A03_t03: Fail, OK # @compile -error
607 Language/08_Interfaces/3_Factories_and_Constructors_A03_t04: Fail, OK # @compile -error 593 Language/08_Interfaces/3_Factories_and_Constructors_A03_t04: Fail, OK # @compile -error
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
723 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t16: Fail, OK # @ compile-error 709 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t16: Fail, OK # @ compile-error
724 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t17: Fail, OK # @ compile-error 710 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t17: Fail, OK # @ compile-error
725 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error 711 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail, OK # @ compile-error
726 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error 712 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail, OK # @ compile-error
727 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail, OK # @compile-error 713 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail, OK # @compile-error
728 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error 714 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail, OK # @compile-error
729 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error 715 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail, OK # @compile-error
730 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error 716 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail, OK # @compile-error
731 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error 717 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail, OK # @compile-error
732 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error 718 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail, OK # @compile-error
719 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail, OK # @compile-err or
733 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or 720 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail, OK # @compile-err or
734 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or 721 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail, OK # @compile-err or
735 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error 722 Language/13_Types/7_Type_Void_A01_t02: Fail, OK # @compile-error
736 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error 723 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail, OK # @comp ile-error
737 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error 724 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail, OK # @compile-error
738 725
739 [ $compiler == dart2dart ] 726 [ $compiler == dart2dart ]
740 *: Skip 727 *: Skip
OLDNEW
« no previous file with comments | « dart/lib/compiler/implementation/world.dart ('k') | dart/tests/compiler/dart2js/mock_compiler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698