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

Side by Side Diff: pkg/pkg.status

Issue 126453008: Mark scheduled_matcher_test as failing on the browser. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 11 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 191 matching lines...) Expand 10 before | Expand all | Expand 10 after
202 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. 202 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io.
203 oauth2/test/client_test: Fail, OK # Uses dart:io. 203 oauth2/test/client_test: Fail, OK # Uses dart:io.
204 oauth2/test/credentials_test: Fail, OK # Uses dart:io. 204 oauth2/test/credentials_test: Fail, OK # Uses dart:io.
205 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io. 205 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io.
206 observe/test/transformer_test: Fail, OK # Uses dart:io. 206 observe/test/transformer_test: Fail, OK # Uses dart:io.
207 path/test/io_test: Fail, OK # Uses dart:io. 207 path/test/io_test: Fail, OK # Uses dart:io.
208 polymer/test/build/*: Fail, OK # Uses dart:io. 208 polymer/test/build/*: Fail, OK # Uses dart:io.
209 third_party/angular_tests/tools/*: Skip # Uses dart:io 209 third_party/angular_tests/tools/*: Skip # Uses dart:io
210 watcher/test/*: Fail, OK # Uses dart:io. 210 watcher/test/*: Fail, OK # Uses dart:io.
211 211
212 scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440 212 scheduled_test/test/descriptor/*: Fail # http://dartbug.com/8440
213 scheduled_test/test/descriptor/directory_test: Fail # http://dartbug.com/8440
214 scheduled_test/test/descriptor/file_test: Fail # http://dartbug.com/8440
215 scheduled_test/test/descriptor/nothing_test: Fail # http://dartbug.com/8440
216 scheduled_test/test/descriptor/pattern_test: Fail # http://dartbug.com/8440
217 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84 40 213 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84 40
218 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 214 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440
219 scheduled_test/test/scheduled_test/abort_test: Fail # http://dartbug.com/8440 215 scheduled_test/test/scheduled_test/*: Fail # http://dartbug.com/8440
220 scheduled_test/test/scheduled_test/current_schedule_current_task_test: Fail # ht tp://dartbug.com/8440 216 scheduled_test/test/scheduled_stream/scheduled_matcher_test: Fail # http://dartb ug.com/8440
221 scheduled_test/test/scheduled_test/current_schedule_errors_test: Fail # http://d artbug.com/8440
222 scheduled_test/test/scheduled_test/current_schedule_state_test: Fail # http://da rtbug.com/8440
223 scheduled_test/test/scheduled_test/nested_task_test: Fail # http://dartbug.com/8 440
224 scheduled_test/test/scheduled_test/on_complete_test: Fail # http://dartbug.com/8 440
225 scheduled_test/test/scheduled_test/on_exception_test: Fail # http://dartbug.com/ 8440
226 scheduled_test/test/scheduled_test/out_of_band_task_test: Fail # http://dartbug. com/8440
227 scheduled_test/test/scheduled_test/set_up_test: Fail # http://dartbug.com/8440
228 scheduled_test/test/scheduled_test/signal_error_test: Fail # http://dartbug.com/ 8440
229 scheduled_test/test/scheduled_test/simple_test: Fail # http://dartbug.com/8440
230 scheduled_test/test/scheduled_test/task_return_value_test: Fail # http://dartbug .com/8440
231 scheduled_test/test/scheduled_test/timeout_test: Fail # http://dartbug.com/8440
232 scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/84 40
233 scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8 440
234 217
235 218
236 */test/analyzer_test: Skip # No need to run analysis tests on browser bots 219 */test/analyzer_test: Skip # No need to run analysis tests on browser bots
237 220
238 # Skip tests on the browser if the test depends on dart:io 221 # Skip tests on the browser if the test depends on dart:io
239 third_party/angular_tests/io/*: Skip 222 third_party/angular_tests/io/*: Skip
240 third_party/html5lib/test/parser_test: Skip 223 third_party/html5lib/test/parser_test: Skip
241 third_party/html5lib/test/tokenizer_test: Skip 224 third_party/html5lib/test/tokenizer_test: Skip
242 225
243 polymer/test/unbind_test: Pass, Fail # Issue 15259 226 polymer/test/unbind_test: Pass, Fail # Issue 15259
(...skipping 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
336 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 319 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024
337 320
338 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == ie10 ] 321 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == ie10 ]
339 # Various issues due to limited browser testing in Angular. 322 # Various issues due to limited browser testing in Angular.
340 third_party/angular_tests/*: Skip 323 third_party/angular_tests/*: Skip
341 324
342 [ $unchecked ] 325 [ $unchecked ]
343 third_party/angular_tests/core/scope_test: Skip # Requires checked mode. 326 third_party/angular_tests/core/scope_test: Skip # Requires checked mode.
344 third_party/angular_tests/angular_test: Skip # Requires checked mode. 327 third_party/angular_tests/angular_test: Skip # Requires checked mode.
345 third_party/angular_tests/core/zone_test: Skip # Requires checked mode. 328 third_party/angular_tests/core/zone_test: Skip # Requires checked mode.
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