| 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 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 68 polymer/test/noscript_test: Skip #uses dart:html | 68 polymer/test/noscript_test: Skip #uses dart:html |
| 69 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html | 69 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html |
| 70 polymer/test/prop_attr_reflection_test: Skip #uses dart:html | 70 polymer/test/prop_attr_reflection_test: Skip #uses dart:html |
| 71 polymer/test/property_change_test: Skip # uses dart:html | 71 polymer/test/property_change_test: Skip # uses dart:html |
| 72 polymer/test/publish_attributes_test: Skip #uses dart:html | 72 polymer/test/publish_attributes_test: Skip #uses dart:html |
| 73 polymer/test/publish_inherited_properties_test: Skip #uses dart:html | 73 polymer/test/publish_inherited_properties_test: Skip #uses dart:html |
| 74 polymer/test/register_test: Skip #uses dart:html | 74 polymer/test/register_test: Skip #uses dart:html |
| 75 polymer/test/take_attributes_test: Skip #uses dart:html | 75 polymer/test/take_attributes_test: Skip #uses dart:html |
| 76 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html | 76 polymer/test/template_distribute_dynamic_test: Skip #uses dart:html |
| 77 polymer/test/unbind_test: Skip # uses dart:html | 77 polymer/test/unbind_test: Skip # uses dart:html |
| 78 third_party/angular_tests/_specs_test: Skip # uses dart:html | 78 third_party/angular_tests/browser_test: Skip # uses dart:html |
| 79 third_party/angular_tests/angular_test: Skip # uses dart:html | |
| 80 third_party/angular_tests/bootstrap_test: Skip # uses dart:html | |
| 81 third_party/angular_tests/core/*: Skip # uses dart:html | |
| 82 third_party/angular_tests/core_dom/*: Skip # uses dart:html | |
| 83 third_party/angular_tests/directive/*: Skip # uses dart:html | |
| 84 third_party/angular_tests/filter/*: Skip # uses dart:html | |
| 85 third_party/angular_tests/introspection_test: Skip # uses dart:html | |
| 86 third_party/angular_tests/mock/*: Skip # uses dart:html | |
| 87 third_party/angular_tests/routing/*: Skip # uses dart:html | |
| 88 | 79 |
| 89 [$compiler == dart2dart] | 80 [$compiler == dart2dart] |
| 90 *: Skip | 81 *: Skip |
| 91 | 82 |
| 92 [ $compiler == dart2js || $compiler == dart2dart ] | 83 [ $compiler == dart2js || $compiler == dart2dart ] |
| 93 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th
at | 84 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th
at |
| 94 # overflow in JS (numbers slightly larger than | 85 # overflow in JS (numbers slightly larger than |
| 95 # 32 bits where we do bitwise operations). | 86 # 32 bits where we do bitwise operations). |
| 96 [ $runtime == ff && $system != windows ] | 87 [ $runtime == ff && $system != windows ] |
| 97 # Bug in Spidermonkey's Uint8ClampedArray on x64 (non-Win FF is x64, Win is x86) | 88 # Bug in Spidermonkey's Uint8ClampedArray on x64 (non-Win FF is x64, Win is x86) |
| (...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 129 docgen/test/single_library_test: Fail # Issue 11985 | 120 docgen/test/single_library_test: Fail # Issue 11985 |
| 130 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 | 121 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 |
| 131 | 122 |
| 132 [ $compiler == dartanalyzer ] | 123 [ $compiler == dartanalyzer ] |
| 133 # These tests are runtime negative but statically positive, so we skip | 124 # These tests are runtime negative but statically positive, so we skip |
| 134 # them in the analyzer. | 125 # them in the analyzer. |
| 135 unittest/test/mock_regexp_negative_test: Skip | 126 unittest/test/mock_regexp_negative_test: Skip |
| 136 unittest/test/mock_stepwise_negative_test: Skip | 127 unittest/test/mock_stepwise_negative_test: Skip |
| 137 polymer/example/canonicalization: Skip | 128 polymer/example/canonicalization: Skip |
| 138 | 129 |
| 139 third_party/angular_tests/*: StaticWarning # Issue 15890 | 130 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 |
| 140 third_party/angular_tests/tools/*: Pass | |
| 141 | 131 |
| 142 [ $compiler == dart2analyzer ] | 132 [ $compiler == dart2analyzer ] |
| 143 # These tests are runtime negative but statically positive, so we skip | 133 # These tests are runtime negative but statically positive, so we skip |
| 144 # them in the analyzer. | 134 # them in the analyzer. |
| 145 unittest/test/mock_regexp_negative_test: Skip | 135 unittest/test/mock_regexp_negative_test: Skip |
| 146 unittest/test/mock_stepwise_negative_test: Skip | 136 unittest/test/mock_stepwise_negative_test: Skip |
| 147 polymer/example/canonicalization: Skip | 137 polymer/example/canonicalization: Skip |
| 148 | 138 |
| 149 [ $compiler == dart2js && $runtime == none] | 139 [ $compiler == dart2js && $runtime == none] |
| 150 polymer/example/canonicalization: Skip | 140 polymer/example/canonicalization: Skip |
| (...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 199 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. | 189 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. |
| 200 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. | 190 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. |
| 201 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io | 191 intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io |
| 202 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. | 192 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. |
| 203 oauth2/test/client_test: Fail, OK # Uses dart:io. | 193 oauth2/test/client_test: Fail, OK # Uses dart:io. |
| 204 oauth2/test/credentials_test: Fail, OK # Uses dart:io. | 194 oauth2/test/credentials_test: Fail, OK # Uses dart:io. |
| 205 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io. | 195 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io. |
| 206 observe/test/transformer_test: Fail, OK # Uses dart:io. | 196 observe/test/transformer_test: Fail, OK # Uses dart:io. |
| 207 path/test/io_test: Fail, OK # Uses dart:io. | 197 path/test/io_test: Fail, OK # Uses dart:io. |
| 208 polymer/test/build/*: Fail, OK # Uses dart:io. | 198 polymer/test/build/*: Fail, OK # Uses dart:io. |
| 209 third_party/angular_tests/tools/*: Skip # Uses dart:io | 199 third_party/angular_tests/vm_test: Skip # Uses dart:io |
| 210 watcher/test/*: Fail, OK # Uses dart:io. | 200 watcher/test/*: Fail, OK # Uses dart:io. |
| 211 | 201 |
| 212 scheduled_test/test/descriptor/*: Fail # http://dartbug.com/8440 | 202 scheduled_test/test/descriptor/*: Fail # http://dartbug.com/8440 |
| 213 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84
40 | 203 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84
40 |
| 214 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 | 204 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 |
| 215 scheduled_test/test/scheduled_test/*: Fail # http://dartbug.com/8440 | 205 scheduled_test/test/scheduled_test/*: Fail # http://dartbug.com/8440 |
| 216 scheduled_test/test/scheduled_stream/stream_matcher_test: Fail # http://dartbug.
com/8440 | 206 scheduled_test/test/scheduled_stream/stream_matcher_test: Fail # http://dartbug.
com/8440 |
| 217 | 207 |
| 218 | 208 |
| 219 */test/analyzer_test: Skip # No need to run analysis tests on browser bots | 209 */test/analyzer_test: Skip # No need to run analysis tests on browser bots |
| 220 | 210 |
| 221 # Skip tests on the browser if the test depends on dart:io | 211 # Skip tests on the browser if the test depends on dart:io |
| 222 third_party/angular_tests/io/*: Skip | |
| 223 third_party/html5lib/test/parser_test: Skip | 212 third_party/html5lib/test/parser_test: Skip |
| 224 third_party/html5lib/test/tokenizer_test: Skip | 213 third_party/html5lib/test/tokenizer_test: Skip |
| 225 | 214 |
| 226 polymer/test/unbind_test: Pass, Fail # Issue 15259 | 215 polymer/test/unbind_test: Pass, Fail # Issue 15259 |
| 227 | 216 |
| 228 [ $minified == false ] | 217 [ $minified == false ] |
| 229 # The minified unittest tests test that the minified names of Dart types are | 218 # The minified unittest tests test that the minified names of Dart types are |
| 230 # printed. Unminified versions of these tests exist that test the behavior when | 219 # printed. Unminified versions of these tests exist that test the behavior when |
| 231 # not minified. | 220 # not minified. |
| 232 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J
S | 221 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J
S |
| (...skipping 76 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 309 watcher/test/*/linux_test: Skip | 298 watcher/test/*/linux_test: Skip |
| 310 | 299 |
| 311 [ $runtime == vm && ($system == windows || $system == linux) ] | 300 [ $runtime == vm && ($system == windows || $system == linux) ] |
| 312 watcher/test/*/mac_os_test: Skip | 301 watcher/test/*/mac_os_test: Skip |
| 313 | 302 |
| 314 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == ie10 ] | 303 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == ie10 ] |
| 315 # Various issues due to limited browser testing in Angular. | 304 # Various issues due to limited browser testing in Angular. |
| 316 third_party/angular_tests/*: Skip | 305 third_party/angular_tests/*: Skip |
| 317 | 306 |
| 318 [ $unchecked ] | 307 [ $unchecked ] |
| 319 third_party/angular_tests/core/scope_test: Skip # Requires checked mode. | 308 third_party/angular_tests/browser_test/angular: Skip # Requires checked mode. |
| 320 third_party/angular_tests/angular_test: Skip # Requires checked mode. | 309 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. |
| 321 third_party/angular_tests/core/zone_test: Skip # Requires checked mode. | 310 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. |
| 322 | 311 |
| 323 [ $use_repository_packages ] | 312 [ $use_repository_packages ] |
| 324 analyzer/test/error_test: PubGetError | 313 analyzer/test/error_test: PubGetError |
| 325 analyzer/test/generated/ast_test: PubGetError | 314 analyzer/test/generated/ast_test: PubGetError |
| 326 analyzer/test/generated/element_test: PubGetError | 315 analyzer/test/generated/element_test: PubGetError |
| 327 analyzer/test/generated/parser_test: PubGetError | 316 analyzer/test/generated/parser_test: PubGetError |
| 328 analyzer/test/generated/resolver_test: PubGetError | 317 analyzer/test/generated/resolver_test: PubGetError |
| 329 analyzer/test/generated/scanner_test: PubGetError | 318 analyzer/test/generated/scanner_test: PubGetError |
| 330 analyzer/test/options_test: PubGetError | 319 analyzer/test/options_test: PubGetError |
| 331 analyzer/test/parse_compilation_unit_test: PubGetError | 320 analyzer/test/parse_compilation_unit_test: PubGetError |
| 332 analyzer/test/services/formatter_test: PubGetError | 321 analyzer/test/services/formatter_test: PubGetError |
| 333 args/test/args_test: PubGetError | 322 args/test/args_test: PubGetError |
| 334 args/test/command_test: PubGetError | 323 args/test/command_test: PubGetError |
| 335 args/test/parse_all_test: PubGetError | 324 args/test/parse_all_test: PubGetError |
| 336 args/test/parse_test: PubGetError | 325 args/test/parse_test: PubGetError |
| 337 args/test/usage_test: PubGetError | 326 args/test/usage_test: PubGetError |
| 338 async/test/stream_zip_test: PubGetError | 327 async/test/stream_zip_test: PubGetError |
| 339 async/test/stream_zip_zone_test: PubGetError | 328 async/test/stream_zip_zone_test: PubGetError |
| 340 collection/test/algorithms_test: PubGetError | 329 collection/test/algorithms_test: PubGetError |
| 341 collection/test/iterable_zip_test: PubGetError | 330 collection/test/iterable_zip_test: PubGetError |
| 342 collection/test/priority_queue_test: PubGetError | 331 collection/test/priority_queue_test: PubGetError |
| 343 collection/test/unmodifiable_collection_test: PubGetError | 332 collection/test/unmodifiable_collection_test: PubGetError |
| 344 collection/test/wrapper_test: PubGetError | 333 collection/test/wrapper_test: PubGetError |
| 345 stack_trace/test/chain_test: PubGetError | 334 stack_trace/test/chain_test: PubGetError |
| 346 stack_trace/test/frame_test: PubGetError | 335 stack_trace/test/frame_test: PubGetError |
| 347 stack_trace/test/trace_test: PubGetError | 336 stack_trace/test/trace_test: PubGetError |
| 348 stack_trace/test/vm_test: PubGetError | 337 stack_trace/test/vm_test: PubGetError |
| 349 | 338 |
| OLD | NEW |