| 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 147 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 158 polymer/example/canonicalization3: Skip | 158 polymer/example/canonicalization3: Skip |
| 159 | 159 |
| 160 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 | 160 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 |
| 161 | 161 |
| 162 [ $compiler == dart2js && $runtime == none] | 162 [ $compiler == dart2js && $runtime == none] |
| 163 polymer/example/canonicalization: Skip | 163 polymer/example/canonicalization: Skip |
| 164 polymer/example/canonicalization2: Skip | 164 polymer/example/canonicalization2: Skip |
| 165 polymer/example/canonicalization3: Skip | 165 polymer/example/canonicalization3: Skip |
| 166 | 166 |
| 167 [ $compiler == dart2js && $csp ] | 167 [ $compiler == dart2js && $csp ] |
| 168 matcher/test/mirror_matchers_test: Skip # Issue 12151 |
| 168 unittest/test/mirror_matchers_test: Skip # Issue 12151 | 169 unittest/test/mirror_matchers_test: Skip # Issue 12151 |
| 169 polymer/test/noscript_test: Fail # Issue 17326 | 170 polymer/test/noscript_test: Fail # Issue 17326 |
| 170 polymer/test/js_interop_test: Fail # Issue 17326 | 171 polymer/test/js_interop_test: Fail # Issue 17326 |
| 171 | 172 |
| 172 # This test cannot run under CSP because it is injecting a JavaScript polyfill | 173 # This test cannot run under CSP because it is injecting a JavaScript polyfill |
| 173 mutation_observer: Skip | 174 mutation_observer: Skip |
| 174 | 175 |
| 175 [ $compiler == dart2js && $minified ] | 176 [ $compiler == dart2js && $minified ] |
| 176 # The unminified unittest tests test that the real names of Dart types are | 177 # The unminified unittest tests test that the real names of Dart types are |
| 177 # printed. Minified versions of these tests exist that test the behavior when | 178 # printed. Minified versions of these tests exist that test the behavior when |
| 178 # minified. | 179 # minified. |
| 180 matcher/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2
JS |
| 181 matcher/test/mirror_matchers_test: Fail # Issue 15405 |
| 179 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART
2JS | 182 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART
2JS |
| 180 unittest/test/mirror_matchers_test: Fail # Issue 15405 | 183 unittest/test/mirror_matchers_test: Fail # Issue 15405 |
| 181 | 184 |
| 182 [ $compiler == dart2js && $browser ] | 185 [ $compiler == dart2js && $browser ] |
| 183 stack_trace/test/vm_test: Fail, OK # VM-specific traces | 186 stack_trace/test/vm_test: Fail, OK # VM-specific traces |
| 184 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 | 187 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 |
| 185 crypto/test/sha256_test: Slow, Pass | 188 crypto/test/sha256_test: Slow, Pass |
| 186 crypto/test/sha1_test: Slow, Pass | 189 crypto/test/sha1_test: Slow, Pass |
| 187 polymer/example/component: Fail # Issue 13198 | 190 polymer/example/component: Fail # Issue 13198 |
| 188 polymer/example/canonicalization/test/dev_test: Fail, OK # tests development onl
y behavior | 191 polymer/example/canonicalization/test/dev_test: Fail, OK # tests development onl
y behavior |
| (...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 248 # Skip tests on the browser if the test depends on dart:io | 251 # Skip tests on the browser if the test depends on dart:io |
| 249 third_party/html5lib/test/parser_test: Skip | 252 third_party/html5lib/test/parser_test: Skip |
| 250 third_party/html5lib/test/tokenizer_test: Skip | 253 third_party/html5lib/test/tokenizer_test: Skip |
| 251 | 254 |
| 252 polymer/test/unbind_test: Pass, Fail # Issue 15259 | 255 polymer/test/unbind_test: Pass, Fail # Issue 15259 |
| 253 | 256 |
| 254 [ $minified == false ] | 257 [ $minified == false ] |
| 255 # The minified unittest tests test that the minified names of Dart types are | 258 # The minified unittest tests test that the minified names of Dart types are |
| 256 # printed. Unminified versions of these tests exist that test the behavior when | 259 # printed. Unminified versions of these tests exist that test the behavior when |
| 257 # not minified. | 260 # not minified. |
| 261 matcher/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS |
| 258 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J
S | 262 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J
S |
| 259 | 263 |
| 260 [ $arch == mips ] | 264 [ $arch == mips ] |
| 261 *: Skip # Issue 13650 | 265 *: Skip # Issue 13650 |
| 262 | 266 |
| 263 [ $arch == arm ] | 267 [ $arch == arm ] |
| 264 *: Skip # Issue 13624 | 268 *: Skip # Issue 13624 |
| 265 | 269 |
| 266 [ $arch == simarm || $arch == simmips ] | 270 [ $arch == simarm || $arch == simmips ] |
| 267 barback/test/too_many_open_files_test: Skip # 14220 | 271 barback/test/too_many_open_files_test: Skip # 14220 |
| (...skipping 67 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 335 | 339 |
| 336 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 340 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 337 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. | 341 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. |
| 338 | 342 |
| 339 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 343 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 340 docgen/test/generate_json_test: StaticWarning # Issue 16950 | 344 docgen/test/generate_json_test: StaticWarning # Issue 16950 |
| 341 docgen/test/multi_library_test: StaticWarning # Issue 16950 | 345 docgen/test/multi_library_test: StaticWarning # Issue 16950 |
| 342 docgen/test/only_lib_content_in_pkg_test: StaticWarning # Issue 16950 | 346 docgen/test/only_lib_content_in_pkg_test: StaticWarning # Issue 16950 |
| 343 docgen/test/single_library_test: StaticWarning # Issue 16950 | 347 docgen/test/single_library_test: StaticWarning # Issue 16950 |
| 344 docgen/test/typedef_test: StaticWarning # Issue 16950 | 348 docgen/test/typedef_test: StaticWarning # Issue 16950 |
| 349 matcher/test/matchers_test: StaticWarning, OK # testing error creating abstract
class |
| 345 unittest/test/matchers_test: StaticWarning, OK # testing error creating abstract
class | 350 unittest/test/matchers_test: StaticWarning, OK # testing error creating abstract
class |
| 346 | 351 |
| 347 [ $runtime == vm && ($system == windows || $system == macos) ] | 352 [ $runtime == vm && ($system == windows || $system == macos) ] |
| 348 watcher/test/*/linux_test: Skip | 353 watcher/test/*/linux_test: Skip |
| 349 | 354 |
| 350 [ $runtime == vm && ($system == windows || $system == linux) ] | 355 [ $runtime == vm && ($system == windows || $system == linux) ] |
| 351 watcher/test/*/mac_os_test: Skip | 356 watcher/test/*/mac_os_test: Skip |
| 352 | 357 |
| 353 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == ie10 ] | 358 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == ie10 ] |
| 354 # Various issues due to limited browser testing in Angular. | 359 # Various issues due to limited browser testing in Angular. |
| (...skipping 28 matching lines...) Expand all Loading... |
| 383 collection/test/priority_queue_test: PubGetError | 388 collection/test/priority_queue_test: PubGetError |
| 384 collection/test/unmodifiable_collection_test: PubGetError | 389 collection/test/unmodifiable_collection_test: PubGetError |
| 385 collection/test/wrapper_test: PubGetError | 390 collection/test/wrapper_test: PubGetError |
| 386 stack_trace/test/chain_test: PubGetError | 391 stack_trace/test/chain_test: PubGetError |
| 387 stack_trace/test/frame_test: PubGetError | 392 stack_trace/test/frame_test: PubGetError |
| 388 stack_trace/test/trace_test: PubGetError | 393 stack_trace/test/trace_test: PubGetError |
| 389 stack_trace/test/vm_test: PubGetError | 394 stack_trace/test/vm_test: PubGetError |
| 390 | 395 |
| 391 [ $runtime == ie9 ] | 396 [ $runtime == ie9 ] |
| 392 polymer: Pass, Fail, Timeout # Issue 16717 | 397 polymer: Pass, Fail, Timeout # Issue 16717 |
| OLD | NEW |