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

Side by Side Diff: tests/lib/lib.status

Issue 644433005: Expect int64_list_load_store_test to fail for dart2js (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | « no previous file | no next file » | 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) 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 [ $unchecked ] 5 [ $unchecked ]
6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s. 6 mirrors/redirecting_factory_different_type_test: SkipByDesign # Tests type check s.
7 7
8 [ $csp ] 8 [ $csp ]
9 # Deferred loading does not work from an isolate in CSP-mode 9 # Deferred loading does not work from an isolate in CSP-mode
10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898 10 async/deferred/deferred_in_isolate_test: Skip # Issue 16898
(...skipping 192 matching lines...) Expand 10 before | Expand all | Expand 10 after
203 203
204 [ $runtime == ff ] 204 [ $runtime == ff ]
205 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386 205 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
206 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029 206 convert/streamed_conversion_utf8_decode_test: Pass, Slow # Issue 12029
207 convert/streamed_conversion_utf8_encode_test: Pass, Slow # Issue 12029 207 convert/streamed_conversion_utf8_encode_test: Pass, Slow # Issue 12029
208 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589 208 mirrors/mirrors_reader_test: Timeout, Slow, RuntimeError # Issue 16589
209 209
210 [ $compiler == dart2js ] 210 [ $compiler == dart2js ]
211 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275 211 typed_data/typed_data_hierarchy_int64_test: RuntimeError # Issue 10275
212 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533 212 typed_data/int32x4_bigint_test: RuntimeError # Issue 1533
213 typed_data/int64_list_load_store_test: RuntimeError # Issue 10275
213 214
214 [ $runtime == opera ] 215 [ $runtime == opera ]
215 async/multiple_timer_test: Pass, Fail # Probably issue 14734 216 async/multiple_timer_test: Pass, Fail # Probably issue 14734
216 217
217 [ $runtime == opera && $system == windows] 218 [ $runtime == opera && $system == windows]
218 # TODO(efortuna): Investigate. 219 # TODO(efortuna): Investigate.
219 async/timer_test: Fail, Pass 220 async/timer_test: Fail, Pass
220 221
221 [ $runtime == vm ] 222 [ $runtime == vm ]
222 async/timer_not_available_test: Fail, OK 223 async/timer_not_available_test: Fail, OK
(...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after
311 312
312 [ $arch == simarm ] 313 [ $arch == simarm ]
313 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644. 314 convert/chunked_conversion_utf88_test: Skip # Pass, Slow Issue 12644.
314 convert/utf85_test: Skip # Pass, Slow Issue 12644. 315 convert/utf85_test: Skip # Pass, Slow Issue 12644.
315 316
316 [ $compiler == dart2js ] 317 [ $compiler == dart2js ]
317 profiler/metrics_num_test: Skip # Because of a int / double type test. 318 profiler/metrics_num_test: Skip # Because of a int / double type test.
318 319
319 [ $arch == simarm64 ] 320 [ $arch == simarm64 ]
320 convert/utf85_test: Skip # Pass, Slow Issue 20111. 321 convert/utf85_test: Skip # Pass, Slow Issue 20111.
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698