| 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 |
| 11 */*/*/*/packages/*/*: Skip | 11 */*/*/*/packages/*/*: Skip |
| 12 | 12 |
| 13 # Skip non-test files ending with "_test". | 13 # Skip non-test files ending with "_test". |
| 14 scheduled_test/lib/*: Skip | 14 scheduled_test/lib/*: Skip |
| 15 polymer/example/scoped_style/*: Skip | 15 polymer/example/scoped_style/*: Skip |
| 16 | 16 |
| 17 scheduled_test/test/scheduled_server_test: Pass, Slow, Fail # Issue 9231, 13524 | 17 scheduled_test/test/scheduled_server_test: Pass, Slow, Fail # Issue 9231, 13524 |
| 18 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231 | 18 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231 |
| 19 | 19 |
| 20 | 20 |
| 21 # Skip test not runnable via test.dart | 21 # Skip test not runnable via test.dart |
| 22 third_party/html5lib/test/dom_compat_test: Skip | 22 third_party/html5lib/test/dom_compat_test: Skip |
| 23 third_party/html5lib/test/browser/browser_test: Skip | 23 third_party/html5lib/test/browser/browser_test: Skip |
| 24 | 24 |
| 25 [ $compiler == dart2js ] | 25 [ $compiler == dart2js ] |
| 26 analyzer_experimental/test/generated/ast_test: RuntimeError #Issue 12341 | 26 analyzer_experimental/test/generated/ast_test: RuntimeError #Issue 12341 |
| 27 collection_helpers/test/equality_test/01: Fail # Issue 1533 |
| 28 collection_helpers/test/equality_test/02: Fail # Issue 1533 |
| 29 collection_helpers/test/equality_test/03: Fail # Issue 1533 |
| 30 collection_helpers/test/equality_test/04: Fail # Issue 1533 |
| 31 collection_helpers/test/equality_test/05: Fail # Issue 1533 |
| 27 | 32 |
| 28 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 33 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
| 29 crypto/test/base64_test: Timeout # Issue 12486 | 34 crypto/test/base64_test: Timeout # Issue 12486 |
| 30 | 35 |
| 31 [ $runtime == d8 || $runtime == jsshell ] | 36 [ $runtime == d8 || $runtime == jsshell ] |
| 32 unittest/test/unittest_nested_groups_setup_teardown_test: Pass, RuntimeError # h
ttp://dartbug.com/10109 | 37 unittest/test/unittest_nested_groups_setup_teardown_test: Pass, RuntimeError # h
ttp://dartbug.com/10109 |
| 33 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces | 38 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces |
| 34 sequence_zip/test/stream_test: RuntimeError, OK # Timers are not supported. | 39 sequence_zip/test/stream_test: RuntimeError, OK # Timers are not supported. |
| 35 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c
om/7728. | 40 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c
om/7728. |
| 36 | 41 |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 | 101 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 |
| 97 | 102 |
| 98 [ $compiler == dart2js ] | 103 [ $compiler == dart2js ] |
| 99 stack_trace/test/trace_test: Pass, Timeout # Issue 11645 | 104 stack_trace/test/trace_test: Pass, Timeout # Issue 11645 |
| 100 | 105 |
| 101 [ $compiler == dartanalyzer || $compiler == dart2analyzer] | 106 [ $compiler == dartanalyzer || $compiler == dart2analyzer] |
| 102 # These tests are runtime negative but statically positive, so we skip | 107 # These tests are runtime negative but statically positive, so we skip |
| 103 # them in the analyzer. | 108 # them in the analyzer. |
| 104 unittest/test/mock_regexp_negative_test: Skip | 109 unittest/test/mock_regexp_negative_test: Skip |
| 105 unittest/test/mock_stepwise_negative_test: Skip | 110 unittest/test/mock_stepwise_negative_test: Skip |
| 111 collection_helpers/test/equality_test/none: Fail # TODO(lrn): Figure out if it's
an error. |
| 106 | 112 |
| 107 [ $compiler == dart2js && $csp ] | 113 [ $compiler == dart2js && $csp ] |
| 108 unittest/test/mirror_matchers_test: Skip # Issue 12151 | 114 unittest/test/mirror_matchers_test: Skip # Issue 12151 |
| 109 | 115 |
| 110 # This test cannot run under CSP because it is injecting a JavaScript polyfill | 116 # This test cannot run under CSP because it is injecting a JavaScript polyfill |
| 111 mutation_observer: Skip | 117 mutation_observer: Skip |
| 112 | 118 |
| 113 [ $compiler == dart2js && $minified ] | 119 [ $compiler == dart2js && $minified ] |
| 114 # The unminified unittest tests test that the real names of Dart types are | 120 # The unminified unittest tests test that the real names of Dart types are |
| 115 # printed. Minified versions of these tests exist that test the behavior when | 121 # printed. Minified versions of these tests exist that test the behavior when |
| (...skipping 151 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 267 observe/test/observe_test: fail | 273 observe/test/observe_test: fail |
| 268 | 274 |
| 269 [ $compiler == dart2analyzer ] | 275 [ $compiler == dart2analyzer ] |
| 270 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' | 276 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' |
| 271 custom_element/test/analyzer_test: fail | 277 custom_element/test/analyzer_test: fail |
| 272 template_binding/test/analyzer_test: fail | 278 template_binding/test/analyzer_test: fail |
| 273 observe/test/observe_test: fail | 279 observe/test/observe_test: fail |
| 274 | 280 |
| 275 # pkg issue 13945; Missing inherited member 'Trace.frames' | 281 # pkg issue 13945; Missing inherited member 'Trace.frames' |
| 276 observe/test/observe_test: fail | 282 observe/test/observe_test: fail |
| OLD | NEW |