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

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

Issue 19801005: Implement SIMD types for dart2js (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 ] 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/method_mirror_returntype_test : Fail # Issue 11928 9 mirrors/method_mirror_returntype_test : Fail # Issue 11928
10 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this. 10 mirrors/mirrors_test: Fail # TODO(ahe): I'm working on fixing this.
11 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io. 11 mirrors/library_uri_io_test: Skip # Not intended for dart2js as it uses dart:io.
12 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002 12 async/run_async3_test: Fail # _enqueueImmediate runs after Timer. http://dartbug .com/9002
13 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012 13 async/run_async4_test: Pass, Fail # no global exception handler in isolates. htt p://dartbug.com/9012
14 async/run_async6_test: Fail # global error handling is not supported. http://dar tbug.com/5958 14 async/run_async6_test: Fail # global error handling is not supported. http://dar tbug.com/5958
15 async/stream_controller_async_test: Fail, Pass # http://dartbug.com/11953 15 async/stream_controller_async_test: Fail, Pass # http://dartbug.com/11953
16 16
17 # SIMD is unsupported on dart2js.
18 typed_data/float32x4_test: Fail, OK
19 typed_data/float32x4_list_test: Fail, OK
20 typed_data/float32x4_unbox_phi_test: Fail, OK
21 typed_data/float32x4_unbox_regress_test: Fail, OK
22 typed_data/float32x4_shuffle_test: Fail, OK
23 typed_data/float32x4_two_arg_shuffle_test: Fail, OK
24 17
25 [ $compiler == dart2js && ($runtime == d8 || $runtime == ie9) ] 18 [ $compiler == dart2js && ($runtime == d8) ]
26 typed_data/byte_data_test: Fail, OK # d8/ie9 doesn't support DataView 19 typed_data/byte_data_test: Fail, OK # d8 doesn't support DataView
27 20
28 [ $csp ] 21 [ $csp ]
29 mirrors/*: Skip # Issue 6490 22 mirrors/*: Skip # Issue 6490
30 23
31 [ $compiler == dart2js && $jscl ] 24 [ $compiler == dart2js && $jscl ]
32 async/future_test: Fail # Timer interface not supported; dartbug.com/7728. 25 async/future_test: Fail # Timer interface not supported; dartbug.com/7728.
33 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772 8. 26 async/slow_consumer2_test: Fail # Timer interface not supported; dartbug.com/772 8.
34 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772 8. 27 async/slow_consumer3_test: Fail # Timer interface not supported; dartbug.com/772 8.
35 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728 . 28 async/slow_consumer_test: Fail # Timer interface not supported; dartbug.com/7728 .
36 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c om/7728. 29 async/stream_from_iterable_test: Fail # Timer interface not supported; dartbug.c om/7728.
(...skipping 19 matching lines...) Expand all
56 49
57 [ $compiler == dart2js && $browser ] 50 [ $compiler == dart2js && $browser ]
58 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 51 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
59 # implement timer (currently only in d8 ) 52 # implement timer (currently only in d8 )
60 53
61 [ $compiler == dart2dart ] 54 [ $compiler == dart2dart ]
62 mirrors/*: Skip # http://dartbug.com/11511 55 mirrors/*: Skip # http://dartbug.com/11511
63 async/run_async6_test: Fail # Issue 10957 - may be related to issue 10910 56 async/run_async6_test: Fail # Issue 10957 - may be related to issue 10910
64 57
65 [ $compiler == dart2dart && $minified ] 58 [ $compiler == dart2dart && $minified ]
66 json/json_test: Fail # Issue 10961 59 json/json_test: Fail # Issue 10961
67 typed_data/float32x4_test: Fail # Issue 10961 60 typed_data/float32x4_test: Fail # Issue 10961
68 typed_data/float32x4_list_test: Fail # Issue 10961 61 typed_data/float32x4_list_test: Fail # Issue 10961
69 typed_data/float32x4_unbox_phi_test: Fail # Issue 10961 62 typed_data/float32x4_unbox_phi_test: Fail # Issue 10961
70 typed_data/float32x4_unbox_regress_test: Fail # Issue 10961 63 typed_data/float32x4_unbox_regress_test: Fail # Issue 10961
71 typed_data/float32x4_shuffle_test: Fail # Issue 10961 64 typed_data/float32x4_shuffle_test: Fail # Issue 10961
65 typed_data/float32x4_two_arg_shuffle_test: Fail # Issue 10961
72 66
73 [ $runtime == ff ] 67 [ $runtime == ff ]
74 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386 68 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
75 multiple_timer_test: Pass, Fail 69 multiple_timer_test: Pass, Fail
76 timer_isolate_test: Pass, Fail 70 timer_isolate_test: Pass, Fail
77 timer_test: Pass, Fail 71 timer_test: Pass, Fail
78 72
79 [ $runtime == ie9 ] 73 [ $runtime == ie9 ]
80 typed_data/typed_list_iterable_test: Fail # Issue 11971 74 # IE9 doesn't support typed arrays.
81 typed_data/typed_data_list_test: Fail # Issue 11971 75 typed_data/*: Fail # Issue 11971
82 76
83 [ $runtime == opera ] 77 [ $runtime == opera ]
84 async/multiple_timer_test: Pass, Fail 78 async/multiple_timer_test: Pass, Fail
85 79
86 [ $runtime == opera && $system == windows] 80 [ $runtime == opera && $system == windows]
87 # TODO(efortuna): Investigate. 81 # TODO(efortuna): Investigate.
88 async/timer_test: Fail, Pass 82 async/timer_test: Fail, Pass
89 83
90 [ $runtime == vm ] 84 [ $runtime == vm ]
91 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 85 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to
(...skipping 25 matching lines...) Expand all
117 *: Skip 111 *: Skip
118 112
119 [ $arch == simmips ] 113 [ $arch == simmips ]
120 typed_data/float32x4_unbox_regress_test: Crash # Unimplemented 114 typed_data/float32x4_unbox_regress_test: Crash # Unimplemented
121 typed_data/float32x4_unbox_phi_test: Crash # Unimplemented 115 typed_data/float32x4_unbox_phi_test: Crash # Unimplemented
122 typed_data/float32x4_list_test: Crash # Unimplemented 116 typed_data/float32x4_list_test: Crash # Unimplemented
123 typed_data/float32x4_test: Crash # Unimplemented 117 typed_data/float32x4_test: Crash # Unimplemented
124 typed_data/float32x4_shuffle_test: Crash # Unimplemented 118 typed_data/float32x4_shuffle_test: Crash # Unimplemented
125 typed_data/float32x4_two_arg_shuffle_test: Crash # Unimplemented 119 typed_data/float32x4_two_arg_shuffle_test: Crash # Unimplemented
126 120
OLDNEW
« no previous file with comments | « sdk/lib/typed_data/dart2js/typed_data_dart2js.dart ('k') | tests/lib/typed_data/float32x4_list_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698