| 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 18 matching lines...) Expand all Loading... |
| 29 | 29 |
| 30 [ $compiler == dart2js && $checked && $runtime == ie9 ] | 30 [ $compiler == dart2js && $checked && $runtime == ie9 ] |
| 31 crypto/test/base64_test: Timeout # Issue 12486 | 31 crypto/test/base64_test: Timeout # Issue 12486 |
| 32 | 32 |
| 33 [ $runtime == d8 || $runtime == jsshell ] | 33 [ $runtime == d8 || $runtime == jsshell ] |
| 34 unittest/test/unittest_nested_groups_setup_teardown_test: Pass, RuntimeError # h
ttp://dartbug.com/10109 | 34 unittest/test/unittest_nested_groups_setup_teardown_test: Pass, RuntimeError # h
ttp://dartbug.com/10109 |
| 35 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces | 35 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces |
| 36 sequence_zip/test/stream_test: RuntimeError, OK # Timers are not supported. | 36 sequence_zip/test/stream_test: RuntimeError, OK # Timers are not supported. |
| 37 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c
om/7728. | 37 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c
om/7728. |
| 38 | 38 |
| 39 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] |
| 40 polymer/example: Skip # Uses dart:html |
| 41 polymer/test/attr_deserialize_test: Skip # uses dart:html |
| 42 polymer/test/attr_mustache_test: Skip #uses dart:html |
| 43 polymer/test/event_path_test: Skip #uses dart:html |
| 44 polymer/test/events_test: Skip #uses dart:html |
| 45 polymer/test/instance_attrs_test: Skip #uses dart:html |
| 46 polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html |
| 47 polymer/test/prop_attr_reflection_test: Skip #uses dart:html |
| 48 polymer/test/publish_attributes_test: Skip #uses dart:html |
| 49 polymer/test/take_attributes_test: Skip #uses dart:html |
| 50 |
| 39 [$compiler == dart2dart] | 51 [$compiler == dart2dart] |
| 40 *: Skip | 52 *: Skip |
| 41 | 53 |
| 42 [ $compiler == dart2js || $compiler == dart2dart ] | 54 [ $compiler == dart2js || $compiler == dart2dart ] |
| 43 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th
at | 55 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th
at |
| 44 # overflow in JS (numbers slightly larger than | 56 # overflow in JS (numbers slightly larger than |
| 45 # 32 bits where we do bitwise operations). | 57 # 32 bits where we do bitwise operations). |
| 46 | 58 |
| 47 [ $runtime == opera && $compiler == dart2js ] | 59 [ $runtime == opera && $compiler == dart2js ] |
| 48 intl/test/find_default_locale_browser_test: Fail | 60 intl/test/find_default_locale_browser_test: Fail |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 81 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260 | 93 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260 |
| 82 polymer/test/prop_attr_bind_reflection_test: Pass, Timeout # Issue 13260 | 94 polymer/test/prop_attr_bind_reflection_test: Pass, Timeout # Issue 13260 |
| 83 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260 | 95 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260 |
| 84 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260 | 96 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260 |
| 85 | 97 |
| 86 # Skip browser-specific tests on VM | 98 # Skip browser-specific tests on VM |
| 87 [ $runtime == vm ] | 99 [ $runtime == vm ] |
| 88 path/test/browser_test: Fail, OK # Uses dart:html | 100 path/test/browser_test: Fail, OK # Uses dart:html |
| 89 intl/test/find_default_locale_browser_test: Skip | 101 intl/test/find_default_locale_browser_test: Skip |
| 90 intl/test/date_time_format_http_request_test: Skip | 102 intl/test/date_time_format_http_request_test: Skip |
| 91 polymer/test/attr_deserialize_test: Fail, OK # Uses dart:html | |
| 92 polymer/test/attr_mustache_test: Fail, OK # Uses dart:html | |
| 93 polymer/test/event_path_test: Fail, OK # Uses dart:html | |
| 94 polymer/test/events_test: Fail, OK # Uses dart:html | |
| 95 polymer/test/instance_attrs_test: Fail, OK # Uses dart:html | |
| 96 polymer/test/prop_attr_reflection_test: Fail, OK # Uses dart:html | |
| 97 polymer/test/prop_attr_bind_reflection_test: Fail, OK # Uses dart:html | |
| 98 polymer/test/publish_attributes_test: Fail, OK # Uses dart:html | |
| 99 polymer/test/take_attributes_test: Fail, OK # Uses dart:html | |
| 100 polymer/example: Fail, OK # Uses dart:html | |
| 101 | 103 |
| 102 [ $runtime == vm && $system == windows ] | 104 [ $runtime == vm && $system == windows ] |
| 103 docgen/test/single_library_test: Fail # Issue 11985 | 105 docgen/test/single_library_test: Fail # Issue 11985 |
| 104 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 | 106 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 |
| 105 | 107 |
| 106 [ $compiler == dart2js ] | 108 [ $compiler == dart2js ] |
| 107 stack_trace/test/trace_test: Pass, Timeout # Issue 11645 | 109 stack_trace/test/trace_test: Pass, Timeout # Issue 11645 |
| 108 | 110 |
| 109 [ $compiler == dartanalyzer || $compiler == dart2analyzer] | 111 [ $compiler == dartanalyzer || $compiler == dart2analyzer] |
| 110 # These tests are runtime negative but statically positive, so we skip | 112 # These tests are runtime negative but statically positive, so we skip |
| (...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 276 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' | 278 # pkg issue 13944; Missing inherited members: 'ListChangeRecord.addedCount' and
'ListChangeRecord.removedCount' |
| 277 custom_element/test/analyzer_test: fail | 279 custom_element/test/analyzer_test: fail |
| 278 mdv/test/analyzer_test: fail | 280 mdv/test/analyzer_test: fail |
| 279 observe/test/observe_test: fail | 281 observe/test/observe_test: fail |
| 280 | 282 |
| 281 # pkg issue 13945; Missing inherited member 'Trace.frames' | 283 # pkg issue 13945; Missing inherited member 'Trace.frames' |
| 282 observe/test/observe_test: fail | 284 observe/test/observe_test: fail |
| 283 | 285 |
| 284 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 286 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
| 285 polymer/test/prop_attr_reflection_test: fail # Issue 14036 | 287 polymer/test/prop_attr_reflection_test: fail # Issue 14036 |
| OLD | NEW |