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

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

Issue 21595002: Skip test that involves comparing the rootLibrary on Dartium. (Closed) Base URL: http://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
« 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/class_mirror_type_variables_test: Fail # Issue 12087 7 mirrors/class_mirror_type_variables_test: Fail # Issue 12087
8 mirrors/invoke_private_test: Fail # Issue 12164 8 mirrors/invoke_private_test: Fail # Issue 12164
9 mirrors/function_type_mirror_test: Fail # Issue 12166 9 mirrors/function_type_mirror_test: Fail # Issue 12166
10 mirrors/method_mirror_name_test: Fail # Issue 6335 10 mirrors/method_mirror_name_test: Fail # Issue 6335
(...skipping 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 mirrors/library_metadata_test: Fail # http://dartbug.com/10906 93 mirrors/library_metadata_test: Fail # http://dartbug.com/10906
94 mirrors/parameter_test: Fail # http://dartbug.com/11567 94 mirrors/parameter_test: Fail # http://dartbug.com/11567
95 mirrors/operator_test: Fail # http://dartbug.com/11944 95 mirrors/operator_test: Fail # http://dartbug.com/11944
96 mirrors/null_test: Fail # Issue 12128 96 mirrors/null_test: Fail # Issue 12128
97 97
98 [ $compiler == none && $runtime == drt ] 98 [ $compiler == none && $runtime == drt ]
99 async/timer_isolate_test: Skip # See Issue 4997 99 async/timer_isolate_test: Skip # See Issue 4997
100 async/timer_not_available_test: Skip # only meant to test when there is no way t o 100 async/timer_not_available_test: Skip # only meant to test when there is no way t o
101 # implement timer (currently only in d8) 101 # implement timer (currently only in d8)
102 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io. 102 mirrors/library_uri_io_test: Skip # Not intended for drt as it uses dart:io.
103 mirrors/local_isolate_test: Skip # http://dartbug.com/12188
103 async/run_async6_test: Fail # Issue 10910 104 async/run_async6_test: Fail # Issue 10910
104 105
105 [ $compiler == none && $runtime == drt && $system == windows ] 106 [ $compiler == none && $runtime == drt && $system == windows ]
106 async/multiple_timer_test: Fail, Pass # See Issue 10982 107 async/multiple_timer_test: Fail, Pass # See Issue 10982
107 async/timer_test: Fail, Pass # See Issue 10982 108 async/timer_test: Fail, Pass # See Issue 10982
108 109
109 [ $arch == mips ] 110 [ $arch == mips ]
110 *: Skip 111 *: Skip
111 112
112 [ $arch == simmips ] 113 [ $arch == simmips ]
113 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025. 114 convert/chunked_conversion_utf88_test: Pass, Slow # Issue 12025.
114 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow 115 convert/streamed_conversion_json_utf8_decode_test: Pass, Slow
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