| 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 111 intl/test/find_default_locale_browser_test: Skip | 111 intl/test/find_default_locale_browser_test: Skip |
| 112 intl/test/date_time_format_http_request_test: Skip | 112 intl/test/date_time_format_http_request_test: Skip |
| 113 | 113 |
| 114 [ $runtime == vm && $system == windows ] | 114 [ $runtime == vm && $system == windows ] |
| 115 docgen/test/single_library_test: Fail # Issue 11985 | 115 docgen/test/single_library_test: Fail # Issue 11985 |
| 116 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 | 116 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 |
| 117 | 117 |
| 118 [ $compiler == dart2js ] | 118 [ $compiler == dart2js ] |
| 119 stack_trace/test/trace_test: Pass, Timeout # Issue 11645 | 119 stack_trace/test/trace_test: Pass, Timeout # Issue 11645 |
| 120 | 120 |
| 121 [ $compiler == dartanalyzer || $compiler == dart2analyzer] | 121 [ $compiler == dartanalyzer ] |
| 122 # These tests are runtime negative but statically positive, so we skip | 122 # These tests are runtime negative but statically positive, so we skip |
| 123 # them in the analyzer. | 123 # them in the analyzer. |
| 124 unittest/test/mock_regexp_negative_test: Skip | 124 unittest/test/mock_regexp_negative_test: Skip |
| 125 unittest/test/mock_stepwise_negative_test: Skip |
| 126 polymer/example/canonicalization: Skip |
| 127 |
| 128 [ $compiler == dart2analyzer ] |
| 129 # These tests are runtime negative but statically positive, so we skip |
| 130 # them in the analyzer. |
| 131 unittest/test/mock_regexp_negative_test: Skip |
| 125 unittest/test/mock_stepwise_negative_test: Skip | 132 unittest/test/mock_stepwise_negative_test: Skip |
| 126 collection_helpers/test/equality_test/none: Fail # TODO(lrn): Figure out if it's
an error. | 133 collection_helpers/test/equality_test/none: Fail # TODO(lrn): Figure out if it's
an error. |
| 127 polymer/example/canonicalization: Skip | 134 polymer/example/canonicalization: Skip |
| 128 | 135 |
| 129 [ $compiler == dart2js && $runtime == none] | 136 [ $compiler == dart2js && $runtime == none] |
| 130 polymer/example/canonicalization: Skip | 137 polymer/example/canonicalization: Skip |
| 131 | 138 |
| 132 [ $compiler == dart2js && $csp ] | 139 [ $compiler == dart2js && $csp ] |
| 133 unittest/test/mirror_matchers_test: Skip # Issue 12151 | 140 unittest/test/mirror_matchers_test: Skip # Issue 12151 |
| 134 | 141 |
| (...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 296 observe/test/observe_test: fail | 303 observe/test/observe_test: fail |
| 297 | 304 |
| 298 [ $compiler == dart2analyzer ] | 305 [ $compiler == dart2analyzer ] |
| 299 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' | 306 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' |
| 300 custom_element/test/analyzer_test: fail | 307 custom_element/test/analyzer_test: fail |
| 301 template_binding/test/analyzer_test: fail | 308 template_binding/test/analyzer_test: fail |
| 302 observe/test/observe_test: fail | 309 observe/test/observe_test: fail |
| 303 | 310 |
| 304 # pkg issue 13945; Missing inherited member 'Trace.frames' | 311 # pkg issue 13945; Missing inherited member 'Trace.frames' |
| 305 observe/test/observe_test: fail | 312 observe/test/observe_test: fail |
| OLD | NEW |