| 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 323 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 334 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io | 334 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io |
| 335 | 335 |
| 336 [ $browser || $runtime == vm ] | 336 [ $browser || $runtime == vm ] |
| 337 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. | 337 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. |
| 338 | 338 |
| 339 | 339 |
| 340 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 340 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 341 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. |
| 342 | 342 |
| 343 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 343 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 344 docgen/test/generate_json_test: StaticWarning # Issue 16950 | |
| 345 docgen/test/multi_library_test: StaticWarning # Issue 16950 | |
| 346 docgen/test/only_lib_content_in_pkg_test: StaticWarning # Issue 16950 | |
| 347 docgen/test/single_library_test: StaticWarning # Issue 16950 | |
| 348 docgen/test/typedef_test: StaticWarning # Issue 16950 | |
| 349 matcher/test/matchers_test: StaticWarning, OK # testing error creating abstract
class | 344 matcher/test/matchers_test: StaticWarning, OK # testing error creating abstract
class |
| 350 unittest/test/matchers_test: StaticWarning, OK # testing error creating abstract
class | 345 unittest/test/matchers_test: StaticWarning, OK # testing error creating abstract
class |
| 351 | 346 |
| 352 [ $runtime == vm && ($system == windows || $system == macos) ] | 347 [ $runtime == vm && ($system == windows || $system == macos) ] |
| 353 watcher/test/*/linux_test: Skip | 348 watcher/test/*/linux_test: Skip |
| 354 | 349 |
| 355 [ $runtime == vm && ($system == windows || $system == linux) ] | 350 [ $runtime == vm && ($system == windows || $system == linux) ] |
| 356 watcher/test/*/mac_os_test: Skip | 351 watcher/test/*/mac_os_test: Skip |
| 357 | 352 |
| 358 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == ie10 ] | 353 [ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff
|| $runtime == ie10 ] |
| (...skipping 29 matching lines...) Expand all Loading... |
| 388 collection/test/priority_queue_test: PubGetError | 383 collection/test/priority_queue_test: PubGetError |
| 389 collection/test/unmodifiable_collection_test: PubGetError | 384 collection/test/unmodifiable_collection_test: PubGetError |
| 390 collection/test/wrapper_test: PubGetError | 385 collection/test/wrapper_test: PubGetError |
| 391 stack_trace/test/chain_test: PubGetError | 386 stack_trace/test/chain_test: PubGetError |
| 392 stack_trace/test/frame_test: PubGetError | 387 stack_trace/test/frame_test: PubGetError |
| 393 stack_trace/test/trace_test: PubGetError | 388 stack_trace/test/trace_test: PubGetError |
| 394 stack_trace/test/vm_test: PubGetError | 389 stack_trace/test/vm_test: PubGetError |
| 395 | 390 |
| 396 [ $runtime == ie9 ] | 391 [ $runtime == ie9 ] |
| 397 polymer: Pass, Fail, Timeout # Issue 16717 | 392 polymer: Pass, Fail, Timeout # Issue 16717 |
| OLD | NEW |