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

Side by Side Diff: pkg/pkg.status

Issue 572073002: remove serialization. it's moved to github (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 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 | pkg/serialization/LICENSE » ('j') | 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 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
376 matcher/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS 376 matcher/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS
377 377
378 [ $arch == simarm && $checked ] 378 [ $arch == simarm && $checked ]
379 watcher/test/directory_watcher/linux_test: Skip # Issue 16118 379 watcher/test/directory_watcher/linux_test: Skip # Issue 16118
380 380
381 [ $arch == simarm64 ] 381 [ $arch == simarm64 ]
382 # Timeout. These are not unit tests. They do not run efficiently on our 382 # Timeout. These are not unit tests. They do not run efficiently on our
383 # simulator. 383 # simulator.
384 *: Skip 384 *: Skip
385 385
386 # Skip serialization test that explicitly has no library declaration in the
387 # test on Dartium, which requires all tests to have a library.
388 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C ontentShellOnAndroid) ] 386 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C ontentShellOnAndroid) ]
389 serialization/test/no_library_test: Skip # Expected Failure
390 serialization/test/serialization_test: Fail # 13921
391 unittest/test/async_exception_test: RuntimeError # 13921 387 unittest/test/async_exception_test: RuntimeError # 13921
392 unittest/test/async_exception_with_future_test: RuntimeError # 13921 388 unittest/test/async_exception_with_future_test: RuntimeError # 13921
393 unittest/test/async_setup_teardown_test: RuntimeError # 13921 389 unittest/test/async_setup_teardown_test: RuntimeError # 13921
394 unittest/test/completion_test: RuntimeError # 13921 390 unittest/test/completion_test: RuntimeError # 13921
395 unittest/test/correct_callback_test: RuntimeError # 13921 391 unittest/test/correct_callback_test: RuntimeError # 13921
396 unittest/test/exception_test: RuntimeError # 13921 392 unittest/test/exception_test: RuntimeError # 13921
397 unittest/test/excess_callback_test: RuntimeError # 13921 393 unittest/test/excess_callback_test: RuntimeError # 13921
398 unittest/test/expect_async_args_test: RuntimeError # 13921 394 unittest/test/expect_async_args_test: RuntimeError # 13921
399 unittest/test/expect_async_test: RuntimeError # 13921 395 unittest/test/expect_async_test: RuntimeError # 13921
400 unittest/test/group_name_test: RuntimeError # 13921 396 unittest/test/group_name_test: RuntimeError # 13921
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
462 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 458 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
463 459
464 [ $use_repository_packages ] 460 [ $use_repository_packages ]
465 analyzer/test/*: PubGetError 461 analyzer/test/*: PubGetError
466 462
467 [ $runtime == drt ] 463 [ $runtime == drt ]
468 http/test/html/client_test: Skip # Issue 18566 464 http/test/html/client_test: Skip # Issue 18566
469 465
470 [ $system == windows ] 466 [ $system == windows ]
471 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436 467 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is sue 20436
OLDNEW
« no previous file with comments | « no previous file | pkg/serialization/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698