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

Side by Side Diff: pkg/pkg.status

Issue 23447054: Don't run scheduled_server_test on the browser. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 3 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 # Don't run any test-like files that show up in packages directories. It 5 # Don't run any test-like files that show up in packages directories. It
6 # shouldn't be necessary to run "pub install" in these packages, but if you do 6 # shouldn't be necessary to run "pub install" in these packages, but if you do
7 # it shouldn't break the tests. 7 # it shouldn't break the tests.
8 */packages/*/*: Skip 8 */packages/*/*: Skip
9 */*/packages/*/*: Skip 9 */*/packages/*/*: Skip
10 */*/*/packages/*/*: Skip 10 */*/*/packages/*/*: Skip
(...skipping 137 matching lines...) Expand 10 before | Expand all | Expand 10 after
148 polymer/test/utils_test: Fail, OK # Uses dart:io. 148 polymer/test/utils_test: Fail, OK # Uses dart:io.
149 watcher/test/*: Fail, OK # Uses dart:io. 149 watcher/test/*: Fail, OK # Uses dart:io.
150 150
151 scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440 151 scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440
152 scheduled_test/test/descriptor/directory_test: Fail # http://dartbug.com/8440 152 scheduled_test/test/descriptor/directory_test: Fail # http://dartbug.com/8440
153 scheduled_test/test/descriptor/file_test: Fail # http://dartbug.com/8440 153 scheduled_test/test/descriptor/file_test: Fail # http://dartbug.com/8440
154 scheduled_test/test/descriptor/nothing_test: Fail # http://dartbug.com/8440 154 scheduled_test/test/descriptor/nothing_test: Fail # http://dartbug.com/8440
155 scheduled_test/test/descriptor/pattern_test: Fail # http://dartbug.com/8440 155 scheduled_test/test/descriptor/pattern_test: Fail # http://dartbug.com/8440
156 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84 40 156 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84 40
157 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 157 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440
158 scheduled_test/test/scheduled_server_test: Fail # http://dartbug.com/8440, dart: io
158 scheduled_test/test/scheduled_test/abort_test: Fail # http://dartbug.com/8440 159 scheduled_test/test/scheduled_test/abort_test: Fail # http://dartbug.com/8440
159 scheduled_test/test/scheduled_test/current_schedule_current_task_test: Fail # ht tp://dartbug.com/8440 160 scheduled_test/test/scheduled_test/current_schedule_current_task_test: Fail # ht tp://dartbug.com/8440
160 scheduled_test/test/scheduled_test/current_schedule_errors_test: Fail # http://d artbug.com/8440 161 scheduled_test/test/scheduled_test/current_schedule_errors_test: Fail # http://d artbug.com/8440
161 scheduled_test/test/scheduled_test/current_schedule_state_test: Fail # http://da rtbug.com/8440 162 scheduled_test/test/scheduled_test/current_schedule_state_test: Fail # http://da rtbug.com/8440
162 scheduled_test/test/scheduled_test/nested_task_test: Fail # http://dartbug.com/8 440 163 scheduled_test/test/scheduled_test/nested_task_test: Fail # http://dartbug.com/8 440
163 scheduled_test/test/scheduled_test/on_complete_test: Fail # http://dartbug.com/8 440 164 scheduled_test/test/scheduled_test/on_complete_test: Fail # http://dartbug.com/8 440
164 scheduled_test/test/scheduled_test/on_exception_test: Fail # http://dartbug.com/ 8440 165 scheduled_test/test/scheduled_test/on_exception_test: Fail # http://dartbug.com/ 8440
165 scheduled_test/test/scheduled_test/out_of_band_task_test: Fail # http://dartbug. com/8440 166 scheduled_test/test/scheduled_test/out_of_band_task_test: Fail # http://dartbug. com/8440
166 scheduled_test/test/scheduled_test/set_up_test: Fail # http://dartbug.com/8440 167 scheduled_test/test/scheduled_test/set_up_test: Fail # http://dartbug.com/8440
167 scheduled_test/test/scheduled_test/signal_error_test: Fail # http://dartbug.com/ 8440 168 scheduled_test/test/scheduled_test/signal_error_test: Fail # http://dartbug.com/ 8440
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ] 216 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ]
216 docgen/test/single_library_test: Skip # Uses dart:io 217 docgen/test/single_library_test: Skip # Uses dart:io
217 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io 218 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io
218 219
219 [ $browser || $runtime == vm ] 220 [ $browser || $runtime == vm ]
220 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out. 221 unittest/test/missing_tick_test: Fail, OK # This test should fail, not time out.
221 222
222 # Issue http://dartbug.com/12930 223 # Issue http://dartbug.com/12930
223 [ $runtime == vm ] 224 [ $runtime == vm ]
224 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 225 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930
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