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

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

Issue 60733003: Version 0.8.10.6 (Closed) Base URL: http://dart.googlecode.com/svn/trunk/
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/32_Type_Test_A04_t01: Fail # Issue 463
17 Language/12_Expressions/32_Type_Test_A04_t02: Fail # Issue 463
18 Language/12_Expressions/33_Type_Cast_A03_t01: Fail # Issue 463
19 Language/12_Expressions/33_Type_Cast_A03_t03: Fail # Issue 463
20
13 Language/13_Statements/04_Local_Function_Declaration_A04_t01: Fail, MissingCompi leTimeError # co19-roll r607: Please triage this failure 21 Language/13_Statements/04_Local_Function_Declaration_A04_t01: Fail, MissingCompi leTimeError # co19-roll r607: Please triage this failure
14 22
15 LibTest/async/Stream/Stream.periodic_A01_t01: Pass, Fail # Issue 12562. 23 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 24 LibTest/core/Symbol/Symbol_A01_t02: CompileTimeError # co19-roll r607: Please tr iage this failure
17 25
18 Language/12_Expressions/12_Instance_Creation/1_New_A04_t02: RuntimeError # co19- roll r607: Please triage this failure 26 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 27 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 28 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 29 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 30 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 100 LibTest/core/double/round_A01_t01: Fail # Result is NaN
93 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 101 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
94 102
95 103
96 [ $compiler == dart2dart && $system == macos ] 104 [ $compiler == dart2dart && $system == macos ]
97 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44 105 LibTest/math/acos_A01_t01: Fail, OK # co19 issue 44
98 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44 106 LibTest/math/asin_A01_t01: Fail, OK # co19 issue 44
99 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44 107 LibTest/math/atan_A01_t01: Fail, OK # co19 issue 44
100 108
101 [ $compiler == dart2dart ] 109 [ $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 110 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 111 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 112 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 113 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 114 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 115 LibTest/core/double/round_A01_t04: Fail # truncate/ceil/floor/round returns ints , issue 389
109 116
110 Language/14_Libraries_and_Scripts/1_Imports_A04_t01: Fail # co19 Issue 603 117 Language/14_Libraries_and_Scripts/1_Imports_A04_t01: Fail # co19 Issue 603
111 118
112 119
(...skipping 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
179 [ $compiler == dart2dart && $minified ] 186 [ $compiler == dart2dart && $minified ]
180 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure 187 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 188 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 189 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 190 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 191 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 192 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 193 LibTest/json/printOn_A03_t02: fail # co19-roll r587: Please triage this failure
187 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e 194 LibTest/json/stringify_A02_t01: fail # co19-roll r587: Please triage this failur e
188 LibTest/json/stringify_A03_t02: fail # co19-roll r587: Please triage this failur e 195 LibTest/json/stringify_A03_t02: fail # co19-roll r587: Please triage this failur e
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698