| OLD | NEW |
| 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 353 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 unittest/test/single_failing_test: RuntimeError # 13921 | 364 unittest/test/single_failing_test: RuntimeError # 13921 |
| 365 unittest/test/skipped_soloed_nested_test: RuntimeError # 13921 | 365 unittest/test/skipped_soloed_nested_test: RuntimeError # 13921 |
| 366 unittest/test/teardown_test: RuntimeError # 13921 | 366 unittest/test/teardown_test: RuntimeError # 13921 |
| 367 unittest/test/testcases_immutable_test: RuntimeError # 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 smoke/test/static_in_pieces_test: Crash # deferred not implemented (issue 19449) |
| 374 | 375 |
| 375 [ $runtime == vm ] | 376 [ $runtime == vm ] |
| 376 # Skip tests on the VM if the package depends on dart:html | 377 # Skip tests on the VM if the package depends on dart:html |
| 377 custom_element: Skip | 378 custom_element: Skip |
| 378 template_binding: Skip | 379 template_binding: Skip |
| 379 mutation_observer: Skip | 380 mutation_observer: Skip |
| 380 polymer_expressions/test/syntax_test: Skip | 381 polymer_expressions/test/syntax_test: Skip |
| 381 polymer_expressions/test/globals_test: Skip | 382 polymer_expressions/test/globals_test: Skip |
| 382 polymer_expressions/test/bindings_test: Skip | 383 polymer_expressions/test/bindings_test: Skip |
| 383 third_party/html5lib/test/browser/browser_test: Skip | 384 third_party/html5lib/test/browser/browser_test: Skip |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 432 http/test/multipart_test: Fail | 433 http/test/multipart_test: Fail |
| 433 http/test/request_test: Fail | 434 http/test/request_test: Fail |
| 434 http/test/response_test: Fail | 435 http/test/response_test: Fail |
| 435 oauth2/test/authorization_code_grant_test: Fail | 436 oauth2/test/authorization_code_grant_test: Fail |
| 436 oauth2/test/client_test: Fail | 437 oauth2/test/client_test: Fail |
| 437 oauth2/test/credentials_test: Fail | 438 oauth2/test/credentials_test: Fail |
| 438 oauth2/test/handle_access_token_response_test: Fail | 439 oauth2/test/handle_access_token_response_test: Fail |
| 439 | 440 |
| 440 [ $runtime == drt ] | 441 [ $runtime == drt ] |
| 441 http/test/html/client_test: Skip # Issue 18566 | 442 http/test/html/client_test: Skip # Issue 18566 |
| OLD | NEW |