| 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 284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 295 unittest/test/unittest_single_failing_test: Fail # 13921 | 295 unittest/test/unittest_single_failing_test: Fail # 13921 |
| 296 unittest/test/unittest_skipped_soloed_nested_test: Fail # 13921 | 296 unittest/test/unittest_skipped_soloed_nested_test: Fail # 13921 |
| 297 unittest/test/unittest_teardown_test: Fail # 13921 | 297 unittest/test/unittest_teardown_test: Fail # 13921 |
| 298 unittest/test/unittest_test_returning_future_test: Fail # 13921 | 298 unittest/test/unittest_test_returning_future_test: Fail # 13921 |
| 299 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921 | 299 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921 |
| 300 unittest/test/unittest_testcases_immutable_test: Fail # 13921 | 300 unittest/test/unittest_testcases_immutable_test: Fail # 13921 |
| 301 unittest/test/unitttest_group_name_test: Fail # 13921 | 301 unittest/test/unitttest_group_name_test: Fail # 13921 |
| 302 polymer/test/custom_event_test: Pass, Crash # 14360 | 302 polymer/test/custom_event_test: Pass, Crash # 14360 |
| 303 polymer/example/canonicalization/test/canonicalization_deploy_test: Fail, OK # t
ests deploy only behavior | 303 polymer/example/canonicalization/test/canonicalization_deploy_test: Fail, OK # t
ests deploy only behavior |
| 304 | 304 |
| 305 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) && $checked ] |
| 306 polymer/test/custom_event_test: Skip # http://dartbug.com/15517 |
| 307 |
| 305 # Skip tests on the VM if the package depends on dart:html | 308 # Skip tests on the VM if the package depends on dart:html |
| 306 [ $runtime == vm ] | 309 [ $runtime == vm ] |
| 307 custom_element: Skip | 310 custom_element: Skip |
| 308 template_binding: Skip | 311 template_binding: Skip |
| 309 mutation_observer: Skip | 312 mutation_observer: Skip |
| 310 polymer_expressions/test/syntax_test: Skip | 313 polymer_expressions/test/syntax_test: Skip |
| 311 polymer_expressions/test/globals_test: Skip | 314 polymer_expressions/test/globals_test: Skip |
| 312 polymer_expressions/test/bindings_test: Skip | 315 polymer_expressions/test/bindings_test: Skip |
| 313 third_party/html5lib/test/browser/browser_test: Skip | 316 third_party/html5lib/test/browser/browser_test: Skip |
| 314 | 317 |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 348 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members | 351 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members |
| 349 | 352 |
| 350 [ $runtime == vm && ($system == windows || $system == macos) ] | 353 [ $runtime == vm && ($system == windows || $system == macos) ] |
| 351 watcher/test/*/linux_test: Skip | 354 watcher/test/*/linux_test: Skip |
| 352 | 355 |
| 353 [ $runtime == vm && ($system == windows || $system == linux) ] | 356 [ $runtime == vm && ($system == windows || $system == linux) ] |
| 354 watcher/test/*/mac_os_test: Skip | 357 watcher/test/*/mac_os_test: Skip |
| 355 | 358 |
| 356 [ $runtime == vm && $system == macos ] | 359 [ $runtime == vm && $system == macos ] |
| 357 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 | 360 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 |
| OLD | NEW |