| 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 108 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 119 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 | 119 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 |
| 120 | 120 |
| 121 # Skip browser-specific tests on VM | 121 # Skip browser-specific tests on VM |
| 122 [ $runtime == vm ] | 122 [ $runtime == vm ] |
| 123 path/test/browser_test: Fail, OK # Uses dart:html | 123 path/test/browser_test: Fail, OK # Uses dart:html |
| 124 intl/test/find_default_locale_browser_test: Skip | 124 intl/test/find_default_locale_browser_test: Skip |
| 125 intl/test/date_time_format_http_request_test: Skip | 125 intl/test/date_time_format_http_request_test: Skip |
| 126 | 126 |
| 127 [ $runtime == vm && $system == windows ] | 127 [ $runtime == vm && $system == windows ] |
| 128 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 | 128 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 |
| 129 smoke/test/codegen/end_to_end_test: Fail # Issue 17600 |
| 129 | 130 |
| 130 [ $compiler == dartanalyzer ] | 131 [ $compiler == dartanalyzer ] |
| 131 # These tests are runtime negative but statically positive, so we skip | 132 # These tests are runtime negative but statically positive, so we skip |
| 132 # them in the analyzer. | 133 # them in the analyzer. |
| 133 unittest/test/mock_regexp_negative_test: Skip | 134 unittest/test/mock_regexp_negative_test: Skip |
| 134 unittest/test/mock_stepwise_negative_test: Skip | 135 unittest/test/mock_stepwise_negative_test: Skip |
| 135 polymer/example/canonicalization: Skip | 136 polymer/example/canonicalization: Skip |
| 136 polymer/example/canonicalization2: Skip | 137 polymer/example/canonicalization2: Skip |
| 137 polymer/example/canonicalization3: Skip | 138 polymer/example/canonicalization3: Skip |
| 138 | 139 |
| (...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 373 collection/test/priority_queue_test: PubGetError | 374 collection/test/priority_queue_test: PubGetError |
| 374 collection/test/unmodifiable_collection_test: PubGetError | 375 collection/test/unmodifiable_collection_test: PubGetError |
| 375 collection/test/wrapper_test: PubGetError | 376 collection/test/wrapper_test: PubGetError |
| 376 stack_trace/test/chain_test: PubGetError | 377 stack_trace/test/chain_test: PubGetError |
| 377 stack_trace/test/frame_test: PubGetError | 378 stack_trace/test/frame_test: PubGetError |
| 378 stack_trace/test/trace_test: PubGetError | 379 stack_trace/test/trace_test: PubGetError |
| 379 stack_trace/test/vm_test: PubGetError | 380 stack_trace/test/vm_test: PubGetError |
| 380 | 381 |
| 381 [ $runtime == ie9 ] | 382 [ $runtime == ie9 ] |
| 382 polymer: Pass, Fail, Timeout # Issue 16717 | 383 polymer: Pass, Fail, Timeout # Issue 16717 |
| OLD | NEW |