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

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

Issue 19680006: Disable float32x4_shuffle_test in minified dart2dart (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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
« 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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 math/*: Skip 6 math/*: Skip
7 mirrors/method_mirror_name_test: Fail # Issue 6335 7 mirrors/method_mirror_name_test: Fail # Issue 6335
8 mirrors/method_mirror_properties_test: Fail # Issue 11861 8 mirrors/method_mirror_properties_test: Fail # Issue 11861
9 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. 9 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this.
10 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 10 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
58 [ $compiler == dart2dart ] 58 [ $compiler == dart2dart ]
59 mirrors/*: Skip # http://dartbug.com/11511 59 mirrors/*: Skip # http://dartbug.com/11511
60 async/run_async6_test: Fail # Issue 10957 - may be related to issue 10910 60 async/run_async6_test: Fail # Issue 10957 - may be related to issue 10910
61 61
62 [ $compiler == dart2dart && $minified ] 62 [ $compiler == dart2dart && $minified ]
63 json/json_test: Fail # Issue 10961 63 json/json_test: Fail # Issue 10961
64 typed_data/float32x4_test: Fail # Issue 10961 64 typed_data/float32x4_test: Fail # Issue 10961
65 typed_data/float32x4_list_test: Fail # Issue 10961 65 typed_data/float32x4_list_test: Fail # Issue 10961
66 typed_data/float32x4_unbox_phi_test: Fail # Issue 10961 66 typed_data/float32x4_unbox_phi_test: Fail # Issue 10961
67 typed_data/float32x4_unbox_regress_test: Fail # Issue 10961 67 typed_data/float32x4_unbox_regress_test: Fail # Issue 10961
68 typed_data/float32x4_shuffle_test: Fail # Issue 10961
68 69
69 [ $runtime == ff ] 70 [ $runtime == ff ]
70 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386 71 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
71 multiple_timer_test: Pass, Fail 72 multiple_timer_test: Pass, Fail
72 timer_isolate_test: Pass, Fail 73 timer_isolate_test: Pass, Fail
73 timer_test: Pass, Fail 74 timer_test: Pass, Fail
74 75
75 [ $runtime == ie9 ] 76 [ $runtime == ie9 ]
76 typed_data/typed_list_iterable_test: Fail # Issue 11036 77 typed_data/typed_list_iterable_test: Fail # Issue 11036
77 78
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
114 115
115 [ $arch == mips ] 116 [ $arch == mips ]
116 *: Skip 117 *: Skip
117 118
118 [ $arch == simmips ] 119 [ $arch == simmips ]
119 typed_data/float32x4_unbox_regress_test: Crash # Unimplemented 120 typed_data/float32x4_unbox_regress_test: Crash # Unimplemented
120 typed_data/float32x4_unbox_phi_test: Crash # Unimplemented 121 typed_data/float32x4_unbox_phi_test: Crash # Unimplemented
121 typed_data/float32x4_list_test: Crash # Unimplemented 122 typed_data/float32x4_list_test: Crash # Unimplemented
122 typed_data/float32x4_test: Crash # Unimplemented 123 typed_data/float32x4_test: Crash # Unimplemented
123 typed_data/float32x4_shuffle_test: Crash # Unimplemented 124 typed_data/float32x4_shuffle_test: Crash # Unimplemented
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