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

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

Issue 20200002: dart2dart lib.status fix (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/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.
(...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after
56 56
57 [ $compiler == dart2js && $browser ] 57 [ $compiler == dart2js && $browser ]
58 async/timer_not_available_test: Fail, OK # only meant to test when there is no w ay to 58 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 ) 59 # implement timer (currently only in d8 )
60 60
61 [ $compiler == dart2dart ] 61 [ $compiler == dart2dart ]
62 mirrors/*: Skip # http://dartbug.com/11511 62 mirrors/*: Skip # http://dartbug.com/11511
63 async/run_async6_test: Fail # Issue 10957 - may be related to issue 10910 63 async/run_async6_test: Fail # Issue 10957 - may be related to issue 10910
64 64
65 [ $compiler == dart2dart && $minified ] 65 [ $compiler == dart2dart && $minified ]
66 json/json_test: Fail # Issue 10961 66 json/json_test: Fail # Issue 10961
67 typed_data/float32x4_test: Fail # Issue 10961 67 typed_data/float32x4_test: Fail # Issue 10961
68 typed_data/float32x4_list_test: Fail # Issue 10961 68 typed_data/float32x4_list_test: Fail # Issue 10961
69 typed_data/float32x4_unbox_phi_test: Fail # Issue 10961 69 typed_data/float32x4_unbox_phi_test: Fail # Issue 10961
70 typed_data/float32x4_unbox_regress_test: Fail # Issue 10961 70 typed_data/float32x4_unbox_regress_test: Fail # Issue 10961
71 typed_data/float32x4_shuffle_test: Fail # Issue 10961 71 typed_data/float32x4_shuffle_test: Fail # Issue 10961
72 typed_data/float32x4_two_arg_shuffle_test: Fail # Issue 10961
72 73
73 [ $runtime == ff ] 74 [ $runtime == ff ]
74 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386 75 # FF setTimeout can fire early: https://bugzilla.mozilla.org/show_bug.cgi?id=291 386
75 multiple_timer_test: Pass, Fail 76 multiple_timer_test: Pass, Fail
76 timer_isolate_test: Pass, Fail 77 timer_isolate_test: Pass, Fail
77 timer_test: Pass, Fail 78 timer_test: Pass, Fail
78 79
79 [ $runtime == ie9 ] 80 [ $runtime == ie9 ]
80 typed_data/typed_list_iterable_test: Fail # Issue 11971 81 typed_data/typed_list_iterable_test: Fail # Issue 11971
81 typed_data/typed_data_list_test: Fail # Issue 11971 82 typed_data/typed_data_list_test: Fail # Issue 11971
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
117 *: Skip 118 *: Skip
118 119
119 [ $arch == simmips ] 120 [ $arch == simmips ]
120 typed_data/float32x4_unbox_regress_test: Crash # Unimplemented 121 typed_data/float32x4_unbox_regress_test: Crash # Unimplemented
121 typed_data/float32x4_unbox_phi_test: Crash # Unimplemented 122 typed_data/float32x4_unbox_phi_test: Crash # Unimplemented
122 typed_data/float32x4_list_test: Crash # Unimplemented 123 typed_data/float32x4_list_test: Crash # Unimplemented
123 typed_data/float32x4_test: Crash # Unimplemented 124 typed_data/float32x4_test: Crash # Unimplemented
124 typed_data/float32x4_shuffle_test: Crash # Unimplemented 125 typed_data/float32x4_shuffle_test: Crash # Unimplemented
125 typed_data/float32x4_two_arg_shuffle_test: Crash # Unimplemented 126 typed_data/float32x4_two_arg_shuffle_test: Crash # Unimplemented
126 127
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