| 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 213 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 224 | 224 |
| 225 [ $compiler == dart2js || $compiler == dart2dart ] | 225 [ $compiler == dart2js || $compiler == dart2dart ] |
| 226 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th
at | 226 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th
at |
| 227 # overflow in JS (numbers slightly larger than | 227 # overflow in JS (numbers slightly larger than |
| 228 # 32 bits where we do bitwise operations). | 228 # 32 bits where we do bitwise operations). |
| 229 | 229 |
| 230 [ $runtime == opera && $compiler == dart2js ] | 230 [ $runtime == opera && $compiler == dart2js ] |
| 231 intl/test/find_default_locale_browser_test: Fail | 231 intl/test/find_default_locale_browser_test: Fail |
| 232 intl/test/date_time_format_http_request_test: Skip # Timeout. | 232 intl/test/date_time_format_http_request_test: Skip # Timeout. |
| 233 | 233 |
| 234 [ $runtime == safarimobilesim ] | |
| 235 polymer/test/bind_mdv_test: RuntimeError # Issue 20929 | |
| 236 | |
| 237 [ $ie ] | 234 [ $ie ] |
| 238 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 | 235 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 |
| 239 intl/test/date_time_format_http_request_test: Fail # Issue 8983 | 236 intl/test/date_time_format_http_request_test: Fail # Issue 8983 |
| 240 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138 | 237 polymer_expressions/test/syntax_test: Fail, Timeout, Pass # Issue 19138 |
| 241 observe/test/list_path_observer_test: RuntimeError, Pass # Issue 20849 | 238 observe/test/list_path_observer_test: RuntimeError, Pass # Issue 20849 |
| 242 polymer/test/template_attr_template_test: RuntimeError # Issue 20897 | 239 polymer/test/template_attr_template_test: RuntimeError # Issue 20897 |
| 243 | 240 |
| 244 [ $runtime == ie10 ] | 241 [ $runtime == ie10 ] |
| 245 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 | 242 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 |
| 246 polymer/e2e_test/*: Pass, RuntimeError # Issue 19265 | 243 polymer/e2e_test/*: Pass, RuntimeError # Issue 19265 |
| (...skipping 235 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 482 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 | 479 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de
tector: Skip # Issue 17152 |
| 483 | 480 |
| 484 [ $use_repository_packages ] | 481 [ $use_repository_packages ] |
| 485 analyzer/test/*: PubGetError | 482 analyzer/test/*: PubGetError |
| 486 | 483 |
| 487 [ $runtime == drt ] | 484 [ $runtime == drt ] |
| 488 http/test/html/client_test: Skip # Issue 18566 | 485 http/test/html/client_test: Skip # Issue 18566 |
| 489 | 486 |
| 490 [ $system == windows ] | 487 [ $system == windows ] |
| 491 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 | 488 analysis_server/test/integration/search/get_type_hierarchy_test: Pass, Fail # Is
sue 20436 |
| OLD | NEW |