| 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 112 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 123 | 123 |
| 124 [ $compiler == dartanalyzer ] | 124 [ $compiler == dartanalyzer ] |
| 125 # These tests are runtime negative but statically positive, so we skip | 125 # These tests are runtime negative but statically positive, so we skip |
| 126 # them in the analyzer. | 126 # them in the analyzer. |
| 127 unittest/test/mock_regexp_negative_test: Skip | 127 unittest/test/mock_regexp_negative_test: Skip |
| 128 unittest/test/mock_stepwise_negative_test: Skip | 128 unittest/test/mock_stepwise_negative_test: Skip |
| 129 polymer/example/canonicalization: Skip | 129 polymer/example/canonicalization: Skip |
| 130 polymer/example/canonicalization2: Skip | 130 polymer/example/canonicalization2: Skip |
| 131 polymer/example/canonicalization3: Skip | 131 polymer/example/canonicalization3: Skip |
| 132 | 132 |
| 133 observe/test/transformer_test: StaticWarning # Issue dartbug.com/17527. |
| 134 |
| 133 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 | 135 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 |
| 134 | 136 |
| 135 [ $compiler == dart2analyzer ] | 137 [ $compiler == dart2analyzer ] |
| 136 # These tests are runtime negative but statically positive, so we skip | 138 # These tests are runtime negative but statically positive, so we skip |
| 137 # them in the analyzer. | 139 # them in the analyzer. |
| 138 unittest/test/mock_regexp_negative_test: Skip | 140 unittest/test/mock_regexp_negative_test: Skip |
| 139 unittest/test/mock_stepwise_negative_test: Skip | 141 unittest/test/mock_stepwise_negative_test: Skip |
| 140 polymer/example/canonicalization: Skip | 142 polymer/example/canonicalization: Skip |
| 141 polymer/example/canonicalization2: Skip | 143 polymer/example/canonicalization2: Skip |
| 142 polymer/example/canonicalization3: Skip | 144 polymer/example/canonicalization3: Skip |
| 143 | 145 |
| 146 observe/test/transformer_test: StaticWarning # Issue dartbug.com/17527. |
| 147 |
| 144 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 | 148 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 |
| 145 | 149 |
| 146 [ $compiler == dart2js && $runtime == none] | 150 [ $compiler == dart2js && $runtime == none] |
| 147 polymer/example/canonicalization: Skip | 151 polymer/example/canonicalization: Skip |
| 148 polymer/example/canonicalization2: Skip | 152 polymer/example/canonicalization2: Skip |
| 149 polymer/example/canonicalization3: Skip | 153 polymer/example/canonicalization3: Skip |
| 150 | 154 |
| 151 [ $compiler == dart2js && $csp ] | 155 [ $compiler == dart2js && $csp ] |
| 152 unittest/test/mirror_matchers_test: Skip # Issue 12151 | 156 unittest/test/mirror_matchers_test: Skip # Issue 12151 |
| 153 polymer/test/noscript_test: Fail # Issue 17326 | 157 polymer/test/noscript_test: Fail # Issue 17326 |
| (...skipping 211 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 365 collection/test/priority_queue_test: PubGetError | 369 collection/test/priority_queue_test: PubGetError |
| 366 collection/test/unmodifiable_collection_test: PubGetError | 370 collection/test/unmodifiable_collection_test: PubGetError |
| 367 collection/test/wrapper_test: PubGetError | 371 collection/test/wrapper_test: PubGetError |
| 368 stack_trace/test/chain_test: PubGetError | 372 stack_trace/test/chain_test: PubGetError |
| 369 stack_trace/test/frame_test: PubGetError | 373 stack_trace/test/frame_test: PubGetError |
| 370 stack_trace/test/trace_test: PubGetError | 374 stack_trace/test/trace_test: PubGetError |
| 371 stack_trace/test/vm_test: PubGetError | 375 stack_trace/test/vm_test: PubGetError |
| 372 | 376 |
| 373 [ $runtime == ie9 ] | 377 [ $runtime == ie9 ] |
| 374 polymer: Pass, Fail, Timeout # Issue 16717 | 378 polymer: Pass, Fail, Timeout # Issue 16717 |
| OLD | NEW |