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

Side by Side Diff: pkg/pkg.status

Issue 51483002: fix PathObserver to avoid try+catch (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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 | « pkg/observe/test/transform_test.dart ('k') | 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 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
301 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930 301 intl/test/message_extraction/message_extraction_test: Pass, Fail # Issue 12930
302 302
303 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 303 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
304 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa ilure. 304 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa ilure.
305 polymer_expressions/test/bindings_test: Fail, Pass # Issue 14445. 305 polymer_expressions/test/bindings_test: Fail, Pass # Issue 14445.
306 306
307 [ $compiler == dartanalyzer ] 307 [ $compiler == dartanalyzer ]
308 # pkg issue 13944; Missing inherited member 'Observable._mirror' 308 # pkg issue 13944; Missing inherited member 'Observable._mirror'
309 custom_element/test/analyzer_test: fail 309 custom_element/test/analyzer_test: fail
310 template_binding/test/analyzer_test: fail 310 template_binding/test/analyzer_test: fail
311 observe/test/observe_test: fail
312 311
313 [ $compiler == dart2analyzer ] 312 [ $compiler == dart2analyzer ]
314 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount' 313 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and 'ListChangeRecord.removedCount'
315 custom_element/test/analyzer_test: fail 314 custom_element/test/analyzer_test: fail
316 template_binding/test/analyzer_test: fail 315 template_binding/test/analyzer_test: fail
317 observe/test/observe_test: fail
318
319 # pkg issue 13945; Missing inherited member 'Trace.frames'
320 observe/test/observe_test: fail
321 316
322 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 317 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
323 barback/test/asset_id_test: StaticWarning 318 barback/test/asset_id_test: StaticWarning
324 barback/test/asset_set_test: StaticWarning 319 barback/test/asset_set_test: StaticWarning
325 barback/test/asset_test: StaticWarning 320 barback/test/asset_test: StaticWarning
326 barback/test/cancelable_future_test: StaticWarning 321 barback/test/cancelable_future_test: StaticWarning
327 barback/test/mutliset_test: StaticWarning 322 barback/test/mutliset_test: StaticWarning
328 barback/test/package_graph/add_remove_transform_test: StaticWarning 323 barback/test/package_graph/add_remove_transform_test: StaticWarning
329 barback/test/package_graph/errors_test: StaticWarning 324 barback/test/package_graph/errors_test: StaticWarning
330 barback/test/package_graph/get_all_assets_test: StaticWarning 325 barback/test/package_graph/get_all_assets_test: StaticWarning
(...skipping 25 matching lines...) Expand all
356 http/test/http_test: StaticWarning 351 http/test/http_test: StaticWarning
357 http/test/mock_client_test: StaticWarning 352 http/test/mock_client_test: StaticWarning
358 http/test/multipart_test: StaticWarning 353 http/test/multipart_test: StaticWarning
359 http/test/request_test: StaticWarning 354 http/test/request_test: StaticWarning
360 http/test/streamed_request_test: StaticWarning 355 http/test/streamed_request_test: StaticWarning
361 intl/test/date_time_format_file_even_test: StaticWarning 356 intl/test/date_time_format_file_even_test: StaticWarning
362 intl/test/date_time_format_file_odd_test: StaticWarning 357 intl/test/date_time_format_file_odd_test: StaticWarning
363 intl/test/date_time_format_http_request_test: StaticWarning 358 intl/test/date_time_format_http_request_test: StaticWarning
364 intl/test/date_time_format_local_even_test: StaticWarning 359 intl/test/date_time_format_local_even_test: StaticWarning
365 intl/test/date_time_format_local_odd_test: StaticWarning 360 intl/test/date_time_format_local_odd_test: StaticWarning
366 observe/test/list_change_test: StaticWarning 361 observe/test/transform_test: StaticWarning
367 observe/test/observable_list_test: StaticWarning
368 observe/test/observable_map_test: StaticWarning
369 observe/test/path_observer_test: StaticWarning
370 observe/test/transform_test: CompileTimeError, StaticWarning
371 polymer/example/component/news/test/news_index_test: StaticWarning 362 polymer/example/component/news/test/news_index_test: StaticWarning
372 polymer_expressions/test/bindings_test: StaticWarning 363 polymer_expressions/test/bindings_test: StaticWarning
373 polymer_expressions/test/eval_test: StaticWarning 364 polymer_expressions/test/eval_test: StaticWarning
374 polymer_expressions/test/globals_test: StaticWarning 365 polymer_expressions/test/globals_test: StaticWarning
375 polymer_expressions/test/syntax_test: StaticWarning 366 polymer_expressions/test/syntax_test: StaticWarning
376 polymer/test/attr_deserialize_test: StaticWarning 367 polymer/test/attr_deserialize_test: StaticWarning
377 polymer/test/attr_mustache_test: StaticWarning 368 polymer/test/attr_mustache_test: StaticWarning
378 polymer/test/bind_mdv_test: StaticWarning 369 polymer/test/bind_mdv_test: StaticWarning
379 polymer/test/bind_test: StaticWarning 370 polymer/test/bind_test: StaticWarning
380 polymer/test/build/all_phases_test: CompileTimeError, StaticWarning 371 polymer/test/build/all_phases_test: CompileTimeError, StaticWarning
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
423 template_binding/test/binding_syntax_test: StaticWarning 414 template_binding/test/binding_syntax_test: StaticWarning
424 template_binding/test/custom_element_bindings_test: StaticWarning 415 template_binding/test/custom_element_bindings_test: StaticWarning
425 template_binding/test/element_bindings_test: StaticWarning 416 template_binding/test/element_bindings_test: StaticWarning
426 template_binding/test/node_bindings_test: StaticWarning 417 template_binding/test/node_bindings_test: StaticWarning
427 template_binding/test/template_element_test: StaticWarning 418 template_binding/test/template_element_test: StaticWarning
428 unittest/test/matchers_test: StaticWarning 419 unittest/test/matchers_test: StaticWarning
429 unittest/test/mock_test: StaticWarning 420 unittest/test/mock_test: StaticWarning
430 watcher/test/directory_watcher_test: StaticWarning 421 watcher/test/directory_watcher_test: StaticWarning
431 watcher/test/no_subscription_test: StaticWarning 422 watcher/test/no_subscription_test: StaticWarning
432 watcher/test/ready_test: StaticWarning 423 watcher/test/ready_test: StaticWarning
OLDNEW
« no previous file with comments | « pkg/observe/test/transform_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698