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

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

Issue 57133004: Complete latest spec changes regarding malformed types (see issue 14006). (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 1 month 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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 == dart2dart ] 5 [ $compiler == dart2dart ]
6 Language/07_Classes/07_Classes_A13_t02: Fail # Missing CT error on member with s ame name a type parameter 6 Language/07_Classes/07_Classes_A13_t02: Fail # Missing CT error on member with s ame name a type parameter
7 Language/07_Classes/07_Classes_A13_t03: Fail # Missing CT error on member with s ame name a type parameter 7 Language/07_Classes/07_Classes_A13_t03: Fail # Missing CT error on member with s ame name a type parameter
8 Language/07_Classes/07_Classes_A13_t05: Fail # Missing CT error on member with s ame name a type parameter 8 Language/07_Classes/07_Classes_A13_t05: Fail # Missing CT error on member with s ame name a type parameter
9 Language/07_Classes/07_Classes_A13_t06: Fail # Missing CT error on member with s ame name a type parameter 9 Language/07_Classes/07_Classes_A13_t06: Fail # Missing CT error on member with s ame name a type parameter
10 Language/07_Classes/07_Classes_A13_t08: Fail # Missing CT error on member with s ame name a type parameter 10 Language/07_Classes/07_Classes_A13_t08: Fail # Missing CT error on member with s ame name a type parameter
11 Language/07_Classes/07_Classes_A13_t09: Fail # Missing CT error on member with s ame name a type parameter 11 Language/07_Classes/07_Classes_A13_t09: Fail # Missing CT error on member with s ame name a type parameter
12 12
13 Language/10_Generics/10_Generics_A05_t01: Fail # Issue 463
14 Language/14_Libraries_and_Scripts/1_Imports_A03_t05: Fail # Issue 463
15 Language/15_Types/1_Static_Types_A03_t01: Fail # Issue 463
16 Language/12_Expressions/33_Type_Cast_A03_t01: Fail # Issue 463
17 Language/12_Expressions/33_Type_Cast_A03_t03: Fail # Issue 463
18
13 Language/13_Statements/04_Local_Function_Declaration_A04_t01: Fail, MissingCompi leTimeError # co19-roll r607: Please triage this failure 19 Language/13_Statements/04_Local_Function_Declaration_A04_t01: Fail, MissingCompi leTimeError # co19-roll r607: Please triage this failure
14 20
15 LibTest/async/Stream/Stream.periodic_A01_t01: Pass, Fail # Issue 12562. 21 LibTest/async/Stream/Stream.periodic_A01_t01: Pass, Fail # Issue 12562.
16 LibTest/core/Symbol/Symbol_A01_t02: CompileTimeError # co19-roll r607: Please tr iage this failure 22 LibTest/core/Symbol/Symbol_A01_t02: CompileTimeError # co19-roll r607: Please tr iage this failure
17 23
18 Language/12_Expressions/12_Instance_Creation/1_New_A04_t02: RuntimeError # co19- roll r607: Please triage this failure 24 Language/12_Expressions/12_Instance_Creation/1_New_A04_t02: RuntimeError # co19- roll r607: Please triage this failure
19 Language/12_Expressions/17_Getter_Invocation_A07_t02: Pass, RuntimeError # co19- roll r607: Please triage this failure 25 Language/12_Expressions/17_Getter_Invocation_A07_t02: Pass, RuntimeError # co19- roll r607: Please triage this failure
20 LibTest/core/Invocation/memberName_A01_t01: Pass, RuntimeError # co18-roll r607: Please triage this failure 26 LibTest/core/Invocation/memberName_A01_t01: Pass, RuntimeError # co18-roll r607: Please triage this failure
21 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError # co19-roll r6 07: Please triage this failure 27 LibTest/core/Invocation/positionalArguments_A01_t01: RuntimeError # co19-roll r6 07: Please triage this failure
22 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure 28 LibTest/core/RegExp/Pattern_semantics/splitQueryString_A02_t01: RuntimeError # c o19-roll r607: Please triage this failure
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 LibTest/core/double/round_A01_t01: Fail # Result is NaN 98 LibTest/core/double/round_A01_t01: Fail # Result is NaN
93 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 99 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
94 100
95 101
96 [ $compiler == dart2dart && $system == macos ] 102 [ $compiler == dart2dart && $system == macos ]
97 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 103 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44
98 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 104 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44
99 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 105 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44
100 106
101 [ $compiler == dart2dart ] 107 [ $compiler == dart2dart ]
102 Language/03_Overview/2_Privacy_A01_t06: Fail # co19 issue 463
103 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints, issue 389 108 LibTest/core/double/ceil_A01_t03: Fail # truncate/ceil/floor/round returns ints, issue 389
104 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints, issue 389 109 LibTest/core/double/ceil_A01_t04: Fail # truncate/ceil/floor/round returns ints, issue 389
105 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389 110 LibTest/core/double/floor_A01_t03: Fail # truncate/ceil/floor/round returns ints , issue 389
106 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389 111 LibTest/core/double/floor_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389
107 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints , issue 389 112 LibTest/core/double/round_A01_t02: Fail # truncate/ceil/floor/round returns ints , issue 389
108 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389 113 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389
109 114
110 Language/14_Libraries_and_Scripts/1_Imports_A04_t01: Fail # co19 Issue 603 115 Language/14_Libraries_and_Scripts/1_Imports_A04_t01: Fail # co19 Issue 603
111 116
112 117
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
177 LibTest/core/Function/Function_class_A01_t01: RuntimeError # co19-roll r623: Ple ase triage this failure 182 LibTest/core/Function/Function_class_A01_t01: RuntimeError # co19-roll r623: Ple ase triage this failure
178 183
179 [ $compiler == dart2dart && $minified ] 184 [ $compiler == dart2dart && $minified ]
180 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure 185 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure
181 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple ase triage this failure 186 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple ase triage this failure
182 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri age this failure 187 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri age this failure
183 Language/12_Expressions/18_Assignment_A05_t04: fail # co19-roll r559: Please tri age this failure 188 Language/12_Expressions/18_Assignment_A05_t04: fail # co19-roll r559: Please tri age this failure
184 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure 189 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure
185 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure 190 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure
186 LibTest/json/printOn_A03_t02: fail # co19-roll r587: Please triage this failure 191 LibTest/json/printOn_A03_t02: fail # co19-roll r587: Please triage this failure
OLDNEW
« runtime/vm/parser.cc ('K') | « runtime/vm/parser.cc ('k') | tests/co19/co19-runtime.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698