| 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 242 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 253 unittest/test/unittest_single_correct_test: Fail # 13921 | 253 unittest/test/unittest_single_correct_test: Fail # 13921 |
| 254 unittest/test/unittest_single_failing_test: Fail # 13921 | 254 unittest/test/unittest_single_failing_test: Fail # 13921 |
| 255 unittest/test/unittest_skipped_soloed_nested_test: Fail # 13921 | 255 unittest/test/unittest_skipped_soloed_nested_test: Fail # 13921 |
| 256 unittest/test/unittest_teardown_test: Fail # 13921 | 256 unittest/test/unittest_teardown_test: Fail # 13921 |
| 257 unittest/test/unittest_test_returning_future_test: Fail # 13921 | 257 unittest/test/unittest_test_returning_future_test: Fail # 13921 |
| 258 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921 | 258 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921 |
| 259 unittest/test/unittest_testcases_immutable_test: Fail # 13921 | 259 unittest/test/unittest_testcases_immutable_test: Fail # 13921 |
| 260 unittest/test/unitttest_group_name_test: Fail # 13921 | 260 unittest/test/unitttest_group_name_test: Fail # 13921 |
| 261 polymer/test/custom_event_test: Pass, Crash # 14360 | 261 polymer/test/custom_event_test: Pass, Crash # 14360 |
| 262 polymer/example/canonicalization/test/canonicalization_deploy_test: Fail, OK # t
ests deploy only behavior | 262 polymer/example/canonicalization/test/canonicalization_deploy_test: Fail, OK # t
ests deploy only behavior |
| 263 third_party/angular_tests/browser_test/core_dom/cookies: RuntimeError # Issue 16
354 | |
| 264 | |
| 265 | 263 |
| 266 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) && $checked ] | 264 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) && $checked ] |
| 267 polymer/test/custom_event_test: Skip # http://dartbug.com/15517 | 265 polymer/test/custom_event_test: Skip # http://dartbug.com/15517 |
| 268 | 266 |
| 269 # Skip tests on the VM if the package depends on dart:html | 267 # Skip tests on the VM if the package depends on dart:html |
| 270 [ $runtime == vm ] | 268 [ $runtime == vm ] |
| 271 custom_element: Skip | 269 custom_element: Skip |
| 272 template_binding: Skip | 270 template_binding: Skip |
| 273 mutation_observer: Skip | 271 mutation_observer: Skip |
| 274 polymer_expressions/test/syntax_test: Skip | 272 polymer_expressions/test/syntax_test: Skip |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 329 collection/test/algorithms_test: PubGetError | 327 collection/test/algorithms_test: PubGetError |
| 330 collection/test/iterable_zip_test: PubGetError | 328 collection/test/iterable_zip_test: PubGetError |
| 331 collection/test/priority_queue_test: PubGetError | 329 collection/test/priority_queue_test: PubGetError |
| 332 collection/test/unmodifiable_collection_test: PubGetError | 330 collection/test/unmodifiable_collection_test: PubGetError |
| 333 collection/test/wrapper_test: PubGetError | 331 collection/test/wrapper_test: PubGetError |
| 334 stack_trace/test/chain_test: PubGetError | 332 stack_trace/test/chain_test: PubGetError |
| 335 stack_trace/test/frame_test: PubGetError | 333 stack_trace/test/frame_test: PubGetError |
| 336 stack_trace/test/trace_test: PubGetError | 334 stack_trace/test/trace_test: PubGetError |
| 337 stack_trace/test/vm_test: PubGetError | 335 stack_trace/test/vm_test: PubGetError |
| 338 | 336 |
| OLD | NEW |