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

Side by Side Diff: pkg/pkg.status

Issue 319983005: pkg/unittest: test cleanup (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: rebase Created 6 years, 6 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/unittest/CHANGELOG.md » ('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 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
95 analyzer/test/generated/element_test: Pass, Slow # Issue 16473 95 analyzer/test/generated/element_test: Pass, Slow # Issue 16473
96 96
97 [ $runtime == d8 || $runtime == jsshell ] 97 [ $runtime == d8 || $runtime == jsshell ]
98 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 98 stack_trace/test/chain_test: Fail # Issues 15171 and 15105
99 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces 99 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces
100 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728. 100 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728.
101 101
102 [ $runtime == jsshell ] 102 [ $runtime == jsshell ]
103 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. 103 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported.
104 scheduled_test/test/unittest_compatibility_test: RuntimeError # Issue 7728 104 scheduled_test/test/unittest_compatibility_test: RuntimeError # Issue 7728
105 unittest/test/unittest_nested_groups_setup_teardown_test: RuntimeError # http:// dartbug.com/10109 105 unittest/test/nested_groups_setup_teardown_test: RuntimeError # http://dartbug.c om/10109
106 106
107 [ $compiler == dart2js && $runtime == drt ] 107 [ $compiler == dart2js && $runtime == drt ]
108 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 108 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
109 109
110 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] 110 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
111 polymer/example: Skip # Uses dart:html 111 polymer/example: Skip # Uses dart:html
112 polymer/e2e_test: Skip # Uses dart:html 112 polymer/e2e_test: Skip # Uses dart:html
113 polymer/test/auto_binding_test: Skip # uses dart:html 113 polymer/test/auto_binding_test: Skip # uses dart:html
114 polymer/test/attr_deserialize_test: Skip # uses dart:html 114 polymer/test/attr_deserialize_test: Skip # uses dart:html
115 polymer/test/attr_mustache_test: Skip #uses dart:html 115 polymer/test/attr_mustache_test: Skip #uses dart:html
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
334 [ $arch == simarm64 ] 334 [ $arch == simarm64 ]
335 # Timeout. These are not unit tests. They do not run efficiently on our 335 # Timeout. These are not unit tests. They do not run efficiently on our
336 # simulator. 336 # simulator.
337 *: Skip 337 *: Skip
338 338
339 # Skip serialization test that explicitly has no library declaration in the 339 # Skip serialization test that explicitly has no library declaration in the
340 # test on Dartium, which requires all tests to have a library. 340 # test on Dartium, which requires all tests to have a library.
341 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] 341 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
342 serialization/test/no_library_test: Skip # Expected Failure 342 serialization/test/no_library_test: Skip # Expected Failure
343 serialization/test/serialization_test: Fail # 13921 343 serialization/test/serialization_test: Fail # 13921
344 unittest/test/unittest_async_exception_test: Fail # 13921 344 unittest/test/async_exception_test: RuntimeError # 13921
345 unittest/test/unittest_async_setup_teardown_test: Fail # 13921 345 unittest/test/async_setup_teardown_test: RuntimeError # 13921
346 unittest/test/unittest_completion_test: Fail # 13921 346 unittest/test/completion_test: RuntimeError # 13921
347 unittest/test/unittest_correct_callback_test: Fail # 13921 347 unittest/test/correct_callback_test: RuntimeError # 13921
348 unittest/test/unittest_exception_test: Fail # 13921 348 unittest/test/exception_test: RuntimeError # 13921
349 unittest/test/unittest_excess_callback_test: Fail # 13921 349 unittest/test/excess_callback_test: RuntimeError # 13921
350 unittest/test/unittest_expect_async_args_test: Fail # 13921 350 unittest/test/expect_async_args_test: RuntimeError # 13921
351 unittest/test/unittest_expect_async_test: Fail # 13921 351 unittest/test/expect_async_test: RuntimeError # 13921
352 unittest/test/unittest_group_name_test: Fail # 13921 352 unittest/test/group_name_test: RuntimeError # 13921
353 unittest/test/unittest_invalid_ops_test: Fail # 13921 353 unittest/test/invalid_ops_test: RuntimeError # 13921
354 unittest/test/unittest_late_exception_test: Fail # 13921 354 unittest/test/late_exception_test: RuntimeError # 13921
355 unittest/test/unittest_middle_exception_test: Fail # 13921 355 unittest/test/middle_exception_test: RuntimeError # 13921
356 unittest/test/unittest_nested_groups_setup_teardown_test: Fail # 13921 356 unittest/test/nested_groups_setup_teardown_test: RuntimeError # 13921
357 unittest/test/unittest_protect_async_test: Fail # 13921 357 unittest/test/protect_async_test: RuntimeError # 13921
358 unittest/test/unittest_runtests_without_tests_test: Fail # 13921 358 unittest/test/returning_future_test: RuntimeError # 13921
359 unittest/test/unittest_setup_and_teardown_test: Fail # 13921 359 unittest/test/returning_future_using_runasync_test: RuntimeError # 13921
360 unittest/test/unittest_setup_test: Fail # 13921 360 unittest/test/runtests_without_tests_test: RuntimeError # 13921
361 unittest/test/unittest_single_correct_test: Fail # 13921 361 unittest/test/setup_and_teardown_test: RuntimeError # 13921
362 unittest/test/unittest_single_failing_test: Fail # 13921 362 unittest/test/setup_test: RuntimeError # 13921
363 unittest/test/unittest_skipped_soloed_nested_test: Fail # 13921 363 unittest/test/single_correct_test: RuntimeError # 13921
364 unittest/test/unittest_teardown_test: Fail # 13921 364 unittest/test/single_failing_test: RuntimeError # 13921
365 unittest/test/unittest_test_returning_future_test: Fail # 13921 365 unittest/test/skipped_soloed_nested_test: RuntimeError # 13921
366 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921 366 unittest/test/teardown_test: RuntimeError # 13921
367 unittest/test/unittest_testcases_immutable_test: Fail # 13921 367 unittest/test/testcases_immutable_test: RuntimeError # 13921
368 polymer/e2e_test/canonicalization/test/deploy1_test: Fail, OK # tests deploy onl y behavior 368 polymer/e2e_test/canonicalization/test/deploy1_test: Fail, OK # tests deploy onl y behavior
369 polymer/e2e_test/canonicalization/test/deploy2_test: Fail, OK # tests deploy onl y behavior 369 polymer/e2e_test/canonicalization/test/deploy2_test: Fail, OK # tests deploy onl y behavior
370 polymer/e2e_test/canonicalization/test/deploy3_test: Fail, OK # tests deploy onl y behavior 370 polymer/e2e_test/canonicalization/test/deploy3_test: Fail, OK # tests deploy onl y behavior
371 polymer/e2e_test/canonicalization/test/dir/dev2_test: RuntimeError # Issue 17596 371 polymer/e2e_test/canonicalization/test/dir/dev2_test: RuntimeError # Issue 17596
372 polymer/e2e_test/canonicalization/test/dir/deploy1_test: Fail, OK # tests deploy only behavior 372 polymer/e2e_test/canonicalization/test/dir/deploy1_test: Fail, OK # tests deploy only behavior
373 polymer/e2e_test/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy only behavior 373 polymer/e2e_test/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy only behavior
374 374
375 [ $runtime == vm ] 375 [ $runtime == vm ]
376 # Skip tests on the VM if the package depends on dart:html 376 # Skip tests on the VM if the package depends on dart:html
377 custom_element: Skip 377 custom_element: Skip
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 http/test/multipart_test: Fail 431 http/test/multipart_test: Fail
432 http/test/request_test: Fail 432 http/test/request_test: Fail
433 http/test/response_test: Fail 433 http/test/response_test: Fail
434 oauth2/test/authorization_code_grant_test: Fail 434 oauth2/test/authorization_code_grant_test: Fail
435 oauth2/test/client_test: Fail 435 oauth2/test/client_test: Fail
436 oauth2/test/credentials_test: Fail 436 oauth2/test/credentials_test: Fail
437 oauth2/test/handle_access_token_response_test: Fail 437 oauth2/test/handle_access_token_response_test: Fail
438 438
439 [ $runtime == drt ] 439 [ $runtime == drt ]
440 http/test/html/client_test: Skip # Issue 18566 440 http/test/html/client_test: Skip # Issue 18566
OLDNEW
« no previous file with comments | « no previous file | pkg/unittest/CHANGELOG.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698