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

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

Issue 221873002: Compute frontend/backend specific constants. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes Created 6 years, 8 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 && $runtime == jsshell ] 5 [ $compiler == dart2js && $runtime == jsshell ]
6 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out. 6 LibTest/core/List/sort_A01_t04: Fail, Pass, Timeout # Must be a bug in jsshell, test sometimes times out.
7 7
8 [ $compiler == dart2js && $checked && $runtime == ie9 ] 8 [ $compiler == dart2js && $checked && $runtime == ie9 ]
9 LibTest/core/Uri/encodeComponent_A01_t02: Skip 9 LibTest/core/Uri/encodeComponent_A01_t02: Skip
10 LibTest/core/Uri/encodeFull_A01_t02: Skip 10 LibTest/core/Uri/encodeFull_A01_t02: Skip
(...skipping 133 matching lines...) Expand 10 before | Expand all | Expand 10 after
144 144
145 LibTest/isolate/SendPort/send_A02_t04: RuntimeError # Runtime error: TypeError: Cannot call method 'toSendPort$0' of undefined. 145 LibTest/isolate/SendPort/send_A02_t04: RuntimeError # Runtime error: TypeError: Cannot call method 'toSendPort$0' of undefined.
146 146
147 LibTest/core/int/operator_NOT_A01_t01: RuntimeError, OK # Expects negative resul t from bit-operation. 147 LibTest/core/int/operator_NOT_A01_t01: RuntimeError, OK # Expects negative resul t from bit-operation.
148 LibTest/core/int/operator_XOR_A01_t01: RuntimeError, OK # Requires bigints. 148 LibTest/core/int/operator_XOR_A01_t01: RuntimeError, OK # Requires bigints.
149 LibTest/core/int/operator_AND_A01_t01: RuntimeError, OK # Requires bigints. 149 LibTest/core/int/operator_AND_A01_t01: RuntimeError, OK # Requires bigints.
150 LibTest/core/int/operator_right_shift_A01_t01: RuntimeError, OK # Expects negati ve result from bit-operation. 150 LibTest/core/int/operator_right_shift_A01_t01: RuntimeError, OK # Expects negati ve result from bit-operation.
151 LibTest/core/int/operator_OR_A01_t01: RuntimeError, OK # Requires bigints. 151 LibTest/core/int/operator_OR_A01_t01: RuntimeError, OK # Requires bigints.
152 LibTest/core/int/operator_remainder_A01_t01: RuntimeError, OK # Requires bigints . 152 LibTest/core/int/operator_remainder_A01_t01: RuntimeError, OK # Requires bigints .
153 153
154 Language/13_Statements/09_Switch_A03_t03: MissingCompileTimeError # Issue 17235
155
156 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: RuntimeError, OK # co19 issue 212 154 LibTest/core/RegExp/Pattern_semantics/firstMatch_Term_A04_t01: RuntimeError, OK # co19 issue 212
157 155
158 # 156 #
159 # Issues with co19 test suite. 157 # Issues with co19 test suite.
160 # 158 #
161 # If you add anything here, either file a bug against the Dart 159 # If you add anything here, either file a bug against the Dart
162 # language specification, co19 test suite, or add a comment that ahe@ 160 # language specification, co19 test suite, or add a comment that ahe@
163 # can understand so he can file a bug later. 161 # can understand so he can file a bug later.
164 # 162 #
165 [ $compiler == dart2js ] 163 [ $compiler == dart2js ]
(...skipping 502 matching lines...) Expand 10 before | Expand all | Expand 10 after
668 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure 666 LibTest/convert/JsonCodec/encode_A01_t01: RuntimeError # co19-roll r641: Please triage this failure
669 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure 667 LibTest/convert/JsonCodec/encode_A01_t02: RuntimeError # co19-roll r641: Please triage this failure
670 668
671 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 669 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
672 LibTest/async/DeferredLibrary/*: Skip # Issue 17458 670 LibTest/async/DeferredLibrary/*: Skip # Issue 17458
673 671
674 [ $compiler == dart2js && $mode == debug ] 672 [ $compiler == dart2js && $mode == debug ]
675 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout 673 LibTest/collection/ListBase/ListBase_class_A01_t01: Pass, Timeout
676 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout 674 LibTest/collection/ListMixin/ListMixin_class_A01_t01: Pass, Timeout
677 LibTest/core/List/List_class_A01_t01: Pass, Timeout 675 LibTest/core/List/List_class_A01_t01: Pass, Timeout
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/ssa/codegen.dart ('k') | tests/compiler/dart2js/exit_code_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698