| 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 |
| 11 */*/*/*/packages/*/*: Skip | 11 */*/*/*/packages/*/*: Skip |
| 12 | 12 |
| 13 # Skip non-test files ending with "_test". | 13 # Skip non-test files ending with "_test". |
| 14 scheduled_test/lib/*: Skip | 14 scheduled_test/lib/*: Skip |
| 15 polymer/example/scoped_style/*: Skip | 15 polymer/example/scoped_style/*: Skip |
| 16 | 16 |
| 17 scheduled_test/test/scheduled_server_test: Pass, Fail # 13524 | 17 scheduled_test/test/scheduled_server_test: Pass, Fail # 13524 |
| 18 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231 | 18 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231 |
| 19 polymer/test/event_path_test: Pass, Fail # Issue 15766 | 19 polymer/test/event_path_test: Pass, Fail # Issue 15766 |
| 20 | 20 |
| 21 docgen/test/generate_json_test: Skip # Issue 17430 | 21 [ $compiler == dart2js && $mode == debug ] |
| 22 docgen/test/generate_json_test: Skip # Way too slow |
| 23 docgen/test/multi_library_test: Skip # Way too slow |
| 24 docgen/test/single_library_test: Skip # Way too slow |
| 25 docgen/test/typedef_test: Skip # Way too slow |
| 26 |
| 27 [ $mode == debug ] |
| 28 docgen/test/only_lib_content_in_pkg_test: Skip # doesn't make any progress |
| 22 | 29 |
| 23 [ $compiler == dart2js ] | 30 [ $compiler == dart2js ] |
| 24 collection/test/equality_test/01: Fail # Issue 1533 | 31 collection/test/equality_test/01: Fail # Issue 1533 |
| 25 collection/test/equality_test/02: Fail # Issue 1533 | 32 collection/test/equality_test/02: Fail # Issue 1533 |
| 26 collection/test/equality_test/03: Fail # Issue 1533 | 33 collection/test/equality_test/03: Fail # Issue 1533 |
| 27 collection/test/equality_test/04: Fail # Issue 1533 | 34 collection/test/equality_test/04: Fail # Issue 1533 |
| 28 collection/test/equality_test/05: Fail # Issue 1533 | 35 collection/test/equality_test/05: Fail # Issue 1533 |
| 29 collection/test/equality_test/none: Pass, Fail # Issue 14348 | 36 collection/test/equality_test/none: Pass, Fail # Issue 14348 |
| 30 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time | 37 third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time |
| 31 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. | 38 typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64Li
st. |
| (...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 300 mutation_observer: Skip | 307 mutation_observer: Skip |
| 301 polymer_expressions/test/syntax_test: Skip | 308 polymer_expressions/test/syntax_test: Skip |
| 302 polymer_expressions/test/globals_test: Skip | 309 polymer_expressions/test/globals_test: Skip |
| 303 polymer_expressions/test/bindings_test: Skip | 310 polymer_expressions/test/bindings_test: Skip |
| 304 third_party/html5lib/test/browser/browser_test: Skip | 311 third_party/html5lib/test/browser/browser_test: Skip |
| 305 | 312 |
| 306 [ $runtime == safari || $runtime == ie9 || $runtime == ie10 ] | 313 [ $runtime == safari || $runtime == ie9 || $runtime == ie10 ] |
| 307 polymer_expressions/test/globals_test: Fail # Issue 16568 | 314 polymer_expressions/test/globals_test: Fail # Issue 16568 |
| 308 | 315 |
| 309 [ $browser ] | 316 [ $browser ] |
| 310 docgen/test/generate_json_test: Skip # Uses dart:io | 317 docgen/test/*: Skip # Uses dart:io |
| 311 docgen/test/single_library_test: Skip # Uses dart:io | |
| 312 docgen/test/multi_library_test: Skip # Uses dart:io | |
| 313 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io | 318 scheduled_test/test/scheduled_server_test: Skip # Uses dart:io |
| 314 | 319 |
| 315 [ $browser || $runtime == vm ] | 320 [ $browser || $runtime == vm ] |
| 316 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. | 321 unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout. |
| 317 | 322 |
| 318 | 323 |
| 319 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] | 324 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] |
| 320 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. | 325 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa
ilure. |
| 321 | 326 |
| 322 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 327 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| (...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 364 collection/test/priority_queue_test: PubGetError | 369 collection/test/priority_queue_test: PubGetError |
| 365 collection/test/unmodifiable_collection_test: PubGetError | 370 collection/test/unmodifiable_collection_test: PubGetError |
| 366 collection/test/wrapper_test: PubGetError | 371 collection/test/wrapper_test: PubGetError |
| 367 stack_trace/test/chain_test: PubGetError | 372 stack_trace/test/chain_test: PubGetError |
| 368 stack_trace/test/frame_test: PubGetError | 373 stack_trace/test/frame_test: PubGetError |
| 369 stack_trace/test/trace_test: PubGetError | 374 stack_trace/test/trace_test: PubGetError |
| 370 stack_trace/test/vm_test: PubGetError | 375 stack_trace/test/vm_test: PubGetError |
| 371 | 376 |
| 372 [ $runtime == ie9 ] | 377 [ $runtime == ie9 ] |
| 373 polymer: Pass, Fail, Timeout # Issue 16717 | 378 polymer: Pass, Fail, Timeout # Issue 16717 |
| 374 | |
| 375 [ $compiler == dart2js && $mode == debug ] | |
| 376 docgen/test/single_library_test: Slow, Pass | |
| OLD | NEW |