| 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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 272 custom_element: Skip | 272 custom_element: Skip |
| 273 template_binding: Skip | 273 template_binding: Skip |
| 274 mutation_observer: Skip | 274 mutation_observer: Skip |
| 275 polymer_expressions/test/syntax_test: Skip | 275 polymer_expressions/test/syntax_test: Skip |
| 276 polymer_expressions/test/globals_test: Skip | 276 polymer_expressions/test/globals_test: Skip |
| 277 polymer_expressions/test/bindings_test: Skip | 277 polymer_expressions/test/bindings_test: Skip |
| 278 third_party/html5lib/test/browser/browser_test: Skip | 278 third_party/html5lib/test/browser/browser_test: Skip |
| 279 | 279 |
| 280 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == dartium || $runtime == drt ] | 280 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == dartium || $runtime == drt ] |
| 281 docgen/test/single_library_test: Skip # Uses dart:io | 281 docgen/test/single_library_test: Skip # Uses dart:io |
| 282 docgen/test/multi_library_test: Skip # Uses dart:io |
| 282 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io | 283 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io |
| 283 | 284 |
| 284 [ $browser || $runtime == vm ] | 285 [ $browser || $runtime == vm ] |
| 285 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. | 286 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. |
| 286 | 287 |
| 287 | 288 |
| 288 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 289 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 289 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. | 290 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. |
| 290 polymer_expressions/test/bindings_test: Fail, Pass # Issue 14445. | 291 polymer_expressions/test/bindings_test: Fail, Pass # Issue 14445. |
| 291 | 292 |
| 292 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 293 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 293 docgen/test/single_library_test: StaticWarning | 294 docgen/test/single_library_test: StaticWarning |
| 295 docgen/test/multi_library_test: StaticWarning |
| 294 unittest/test/matchers_test: StaticWarning, OK # testing error creating abstract
class | 296 unittest/test/matchers_test: StaticWarning, OK # testing error creating abstract
class |
| 295 | 297 |
| 296 [ $runtime == vm && ($system == windows || $system == macos) ] | 298 [ $runtime == vm && ($system == windows || $system == macos) ] |
| 297 watcher/test/*/linux_test: Skip | 299 watcher/test/*/linux_test: Skip |
| 298 | 300 |
| 299 [ $runtime == vm && ($system == windows || $system == linux) ] | 301 [ $runtime == vm && ($system == windows || $system == linux) ] |
| 300 watcher/test/*/mac_os_test: Skip | 302 watcher/test/*/mac_os_test: Skip |
| 301 | 303 |
| 302 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == ie10 ] | 304 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == ie10 ] |
| 303 # Various issues due to limited browser testing in Angular. | 305 # Various issues due to limited browser testing in Angular. |
| (...skipping 24 matching lines...) Expand all Loading... |
| 328 collection/test/algorithms_test: PubGetError | 330 collection/test/algorithms_test: PubGetError |
| 329 collection/test/iterable_zip_test: PubGetError | 331 collection/test/iterable_zip_test: PubGetError |
| 330 collection/test/priority_queue_test: PubGetError | 332 collection/test/priority_queue_test: PubGetError |
| 331 collection/test/unmodifiable_collection_test: PubGetError | 333 collection/test/unmodifiable_collection_test: PubGetError |
| 332 collection/test/wrapper_test: PubGetError | 334 collection/test/wrapper_test: PubGetError |
| 333 stack_trace/test/chain_test: PubGetError | 335 stack_trace/test/chain_test: PubGetError |
| 334 stack_trace/test/frame_test: PubGetError | 336 stack_trace/test/frame_test: PubGetError |
| 335 stack_trace/test/trace_test: PubGetError | 337 stack_trace/test/trace_test: PubGetError |
| 336 stack_trace/test/vm_test: PubGetError | 338 stack_trace/test/vm_test: PubGetError |
| 337 | 339 |
| OLD | NEW |