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