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

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

Issue 56023004: Replace Uint32x4/Uint32x4List with Int32x4/Int32x4List (Closed) Base URL: https://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
« no previous file with comments | « sdk/lib/typed_data/typed_data.dart ('k') | tests/co19/co19-dart2js.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) 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
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 LibTest/isolate/IsolateSink/add_A01_t01: CompileTimeError # Issue 13683 67 LibTest/isolate/IsolateSink/add_A01_t01: CompileTimeError # Issue 13683
68 LibTest/isolate/SendPort/send_A02_t01: CompileTimeError # Issue 13683 68 LibTest/isolate/SendPort/send_A02_t01: CompileTimeError # Issue 13683
69 LibTest/math/exp_A01_t01: Fail # Issue co19 - 44 69 LibTest/math/exp_A01_t01: Fail # Issue co19 - 44
70 LibTest/math/sin_A01_t01: Fail # Inherited from VM. 70 LibTest/math/sin_A01_t01: Fail # Inherited from VM.
71 LibTest/math/tan_A01_t01: Fail # Issue co19 - 44 71 LibTest/math/tan_A01_t01: Fail # Issue co19 - 44
72 LibTest/typed_data/Float32x4/interleaveZWPairs_A01_t01: Fail # co19 issue 650 72 LibTest/typed_data/Float32x4/interleaveZWPairs_A01_t01: Fail # co19 issue 650
73 LibTest/typed_data/Float32x4/interleaveZW_A01_t01: Fail # co19 issue 650 73 LibTest/typed_data/Float32x4/interleaveZW_A01_t01: Fail # co19 issue 650
74 LibTest/typed_data/Float32x4/withZWInXY_A01_t01: Fail # co19 issue 650 74 LibTest/typed_data/Float32x4/withZWInXY_A01_t01: Fail # co19 issue 650
75 LibTest/typed_data/Float32x4/interleaveXY_A01_t01: Fail # co19 issue 650 75 LibTest/typed_data/Float32x4/interleaveXY_A01_t01: Fail # co19 issue 650
76 LibTest/typed_data/Float32x4/interleaveXYPairs_A01_t01: Fail # co19 issue 650 76 LibTest/typed_data/Float32x4/interleaveXYPairs_A01_t01: Fail # co19 issue 650
77 LibTest/typed_data/Uint32x4/*: Skip # co19 issue 656
78 LibTest/typed_data/Float32x4/Float32x4.fromUint32x4Bits_A01_t01: Skip # co19 iss ue 656
79 LibTest/typed_data/Float32x4/Float32x4.fromUint32x4Bits_A01_t02: Skip # co19 iss ue 656
80 LibTest/typed_data/Float32x4/equal_A01_t01: Skip # co19 issue 656
81 LibTest/typed_data/Float32x4/notEqual_A01_t01: Skip # co19 issue 656
82 LibTest/typed_data/Float32x4/greaterThan_A01_t01: Skip # co19 issue 656
83 LibTest/typed_data/Float32x4/greaterThanOrEqual_A01_t01: Skip # co19 issue 656
84 LibTest/typed_data/Float32x4/lessThan_A01_t01: Skip # co19 issue 656
85 LibTest/typed_data/Float32x4/lessThanOrEqual_A01_t01: Skip # co19 issue 656
77 86
78 Language/14_Libraries_and_Scripts/4_Scripts_A03_t02: Fail # co19 issue 654 87 Language/14_Libraries_and_Scripts/4_Scripts_A03_t02: Fail # co19 issue 654
79 88
80 89
81 [ $compiler == dart2dart && $system == windows ] 90 [ $compiler == dart2dart && $system == windows ]
82 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN 91 LibTest/core/double/operator_remainder_A01_t04: Fail # Result is NaN
83 LibTest/core/double/round_A01_t01: Fail # Result is NaN 92 LibTest/core/double/round_A01_t01: Fail # Result is NaN
84 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN 93 LibTest/core/double/remainder_A01_t04: Fail # Result is NaN
85 94
86 95
(...skipping 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 LibTest/core/Function/Function_class_A01_t01: RuntimeError # co19-roll r623: Ple ase triage this failure 177 LibTest/core/Function/Function_class_A01_t01: RuntimeError # co19-roll r623: Ple ase triage this failure
169 178
170 [ $compiler == dart2dart && $minified ] 179 [ $compiler == dart2dart && $minified ]
171 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure 180 Language/12_Expressions/14_Function_Invocation/4_Function_Expression_Invocation_ A01_t02: fail # co19-roll r559: Please triage this failure
172 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple ase triage this failure 181 Language/12_Expressions/17_Getter_Invocation_A02_t01: fail # co19-roll r559: Ple ase triage this failure
173 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri age this failure 182 Language/12_Expressions/18_Assignment_A05_t02: fail # co19-roll r559: Please tri age this failure
174 Language/12_Expressions/18_Assignment_A05_t04: 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
175 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure 184 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure
176 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure 185 LibTest/json/printOn_A02_t01: fail # co19-roll r587: Please triage this failure
177 LibTest/json/printOn_A03_t02: fail # co19-roll r587: Please triage this failure 186 LibTest/json/printOn_A03_t02: fail # co19-roll r587: Please triage this failure
OLDNEW
« no previous file with comments | « sdk/lib/typed_data/typed_data.dart ('k') | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698