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

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

Issue 10855125: Ensure supertypes are loaded safely. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: More cleanup of ClassElement.cloneMembersTo 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 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A03_t01: Fail # TODO(a he): I'm working on these.
16 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A03_t02: Fail # TODO(a he): I'm working on these.
17 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A03_t03: Fail # TODO(a he): I'm working on these.
18 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A03_t04: Fail # TODO(a he): I'm working on these.
19 Language/07_Classes/1_Instance_Methods/1_Abstract_Methods_A03_t05: Fail # TODO(a he): I'm working on these.
20 Language/07_Classes/1_Instance_Methods_A01_t01: Fail # TODO(ahe): I'm working on these.
21 Language/07_Classes/1_Instance_Methods_A01_t02: Fail # TODO(ahe): I'm working on these.
22 Language/07_Classes/1_Instance_Methods_A01_t03: Fail # TODO(ahe): I'm working on these.
23 Language/07_Classes/1_Instance_Methods_A01_t04: Fail # TODO(ahe): I'm working on these.
24 Language/07_Classes/1_Instance_Methods_A01_t05: Fail # TODO(ahe): I'm working on these.
25 Language/07_Classes/1_Instance_Methods_A01_t06: Fail # TODO(ahe): I'm working on these.
26 Language/07_Classes/2_Getters_A04_t03: Fail # TODO(ahe): I'm working on these.
27 Language/07_Classes/2_Getters_A04_t04: Fail # TODO(ahe): I'm working on these.
28 Language/07_Classes/2_Getters_A04_t05: Fail # TODO(ahe): I'm working on these.
29 Language/07_Classes/2_Getters_A04_t07: Fail # TODO(ahe): I'm working on these.
30 Language/07_Classes/3_Setters_A04_t03: Fail # TODO(ahe): I'm working on these.
31 Language/07_Classes/3_Setters_A04_t04: Fail # TODO(ahe): I'm working on these.
32 Language/07_Classes/3_Setters_A04_t05: Fail # TODO(ahe): I'm working on these.
33 Language/07_Classes/3_Setters_A04_t06: Fail # TODO(ahe): I'm working on these.
34 Language/08_Interfaces/1_Methods_A03_t01: Fail # TODO(ahe): I'm working on these .
35 Language/08_Interfaces/1_Methods_A03_t02: Fail # TODO(ahe): I'm working on these .
36 Language/08_Interfaces/1_Methods_A03_t03: Fail # TODO(ahe): I'm working on these .
37 Language/08_Interfaces/1_Methods_A03_t04: Fail # TODO(ahe): I'm working on these .
38 Language/08_Interfaces/2_Getters_and_Setters_A03_t02: Fail # TODO(ahe): I'm work ing on these.
39 Language/08_Interfaces/2_Getters_and_Setters_A03_t03: Fail # TODO(ahe): I'm work ing on these.
40 Language/08_Interfaces/2_Getters_and_Setters_A07_t02: Fail # TODO(ahe): I'm work ing on these.
41 Language/08_Interfaces/2_Getters_and_Setters_A07_t03: Fail # TODO(ahe): I'm work ing on these.
42 Language/08_Interfaces/2_Getters_and_Setters_A07_t04: Fail # TODO(ahe): I'm work ing on these.
43 Language/08_Interfaces/2_Getters_and_Setters_A07_t05: Fail # TODO(ahe): I'm work ing on these.
44
45
15 [ $compiler == dart2js && $system == macos && $runtime == d8 ] 46 [ $compiler == dart2js && $system == macos && $runtime == d8 ]
16 LibTest/core/Math/acos_A01_t01: Fail, OK 47 LibTest/core/Math/acos_A01_t01: Fail, OK
17 LibTest/core/Math/asin_A01_t01: Fail, OK 48 LibTest/core/Math/asin_A01_t01: Fail, OK
18 LibTest/core/Math/atan_A01_t01: Fail, OK 49 LibTest/core/Math/atan_A01_t01: Fail, OK
19 50
20 [ $compiler == dart2js && $system == windows && $runtime == d8 ] 51 [ $compiler == dart2js && $system == windows && $runtime == d8 ]
21 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail # Compile-time error: duplicate definition 52 Language/12_Libraries_and_Scripts/2_Imports_A02_t10: Fail # Compile-time error: duplicate definition
22 LibTest/core/double/operator_remainder_A01_t04: Fail 53 LibTest/core/double/operator_remainder_A01_t04: Fail
23 54
24 [ $compiler == dart2js ] 55 [ $compiler == dart2js ]
25 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash 56 Language/07_Classes/5_Constructors/2_Factories_A01_t01: Crash
26 Language/10_Expressions/09_This_A03_t04: Crash 57 Language/10_Expressions/09_This_A03_t04: Crash
27 Language/11_Statements/05_For_A01_t13: Crash 58 Language/11_Statements/05_For_A01_t13: Crash
28 59
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 60 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 61 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 62 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 63 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 64 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 65 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 66 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 67 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 68 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 69 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). 244 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). 245 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. 246 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. 247 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. 248 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. 249 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 250 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 251 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 252 LibTest/core/String/charCodes_A01_t01: Fail, OK # compiler cancelled: Unhandled non-BMP character: U+10000
229 253
230 LibTest/core/Math/max_A01_t03: Fail # co19 issue 157 254 LibTest/core/Math/max_A01_t03: Fail, OK # co19 issue 157
231 LibTest/core/Math/min_A01_t03: Fail # co19 issue 157 255 LibTest/core/Math/min_A01_t03: Fail, OK # co19 issue 157
256
257 # Language/08_Interfaces/2_Getters_and_Setters_A04_t02: Fail, OK # Bad test, fix ed in r295.
258 Language/08_Interfaces/2_Getters_and_Setters_A04_t02: Pass # TODO(ahe): Passing for wrong reasons.
259
260 # Language/08_Interfaces/2_Getters_and_Setters_A09_t02: Fail, OK # Bad test, fix ed in r295.
261 Language/08_Interfaces/2_Getters_and_Setters_A09_t02: Pass # TODO(ahe): Passing for wrong reasons.
262
232 263
233 264
234 Language/10_Expressions/02_Null_A04_t01: Fail, OK # Bad test: assumes eager load ing. 265 Language/10_Expressions/02_Null_A04_t01: Fail, OK # Bad test: assumes eager load ing.
235 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A01_t04: Fail, OK # Bad t est: assumes eager loading. 266 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A01_t04: Fail, OK # Bad t est: assumes eager loading.
236 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A02_t04: Fail, OK # Bad t est: assumes eager loading. 267 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A02_t04: Fail, OK # Bad t est: assumes eager loading.
237 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A03_t04: Fail, OK # Bad t est: assumes eager loading. 268 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A03_t04: Fail, OK # Bad t est: assumes eager loading.
238 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A04_t04: Fail, OK # Bad t est: assumes eager loading. 269 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A04_t04: Fail, OK # Bad t est: assumes eager loading.
239 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A05_t04: Fail, OK # Bad t est: assumes eager loading. 270 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A05_t04: Fail, OK # Bad t est: assumes eager loading.
240 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A06_t04: Fail, OK # Bad t est: assumes eager loading. 271 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A06_t04: Fail, OK # Bad t est: assumes eager loading.
241 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A07_t04: Fail, OK # Bad t est: assumes eager loading. 272 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A07_t04: Fail, OK # Bad t est: assumes eager loading.
(...skipping 355 matching lines...) Expand 10 before | Expand all | Expand 10 after
597 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t06: Fail # @comp ile-error 628 Language/07_Classes/5_Constructors/3_Constant_Constructors_A01_t06: Fail # @comp ile-error
598 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail # @comp ile-error 629 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t01: Fail # @comp ile-error
599 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail # @comp ile-error 630 Language/07_Classes/5_Constructors/3_Constant_Constructors_A02_t03: Fail # @comp ile-error
600 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail # @comp ile-error 631 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t01: Fail # @comp ile-error
601 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t02: Fail # @comp ile-error 632 Language/07_Classes/5_Constructors/3_Constant_Constructors_A03_t02: Fail # @comp ile-error
602 Language/07_Classes/5_Constructors/3_Constant_Constructors_A05_t03: Fail # @comp ile-error 633 Language/07_Classes/5_Constructors/3_Constant_Constructors_A05_t03: Fail # @comp ile-error
603 Language/07_Classes/9_Superinterfaces_A04_t01: Fail # @compile-error 634 Language/07_Classes/9_Superinterfaces_A04_t01: Fail # @compile-error
604 Language/08_Interfaces/1_Methods/1_Operators_A02_t01: Fail # @compile-error 635 Language/08_Interfaces/1_Methods/1_Operators_A02_t01: Fail # @compile-error
605 Language/08_Interfaces/1_Methods/1_Operators_A03_t01: Fail # @compile-error 636 Language/08_Interfaces/1_Methods/1_Operators_A03_t01: Fail # @compile-error
606 Language/08_Interfaces/1_Methods_A01_t01: Fail # @compile-error 637 Language/08_Interfaces/1_Methods_A01_t01: Fail # @compile-error
607 Language/08_Interfaces/1_Methods_A03_t01: Fail # @compile-error
608 Language/08_Interfaces/1_Methods_A03_t02: Fail # @compile-error
609 Language/08_Interfaces/1_Methods_A03_t03: Fail # @compile-error
610 Language/08_Interfaces/1_Methods_A03_t04: Fail # @compile-error
611 Language/08_Interfaces/1_Methods_A04_t01: Fail # @compile-error 638 Language/08_Interfaces/1_Methods_A04_t01: Fail # @compile-error
612 Language/08_Interfaces/1_Methods_A04_t02: Fail # @compile-error 639 Language/08_Interfaces/1_Methods_A04_t02: Fail # @compile-error
613 Language/08_Interfaces/1_Methods_A04_t03: Fail # @compile-error 640 Language/08_Interfaces/1_Methods_A04_t03: Fail # @compile-error
614 Language/08_Interfaces/1_Methods_A04_t04: Fail # @compile-error 641 Language/08_Interfaces/1_Methods_A04_t04: Fail # @compile-error
615 Language/08_Interfaces/1_Methods_A04_t05: Fail # @compile-error 642 Language/08_Interfaces/1_Methods_A04_t05: Fail # @compile-error
616 Language/08_Interfaces/1_Methods_A05_t01: Fail # @compile-error 643 Language/08_Interfaces/1_Methods_A05_t01: Fail # @compile-error
617 Language/08_Interfaces/2_Getters_and_Setters_A02_t01: Fail # @compile-error 644 Language/08_Interfaces/2_Getters_and_Setters_A02_t01: Fail # @compile-error
618 Language/08_Interfaces/2_Getters_and_Setters_A02_t02: Fail # @compile-error 645 Language/08_Interfaces/2_Getters_and_Setters_A02_t02: Fail # @compile-error
619 Language/08_Interfaces/2_Getters_and_Setters_A03_t01: Fail # @compile-error 646 Language/08_Interfaces/2_Getters_and_Setters_A03_t01: Fail # @compile-error
620 Language/08_Interfaces/2_Getters_and_Setters_A03_t02: Fail # @compile-error
621 Language/08_Interfaces/2_Getters_and_Setters_A03_t03: Fail # @compile-error
622 Language/08_Interfaces/2_Getters_and_Setters_A06_t01: Fail # @compile-error 647 Language/08_Interfaces/2_Getters_and_Setters_A06_t01: Fail # @compile-error
623 Language/08_Interfaces/2_Getters_and_Setters_A06_t02: Fail # @compile-error 648 Language/08_Interfaces/2_Getters_and_Setters_A06_t02: Fail # @compile-error
624 Language/08_Interfaces/2_Getters_and_Setters_A06_t03: Fail # @compile-error 649 Language/08_Interfaces/2_Getters_and_Setters_A06_t03: Fail # @compile-error
625 Language/08_Interfaces/2_Getters_and_Setters_A07_t01: Fail # @compile-error 650 Language/08_Interfaces/2_Getters_and_Setters_A07_t01: Fail # @compile-error
626 Language/08_Interfaces/2_Getters_and_Setters_A07_t02: Fail # @compile-error
627 Language/08_Interfaces/2_Getters_and_Setters_A07_t03: Fail # @compile-error
628 Language/08_Interfaces/2_Getters_and_Setters_A07_t04: Fail # @compile-error
629 Language/08_Interfaces/2_Getters_and_Setters_A07_t05: Fail # @compile-error
630 Language/08_Interfaces/3_Factories_and_Constructors_A01_t03: Fail # @compile-err or 651 Language/08_Interfaces/3_Factories_and_Constructors_A01_t03: Fail # @compile-err or
631 Language/08_Interfaces/3_Factories_and_Constructors_A02_t03: Fail # @compile-err or 652 Language/08_Interfaces/3_Factories_and_Constructors_A02_t03: Fail # @compile-err or
632 Language/08_Interfaces/3_Factories_and_Constructors_A02_t05: Fail # @compile-err or 653 Language/08_Interfaces/3_Factories_and_Constructors_A02_t05: Fail # @compile-err or
633 Language/08_Interfaces/3_Factories_and_Constructors_A02_t07: Fail # @compile-err or 654 Language/08_Interfaces/3_Factories_and_Constructors_A02_t07: Fail # @compile-err or
634 Language/08_Interfaces/3_Factories_and_Constructors_A02_t09: Fail # @compile-err or 655 Language/08_Interfaces/3_Factories_and_Constructors_A02_t09: Fail # @compile-err or
635 Language/08_Interfaces/3_Factories_and_Constructors_A02_t10: Fail # @compile-err or 656 Language/08_Interfaces/3_Factories_and_Constructors_A02_t10: Fail # @compile-err or
636 Language/08_Interfaces/3_Factories_and_Constructors_A03_t01: Fail # @compile-err or 657 Language/08_Interfaces/3_Factories_and_Constructors_A03_t01: Fail # @compile-err or
637 Language/08_Interfaces/3_Factories_and_Constructors_A03_t02: Fail # @compile-err or 658 Language/08_Interfaces/3_Factories_and_Constructors_A03_t02: Fail # @compile-err or
638 Language/08_Interfaces/3_Factories_and_Constructors_A03_t03: Fail # @compile-err or 659 Language/08_Interfaces/3_Factories_and_Constructors_A03_t03: Fail # @compile-err or
639 Language/08_Interfaces/3_Factories_and_Constructors_A03_t04: Fail # @compile-err or 660 Language/08_Interfaces/3_Factories_and_Constructors_A03_t04: Fail # @compile-err or
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
755 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t16: Fail # @comp ile-error 776 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t16: Fail # @comp ile-error
756 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t17: Fail # @comp ile-error 777 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A04_t17: Fail # @comp ile-error
757 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail # @comp ile-error 778 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A05_t03: Fail # @comp ile-error
758 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail # @comp ile-error 779 Language/12_Libraries_and_Scripts/12_Libraries_and_Scripts_A07_t02: Fail # @comp ile-error
759 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail # @compile-error 780 Language/12_Libraries_and_Scripts/2_Imports_A05_t01: Fail # @compile-error
760 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail # @compile-error 781 Language/12_Libraries_and_Scripts/2_Imports_A07_t01: Fail # @compile-error
761 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail # @compile-error 782 Language/12_Libraries_and_Scripts/2_Imports_A07_t02: Fail # @compile-error
762 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail # @compile-error 783 Language/12_Libraries_and_Scripts/2_Imports_A08_t02: Fail # @compile-error
763 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail # @compile-error 784 Language/12_Libraries_and_Scripts/3_Includes_A01_t01: Fail # @compile-error
764 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error 785 Language/12_Libraries_and_Scripts/3_Includes_A03_t03: Fail # @compile-error
786 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t01: Fail # @compile-error
765 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error 787 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t02: Fail # @compile-error
766 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error 788 Language/13_Types/3_Type_Declarations/1_Typedef_A07_t03: Fail # @compile-error
767 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error 789 Language/13_Types/7_Type_Void_A01_t02: Fail # @compile-error
768 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error 790 Language/14_Reference/1_Lexical_Rules/1_Reserved_Words_A30_t04: Fail # @compile- error
769 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error 791 Language/14_Reference/1_Lexical_Rules_A02_t06: Fail # @compile-error
770 792
771 [ $compiler == dart2dart ] 793 [ $compiler == dart2dart ]
772 *: Skip 794 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698