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

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

Issue 51373004: SIMD shuffle API changes (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-analyzer2.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 == dartanalyzer ] 5 [ $compiler == dartanalyzer ]
6 6
7 # invalid argument for constant constructor 7 # invalid argument for constant constructor
8 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail 8 Language/07_Classes/6_Constructors/3_Constant_Constructors_A05_t02: fail
9 9
10 # TBD: should we check that argument for dynamic parameter of constant construct or is not compatible with operation that is performed with it? 10 # TBD: should we check that argument for dynamic parameter of constant construct or is not compatible with operation that is performed with it?
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 81
82 # co19 issue #615: Expect import missing 82 # co19 issue #615: Expect import missing
83 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK 83 LibTest/collection/LinkedList/LinkedList_A01_t01: Fail, OK
84 84
85 # co19 issue #617: "hasNext" is not a function; "Expec" 85 # co19 issue #617: "hasNext" is not a function; "Expec"
86 LibTest/collection/HasNextIterator/HasNextIterator_A01_t01: Fail, OK 86 LibTest/collection/HasNextIterator/HasNextIterator_A01_t01: Fail, OK
87 87
88 # co19 issue #623: main() { {}; } is block and empty statement, not a map 88 # co19 issue #623: main() { {}; } is block and empty statement, not a map
89 Language/13_Statements/02_Expression_Statements_A01_t13: Fail, OK 89 Language/13_Statements/02_Expression_Statements_A01_t13: Fail, OK
90 90
91 # co19 issue #650: two argument shuffles have been refactored.
92
93 LibTest/typed_data/Float32x4/interleaveZWPairs_A01_t01: Fail # co19 issue 650
94 LibTest/typed_data/Float32x4/interleaveZW_A01_t01: Fail # co19 issue 650
95 LibTest/typed_data/Float32x4/withZWInXY_A01_t01: Fail # co19 issue 650
96 LibTest/typed_data/Float32x4/interleaveXY_A01_t01: Fail # co19 issue 650
97 LibTest/typed_data/Float32x4/interleaveXYPairs_A01_t01: Fail # co19 issue 650
98
91 # co19 issue #626: StreamTransformers have been refactored. 99 # co19 issue #626: StreamTransformers have been refactored.
92 LibTest/async/EventTransformStream/EventTransformStream_A01_t01: Fail 100 LibTest/async/EventTransformStream/EventTransformStream_A01_t01: Fail
93 LibTest/async/EventTransformStream/EventTransformStream_A01_t02: Fail 101 LibTest/async/EventTransformStream/EventTransformStream_A01_t02: Fail
94 LibTest/async/EventTransformStream/any_A01_t01: Fail 102 LibTest/async/EventTransformStream/any_A01_t01: Fail
95 LibTest/async/EventTransformStream/any_A02_t01: Fail 103 LibTest/async/EventTransformStream/any_A02_t01: Fail
96 LibTest/async/EventTransformStream/asBroadcastStream_A01_t01: Fail 104 LibTest/async/EventTransformStream/asBroadcastStream_A01_t01: Fail
97 LibTest/async/EventTransformStream/asBroadcastStream_A01_t02: Fail 105 LibTest/async/EventTransformStream/asBroadcastStream_A01_t02: Fail
98 LibTest/async/EventTransformStream/asBroadcastStream_A02_t01: Fail 106 LibTest/async/EventTransformStream/asBroadcastStream_A02_t01: Fail
99 LibTest/async/EventTransformStream/contains_A01_t01: Fail 107 LibTest/async/EventTransformStream/contains_A01_t01: Fail
100 LibTest/async/EventTransformStream/contains_A02_t01: Fail 108 LibTest/async/EventTransformStream/contains_A02_t01: Fail
(...skipping 193 matching lines...) Expand 10 before | Expand all | Expand 10 after
294 Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll r651: Please triage this failure 302 Language/05_Variables/05_Variables_A05_t07: MissingCompileTimeError # co19-roll r651: Please triage this failure
295 Language/05_Variables/05_Variables_A06_t01: MissingCompileTimeError # co19-roll r651: Please triage this failure 303 Language/05_Variables/05_Variables_A06_t01: MissingCompileTimeError # co19-roll r651: Please triage this failure
296 Language/05_Variables/05_Variables_A06_t02: MissingCompileTimeError # co19-roll r651: Please triage this failure 304 Language/05_Variables/05_Variables_A06_t02: MissingCompileTimeError # co19-roll r651: Please triage this failure
297 Language/05_Variables/05_Variables_A06_t03: MissingCompileTimeError # co19-roll r651: Please triage this failure 305 Language/05_Variables/05_Variables_A06_t03: MissingCompileTimeError # co19-roll r651: Please triage this failure
298 Language/07_Classes/8_Static_Variables_A01_t01: MissingStaticWarning # co19-roll r651: Please triage this failure 306 Language/07_Classes/8_Static_Variables_A01_t01: MissingStaticWarning # co19-roll r651: Please triage this failure
299 Language/12_Expressions/01_Constants_A20_t04: CompileTimeError # co19-roll r651: Please triage this failure 307 Language/12_Expressions/01_Constants_A20_t04: CompileTimeError # co19-roll r651: Please triage this failure
300 Language/12_Expressions/04_Booleans/1_Boolean_Conversion_A01_t03: MissingStaticW arning # co19-roll r651: Please triage this failure 308 Language/12_Expressions/04_Booleans/1_Boolean_Conversion_A01_t03: MissingStaticW arning # co19-roll r651: Please triage this failure
301 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t13: CompileTimeError # co19-roll r651: Please triage this failure 309 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t13: CompileTimeError # co19-roll r651: Please triage this failure
302 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t17: MissingCompileTimeError # co19-roll r651: Please triage this failure 310 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t17: MissingCompileTimeError # co19-roll r651: Please triage this failure
303 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t18: MissingCompileTimeError # co19-roll r651: Please triage this failure 311 Language/12_Expressions/14_Function_Invocation/3_Unqualified_Invocation_A01_t18: MissingCompileTimeError # co19-roll r651: Please triage this failure
OLDNEW
« no previous file with comments | « sdk/lib/typed_data/typed_data.dart ('k') | tests/co19/co19-analyzer2.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698