OLD | NEW |
(Empty) | |
| 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 |
| 3 # BSD-style license that can be found in the LICENSE file. |
| 4 |
| 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 |
| 7 # it shouldn't break the tests. |
| 8 */packages/*/*: Skip |
| 9 */*/packages/*/*: Skip |
| 10 */*/*/packages/*/*: Skip |
| 11 */*/*/*/packages/*/*: Skip |
| 12 */*/*/*/*/packages/*/*: Skip |
| 13 |
| 14 example/scoped_style/*: Skip # non-test files ending with '_test' |
| 15 build/test/build/*: Skip # tests that don't need to be ran after pub-build |
| 16 test/import_test: Skip # Issue 17873 |
| 17 build/test/import_test: Skip # Issue 17873 |
| 18 |
| 19 # We need a hook in package-bots to invoke pub-build in nested folders before we |
| 20 # can run these tests: |
| 21 e2e_test/*: Skip |
| 22 build/e2e_test/*: Skip |
| 23 |
| 24 build/test/bind_mdv_test: Pass, Timeout # need to investigate |
| 25 test/build/polymer_smoke_generator_test: Pass, Slow |
| 26 |
| 27 [ $compiler == dart2js ] |
| 28 test/*: Skip # raw tests only meant to be run in dartium. Other browsers run |
| 29 # the output of pub-build |
| 30 |
| 31 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] |
| 32 test/attr_deserialize_test: Pass, RuntimeError # Issue 18931 |
| 33 test/attr_mustache_test: Pass, RuntimeError # Issue 18931 |
| 34 test/bind_test: Pass, RuntimeError # Issue 18931 |
| 35 test/computed_properties_test: Pass, RuntimeError # Issue 18931 |
| 36 test/custom_event_test: Pass, RuntimeError # Issue 18931 |
| 37 test/entered_view_test: Pass, RuntimeError # Issue 18931 |
| 38 test/event_binding_release_handler_test: Pass, RuntimeError # Issue 18931 |
| 39 test/event_controller_test: Pass, RuntimeError # Issue 21012 |
| 40 test/event_handlers_test: Pass, RuntimeError # Issue 18931 |
| 41 test/event_path_test: Pass, RuntimeError # Issue 18931 |
| 42 test/event_path_declarative_test: Pass, RuntimeError, Timeout # Issue 18931 |
| 43 test/events_test: Pass, RuntimeError # Issue 18931 |
| 44 test/force_ready_test: Pass, RuntimeError # Issue 18931 |
| 45 test/inject_bound_html_test: Pass, RuntimeError # Issue 18931 |
| 46 test/instance_attrs_test: Pass, RuntimeError # Issue 18931 |
| 47 test/js_custom_event_test: Pass, RuntimeError # Issue 18931 |
| 48 test/js_interop_test: Pass, RuntimeError # Issue 18931 |
| 49 test/nested_binding_test: Pass, RuntimeError # Issue 18931 |
| 50 test/noscript_test: Pass, RuntimeError # Issue 18931 |
| 51 test/web_components_less_test: Pass, RuntimeError # Issue 18931 |
| 52 test/prop_attr_bind_reflection_test: Pass, RuntimeError # Issue 18931 |
| 53 test/prop_attr_reflection_test: Pass, RuntimeError # Issue 18931 |
| 54 test/property_change_test: Pass, Timeout # Issue 18931 |
| 55 test/publish_attributes_test: Pass, RuntimeError # Issue 18931 |
| 56 test/publish_inherited_properties_test: Pass, RuntimeError # Issue 18931 |
| 57 test/register_test: Pass, RuntimeError # Issue 18931 |
| 58 test/take_attributes_test: Pass, RuntimeError # Issue 18931 |
| 59 test/template_attr_template_test: Pass, RuntimeError # Issue 18931 |
| 60 test/template_distribute_dynamic_test: Pass, RuntimeError # Issue 18931 |
| 61 test/two_way_bind_test: Pass, RuntimeError # Issue 18931 |
| 62 |
| 63 [ $compiler == dart2js && $runtime == ff && $system == windows ] |
| 64 build/test/layout_test: RuntimeError # Issue 8 |
| 65 |
| 66 [ $compiler == none && ($runtime == dartium) && $mode == debug ] |
| 67 test/instance_attrs_test: Skip # Issue 19496 |
| 68 |
| 69 [ $compiler == none && $runtime == dartium && $system == windows ] |
| 70 test/property_observe_test: Skip # Sometimes times out. Issue 19326 |
| 71 test/bind_properties_test: Skip # Sometimes times out. Issue 19326 |
| 72 |
| 73 [ $runtime == vm && $mode == debug] |
| 74 test/build/all_phases_test: Skip # Slow |
| 75 |
| 76 [ $runtime == vm && ( $arch == simarm || $arch == simmips ) ] |
| 77 test/build/all_phases_test: Skip # Slow |
| 78 test/build/polymer_smoke_generator_test: Skip # Slow |
| 79 |
| 80 [ $compiler == dart2js ] |
| 81 test/build/unique_message_test: Skip # Intended only as a vm test. |
| 82 |
| 83 [ $checked && $runtime == drt ] |
| 84 test/event_handlers_test: Pass, RuntimeError # Issue 19190 |
| 85 |
| 86 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] |
| 87 example: Skip # Uses dart:html |
| 88 e2e_test: Skip # Uses dart:html |
| 89 test/auto_binding_test: Skip # uses dart:html |
| 90 test/attr_deserialize_test: Skip # uses dart:html |
| 91 test/attr_mustache_test: Skip #uses dart:html |
| 92 test/bind_test: Skip # uses dart:html |
| 93 test/bind_mdv_test: Skip # uses dart:html |
| 94 test/bind_properties_test: Skip # uses dart:html |
| 95 test/build/log_injector_test: Skip # uses dart:html |
| 96 test/computed_properties_test: Skip # uses dart:html |
| 97 test/custom_event_test: Skip # uses dart:html |
| 98 test/entered_view_test: Skip # uses dart:html |
| 99 test/event_binding_release_handler_test: Skip #uses dart:html |
| 100 test/event_controller_test: Skip #uses dart:html |
| 101 test/event_handlers_test: Skip #uses dart:html |
| 102 test/event_path_declarative_test: Skip #uses dart:html |
| 103 test/event_path_test: Skip #uses dart:html |
| 104 test/events_test: Skip #uses dart:html |
| 105 test/force_ready_test: Skip # uses dart:html |
| 106 test/import_test: Skip # uses dart:html |
| 107 test/inject_bound_html_test: Skip # uses dart:html |
| 108 test/instance_attrs_test: Skip #uses dart:html |
| 109 test/js_custom_event_test: Skip #uses dart:html |
| 110 test/js_interop_test: Skip #uses dart:html |
| 111 test/layout_test: Skip #uses dart:html |
| 112 test/nested_binding_test: Skip # uses dart:html |
| 113 test/noscript_test: Skip #uses dart:html |
| 114 test/web_components_less_test: Skip #uses dart:html |
| 115 test/prop_attr_bind_reflection_test: Skip #uses dart:html |
| 116 test/prop_attr_reflection_test: Skip #uses dart:html |
| 117 test/property_change_test: Skip # uses dart:html |
| 118 test/property_observe_test: Skip #uses dart:html |
| 119 test/publish_attributes_test: Skip #uses dart:html |
| 120 test/publish_inherited_properties_test: Skip #uses dart:html |
| 121 test/register_test: Skip #uses dart:html |
| 122 test/sort_registration_test: Skip #uses dart:html |
| 123 test/take_attributes_test: Skip #uses dart:html |
| 124 test/template_attr_template_test: Skip #uses dart:html |
| 125 test/template_distribute_dynamic_test: Skip #uses dart:html |
| 126 test/two_way_bind_test: Skip #uses dart:html |
| 127 test/unbind_test: Skip # uses dart:html |
| 128 test/when_polymer_ready_test: Skip # uses dart:html |
| 129 build/test/*: Skip # tests that don't need to be ran after pub-build |
| 130 |
| 131 [ $ie ] |
| 132 build/test/noscript_test: RuntimeError, Pass # Issue 13260 |
| 133 build/test/template_attr_template_test: RuntimeError # Issue 20897 |
| 134 build/test/sort_registration_test: RuntimeError # Issue 18 |
| 135 |
| 136 [ $runtime == ie10 ] |
| 137 e2e_test/*: Pass, RuntimeError # Issue 19265 |
| 138 build/test/event_handlers_test: Pass, Timeout # Issue 19327 |
| 139 |
| 140 [ $runtime == safari ] |
| 141 build/test/js_interop_test: Pass, RuntimeError # Issue 20075 |
| 142 |
| 143 [ $runtime == safari || $ie ] |
| 144 build/test/two_way_bind_test: Pass, RuntimeError # Issue 20075 |
| 145 |
| 146 |
| 147 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 148 # These tests are runtime negative but statically positive, so we skip |
| 149 # them in the analyzer. |
| 150 e2e_test/canonicalization: Skip |
| 151 e2e_test/experimental_boot: Skip |
| 152 |
| 153 [ $compiler == dart2js && $runtime == none] |
| 154 e2e_test/canonicalization: Skip |
| 155 e2e_test/experimental_boot: Skip |
| 156 |
| 157 [ $compiler == dart2js && $browser ] |
| 158 example/component: Skip # Issue 13198 |
| 159 e2e_test/canonicalization/test/dev1_test: Fail, OK # tests development only beha
vior |
| 160 e2e_test/canonicalization/test/dev2_test: Fail, OK # tests development only beha
vior |
| 161 e2e_test/canonicalization/test/dev3_test: Fail, OK # tests development only beha
vior |
| 162 e2e_test/canonicalization/test/dir/dev1_test: Fail, OK # tests development only
behavior |
| 163 e2e_test/canonicalization/test/dir/dev2_test: Fail, OK # tests development only
behavior |
| 164 e2e_test/bad_import1: RuntimeError # Issue 17596 |
| 165 e2e_test/bad_import2: RuntimeError # Issue 17596 |
| 166 e2e_test/bad_import3: Fail, OK # tests broken import |
| 167 |
| 168 [ $browser ] |
| 169 test/build/all_phases_test: Skip # vm only test |
| 170 test/build/build_log_combiner_test: Skip # vm only test |
| 171 test/build/html_finalizer_test: Skip # vm only test |
| 172 test/build/index_page_builder_test: Skip # vm only test |
| 173 test/build/linter_test: Skip # vm only test |
| 174 test/build/polyfill_injector_test: Skip # vm only test |
| 175 test/build/polymer_smoke_generator_test: Skip # vm only test |
| 176 test/build/static_clean_test: Skip # vm only test |
| 177 test/build/unique_message_test: Skip # vm only test |
| 178 test/build/utils_test: Skip # vm only test |
| 179 |
| 180 test/unbind_test: Pass, Fail # Issue 15259 |
| 181 |
| 182 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C
ontentShellOnAndroid) ] |
| 183 e2e_test/canonicalization/test/deploy1_test: Fail, OK # tests deploy only behavi
or |
| 184 e2e_test/canonicalization/test/deploy2_test: Fail, OK # tests deploy only behavi
or |
| 185 e2e_test/canonicalization/test/deploy3_test: Fail, OK # tests deploy only behavi
or |
| 186 e2e_test/canonicalization/test/dir/dev2_test: RuntimeError # Issue 17596 |
| 187 e2e_test/canonicalization/test/dir/deploy1_test: Fail, OK # tests deploy only be
havior |
| 188 e2e_test/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy only be
havior |
OLD | NEW |