2012-08-14 23:05:20 +00:00
|
|
|
# Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
|
|
|
|
# for details. All rights reserved. Use of this source code is governed by a
|
|
|
|
# BSD-style license that can be found in the LICENSE file.
|
|
|
|
|
2013-04-12 19:59:20 +00:00
|
|
|
# Don't run any test-like files that show up in packages directories. It
|
|
|
|
# shouldn't be necessary to run "pub install" in these packages, but if you do
|
|
|
|
# it shouldn't break the tests.
|
|
|
|
*/packages/*/*: Skip
|
|
|
|
*/*/packages/*/*: Skip
|
|
|
|
*/*/*/packages/*/*: Skip
|
2013-08-20 22:48:50 +00:00
|
|
|
*/*/*/*/packages/*/*: Skip
|
2013-04-12 19:59:20 +00:00
|
|
|
|
2013-02-08 23:07:57 +00:00
|
|
|
# Skip non-test files ending with "_test".
|
|
|
|
scheduled_test/lib/*: Skip
|
2013-09-10 21:21:55 +00:00
|
|
|
polymer/example/scoped_style/*: Skip
|
2013-02-08 23:07:57 +00:00
|
|
|
|
2013-11-06 17:42:21 +00:00
|
|
|
scheduled_test/test/scheduled_server_test: Pass, Fail # 13524
|
2013-04-02 16:42:55 +00:00
|
|
|
scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231
|
2014-01-06 17:12:25 +00:00
|
|
|
polymer/test/event_path_test: Pass, Fail # Issue 15766
|
2014-03-17 22:37:50 +00:00
|
|
|
|
2014-03-18 23:16:43 +00:00
|
|
|
[ $compiler == dart2js && $mode == debug ]
|
|
|
|
docgen/test/generate_json_test: Skip # Way too slow
|
|
|
|
docgen/test/multi_library_test: Skip # Way too slow
|
|
|
|
docgen/test/single_library_test: Skip # Way too slow
|
|
|
|
docgen/test/typedef_test: Skip # Way too slow
|
|
|
|
|
2014-03-19 06:31:44 +00:00
|
|
|
[ $runtime == vm && ( $arch == simarm || $arch == simmips ) ]
|
2014-03-19 04:02:30 +00:00
|
|
|
docgen/test/only_lib_content_in_pkg_test: Skip # slow
|
|
|
|
docgen/test/typedef_test: Skip # slow
|
|
|
|
|
2014-03-20 17:41:16 +00:00
|
|
|
[ $runtime == vm && $arch == ia32 && $mode == debug ]
|
|
|
|
docgen/test/generate_json_test: Skip # Issue 17602
|
|
|
|
|
2013-08-09 08:48:51 +00:00
|
|
|
[ $compiler == dart2js ]
|
2013-12-19 11:57:56 +00:00
|
|
|
collection/test/equality_test/01: Fail # Issue 1533
|
|
|
|
collection/test/equality_test/02: Fail # Issue 1533
|
|
|
|
collection/test/equality_test/03: Fail # Issue 1533
|
|
|
|
collection/test/equality_test/04: Fail # Issue 1533
|
|
|
|
collection/test/equality_test/05: Fail # Issue 1533
|
|
|
|
collection/test/equality_test/none: Pass, Fail # Issue 14348
|
2014-01-11 00:56:25 +00:00
|
|
|
third_party/angular_tests/browser_test: Pass, Slow # Large dart2js compile time
|
2013-12-19 11:57:56 +00:00
|
|
|
typed_data/test/typed_buffers_test/01: Fail # Not supporting Int64List, Uint64List.
|
2014-02-24 08:22:12 +00:00
|
|
|
docgen/test/multi_library_test: Slow, Pass # issue 17060
|
2013-08-09 08:48:51 +00:00
|
|
|
|
2013-12-06 06:47:07 +00:00
|
|
|
[ $compiler == dart2js && $checked ]
|
|
|
|
crypto/test/base64_test: Slow, Pass
|
|
|
|
|
2013-08-15 15:58:58 +00:00
|
|
|
[ $compiler == dart2js && $checked && $runtime == ie9 ]
|
|
|
|
crypto/test/base64_test: Timeout # Issue 12486
|
2014-01-30 18:35:16 +00:00
|
|
|
collection/test/priority_queue_test: Pass, Slow # Issue 16426
|
2013-12-06 20:45:22 +00:00
|
|
|
serialization/test/serialization_test: Skip
|
2013-08-15 15:58:58 +00:00
|
|
|
|
2014-02-03 14:23:30 +00:00
|
|
|
[ $runtime == jsshell ]
|
|
|
|
analyzer/test/generated/element_test: Pass, Slow # Issue 16473
|
|
|
|
|
2013-04-22 17:33:52 +00:00
|
|
|
[ $runtime == d8 || $runtime == jsshell ]
|
2013-12-10 15:37:34 +00:00
|
|
|
unittest/test/unittest_nested_groups_setup_teardown_test: RuntimeError # http://dartbug.com/10109
|
2013-09-25 12:47:03 +00:00
|
|
|
stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces
|
2013-11-27 23:03:49 +00:00
|
|
|
stack_trace/test/chain_test: Fail # Issues 15171 and 15105
|
2013-12-19 11:57:56 +00:00
|
|
|
async/test/stream_zip_test: RuntimeError, OK # Timers are not supported.
|
2013-09-26 14:06:01 +00:00
|
|
|
unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.com/7728.
|
2014-02-26 20:25:27 +00:00
|
|
|
scheduled_test/test/unittest_compatibility_test: RuntimeError # Issue 7728
|
2013-04-22 17:11:02 +00:00
|
|
|
|
2013-10-17 04:27:45 +00:00
|
|
|
[ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
|
|
|
|
polymer/example: Skip # Uses dart:html
|
|
|
|
polymer/test/attr_deserialize_test: Skip # uses dart:html
|
|
|
|
polymer/test/attr_mustache_test: Skip #uses dart:html
|
2013-10-24 00:59:31 +00:00
|
|
|
polymer/test/bind_test: Skip # uses dart:html
|
|
|
|
polymer/test/bind_mdv_test: Skip # uses dart:html
|
2013-10-23 20:53:43 +00:00
|
|
|
polymer/test/custom_event_test: Skip # uses dart:html
|
2013-12-11 20:31:26 +00:00
|
|
|
polymer/test/entered_view_test: Skip # uses dart:html
|
2013-10-26 00:42:21 +00:00
|
|
|
polymer/test/event_handlers_test: Skip #uses dart:html
|
|
|
|
polymer/test/event_path_declarative_test: Skip #uses dart:html
|
2013-10-17 04:27:45 +00:00
|
|
|
polymer/test/event_path_test: Skip #uses dart:html
|
|
|
|
polymer/test/events_test: Skip #uses dart:html
|
|
|
|
polymer/test/instance_attrs_test: Skip #uses dart:html
|
2014-03-06 22:04:20 +00:00
|
|
|
polymer/test/js_interop_test: Skip #uses dart:html
|
2013-11-01 19:59:45 +00:00
|
|
|
polymer/test/nested_binding_test: Skip # uses dart:html
|
2013-10-24 17:31:54 +00:00
|
|
|
polymer/test/noscript_test: Skip #uses dart:html
|
2013-10-17 04:27:45 +00:00
|
|
|
polymer/test/prop_attr_bind_reflection_test: Skip #uses dart:html
|
|
|
|
polymer/test/prop_attr_reflection_test: Skip #uses dart:html
|
2013-11-22 03:04:25 +00:00
|
|
|
polymer/test/property_change_test: Skip # uses dart:html
|
2014-02-05 22:23:00 +00:00
|
|
|
polymer/test/property_observe_test: Skip #uses dart:html
|
2013-10-17 04:27:45 +00:00
|
|
|
polymer/test/publish_attributes_test: Skip #uses dart:html
|
2013-10-29 03:40:47 +00:00
|
|
|
polymer/test/publish_inherited_properties_test: Skip #uses dart:html
|
2013-10-22 16:20:04 +00:00
|
|
|
polymer/test/register_test: Skip #uses dart:html
|
2013-10-17 04:27:45 +00:00
|
|
|
polymer/test/take_attributes_test: Skip #uses dart:html
|
2013-10-24 00:59:31 +00:00
|
|
|
polymer/test/template_distribute_dynamic_test: Skip #uses dart:html
|
|
|
|
polymer/test/unbind_test: Skip # uses dart:html
|
2014-01-10 22:54:27 +00:00
|
|
|
third_party/angular_tests/browser_test: Skip # uses dart:html
|
2013-10-17 04:27:45 +00:00
|
|
|
|
2012-08-15 11:50:51 +00:00
|
|
|
[$compiler == dart2dart]
|
|
|
|
*: Skip
|
2012-08-15 17:41:00 +00:00
|
|
|
|
2012-12-17 20:39:03 +00:00
|
|
|
[ $compiler == dart2js || $compiler == dart2dart ]
|
2013-09-25 12:47:03 +00:00
|
|
|
source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers that
|
2013-03-20 23:41:50 +00:00
|
|
|
# overflow in JS (numbers slightly larger than
|
|
|
|
# 32 bits where we do bitwise operations).
|
2014-02-18 13:12:43 +00:00
|
|
|
[ ($runtime == ff || $runtime == jsshell) && $system != windows ]
|
2013-11-22 10:31:53 +00:00
|
|
|
# Bug in Spidermonkey's Uint8ClampedArray on x64 (non-Win FF is x64, Win is x86)
|
|
|
|
# See https://bugzilla.mozilla.org/show_bug.cgi?id=940972
|
|
|
|
# Likely to get patched only on some versions of Firefox.
|
2013-12-19 11:57:56 +00:00
|
|
|
typed_data/test/typed_buffers_test: RuntimeError
|
2013-02-08 23:29:42 +00:00
|
|
|
|
2012-10-25 18:05:43 +00:00
|
|
|
[ $runtime == opera && $compiler == dart2js ]
|
|
|
|
intl/test/find_default_locale_browser_test: Fail
|
|
|
|
intl/test/date_time_format_http_request_test: Skip # Timeout.
|
|
|
|
|
2013-03-07 14:13:14 +00:00
|
|
|
[ $runtime == ie9 ]
|
2013-07-15 12:39:40 +00:00
|
|
|
mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9.
|
2013-12-19 11:57:56 +00:00
|
|
|
typed_data/test/typed_buffers_test: Fail, Crash # No typed_data on IE9.
|
2013-10-17 10:44:20 +00:00
|
|
|
polymer/test/instance_attrs_test: Pass, Fail # Issue 14167
|
2014-02-07 12:10:51 +00:00
|
|
|
polymer/test/bind_mdv_test: Slow, Pass
|
2014-02-11 19:27:08 +00:00
|
|
|
template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717
|
2014-03-19 09:25:20 +00:00
|
|
|
polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260
|
|
|
|
|
|
|
|
[ $runtime == ie9 || $runtime == ie10 ]
|
|
|
|
polymer/test/noscript_test: RuntimeError, Pass # Issue 13260
|
|
|
|
intl/test/date_time_format_http_request_test: Fail # Issue 8983
|
|
|
|
|
|
|
|
[ $runtime == ie10 ]
|
|
|
|
typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here explicitly, since this is not the same as on ie9)
|
2013-03-07 14:13:14 +00:00
|
|
|
|
2014-02-11 12:58:37 +00:00
|
|
|
[ $runtime == safari ]
|
2013-11-22 10:31:53 +00:00
|
|
|
# Unexplained errors only occuring on Safari.
|
2013-12-19 11:57:56 +00:00
|
|
|
typed_data/test/typed_buffers_test: RuntimeError
|
2013-11-22 10:31:53 +00:00
|
|
|
|
2013-06-12 20:13:09 +00:00
|
|
|
# Skip browser-specific tests on VM
|
2012-09-17 22:25:48 +00:00
|
|
|
[ $runtime == vm ]
|
2013-07-22 21:06:37 +00:00
|
|
|
path/test/browser_test: Fail, OK # Uses dart:html
|
2012-10-02 06:35:01 +00:00
|
|
|
intl/test/find_default_locale_browser_test: Skip
|
|
|
|
intl/test/date_time_format_http_request_test: Skip
|
2012-09-05 21:14:52 +00:00
|
|
|
|
2013-01-25 23:56:02 +00:00
|
|
|
[ $runtime == vm && $system == windows ]
|
|
|
|
intl/test/find_default_locale_standalone_test: Fail # Issue 8110
|
2013-01-24 19:06:42 +00:00
|
|
|
|
2013-10-24 20:01:58 +00:00
|
|
|
[ $compiler == dartanalyzer ]
|
|
|
|
# These tests are runtime negative but statically positive, so we skip
|
|
|
|
# them in the analyzer.
|
|
|
|
unittest/test/mock_regexp_negative_test: Skip
|
|
|
|
unittest/test/mock_stepwise_negative_test: Skip
|
|
|
|
polymer/example/canonicalization: Skip
|
Improve how we handle packages/ HTML imports. This improves resolution of URLs containing
"package/" under the web/ directory. Resolution under 'lib' is the same, but it and gives better suggestions if the path looks wrong. This summarizes what changed:
- source file: lib/b.html
import to "packages/c/d.html" was error, now is error + suggestion
import to "../packages/c/d.html" was error, now is error + suggestion
import to "../../packages/c/d.html" was resolved, now is resolved too
- source file: lib/a/b.html
import to "packages/c/d.html" was error, now is error + suggestion
import to "../packages/c/d.html" was error, now is error + suggestion
import to "../../packages/c/d.html" was error, now is error + suggestion
import to "../../../packages/c/d.html" was resolved, now is resolved too
- source file: web/b.html
import to "packages/c/d.html" was and continues to be resolved
import to "../packages/c/d.html" was error, now is resolved
- source file: web/a/b.html
import to "packages/c/d.html" was error, now is resolved
import to "../packages/c/d.html" was and continues to be resolved
import to "../../packages/c/d.html" was and continues to be resolved
Note: polymer-build and development mode are slightly different: polymer-build
detects and issues an error for bad paths inside lib/. These are not detected by
our package-resolution in loader.dart, but as long as users are not creating
symlinks by hand, Dartium should detect if the paths are wrong.
When we switch to start using pub-serve by default, we should be able to go back
to the web-ui style of using "package:" urls directly in HTML.
R=jmesserly@google.com, kustermann@google.com
Review URL: https://codereview.chromium.org//148913003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32170 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-30 20:51:28 +00:00
|
|
|
polymer/example/canonicalization2: Skip
|
|
|
|
polymer/example/canonicalization3: Skip
|
2013-10-24 20:01:58 +00:00
|
|
|
|
2014-01-10 22:54:27 +00:00
|
|
|
third_party/angular_tests/browser_test: StaticWarning # Issue 15890
|
2014-01-06 23:09:58 +00:00
|
|
|
|
2013-10-24 20:01:58 +00:00
|
|
|
[ $compiler == dart2analyzer ]
|
2013-07-01 18:05:53 +00:00
|
|
|
# These tests are runtime negative but statically positive, so we skip
|
|
|
|
# them in the analyzer.
|
|
|
|
unittest/test/mock_regexp_negative_test: Skip
|
|
|
|
unittest/test/mock_stepwise_negative_test: Skip
|
2013-10-24 00:34:35 +00:00
|
|
|
polymer/example/canonicalization: Skip
|
Improve how we handle packages/ HTML imports. This improves resolution of URLs containing
"package/" under the web/ directory. Resolution under 'lib' is the same, but it and gives better suggestions if the path looks wrong. This summarizes what changed:
- source file: lib/b.html
import to "packages/c/d.html" was error, now is error + suggestion
import to "../packages/c/d.html" was error, now is error + suggestion
import to "../../packages/c/d.html" was resolved, now is resolved too
- source file: lib/a/b.html
import to "packages/c/d.html" was error, now is error + suggestion
import to "../packages/c/d.html" was error, now is error + suggestion
import to "../../packages/c/d.html" was error, now is error + suggestion
import to "../../../packages/c/d.html" was resolved, now is resolved too
- source file: web/b.html
import to "packages/c/d.html" was and continues to be resolved
import to "../packages/c/d.html" was error, now is resolved
- source file: web/a/b.html
import to "packages/c/d.html" was error, now is resolved
import to "../packages/c/d.html" was and continues to be resolved
import to "../../packages/c/d.html" was and continues to be resolved
Note: polymer-build and development mode are slightly different: polymer-build
detects and issues an error for bad paths inside lib/. These are not detected by
our package-resolution in loader.dart, but as long as users are not creating
symlinks by hand, Dartium should detect if the paths are wrong.
When we switch to start using pub-serve by default, we should be able to go back
to the web-ui style of using "package:" urls directly in HTML.
R=jmesserly@google.com, kustermann@google.com
Review URL: https://codereview.chromium.org//148913003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32170 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-30 20:51:28 +00:00
|
|
|
polymer/example/canonicalization2: Skip
|
|
|
|
polymer/example/canonicalization3: Skip
|
2013-10-24 00:34:35 +00:00
|
|
|
|
2014-01-13 01:12:17 +00:00
|
|
|
third_party/angular_tests/browser_test: StaticWarning # Issue 15890
|
|
|
|
|
2013-10-24 00:34:35 +00:00
|
|
|
[ $compiler == dart2js && $runtime == none]
|
|
|
|
polymer/example/canonicalization: Skip
|
Improve how we handle packages/ HTML imports. This improves resolution of URLs containing
"package/" under the web/ directory. Resolution under 'lib' is the same, but it and gives better suggestions if the path looks wrong. This summarizes what changed:
- source file: lib/b.html
import to "packages/c/d.html" was error, now is error + suggestion
import to "../packages/c/d.html" was error, now is error + suggestion
import to "../../packages/c/d.html" was resolved, now is resolved too
- source file: lib/a/b.html
import to "packages/c/d.html" was error, now is error + suggestion
import to "../packages/c/d.html" was error, now is error + suggestion
import to "../../packages/c/d.html" was error, now is error + suggestion
import to "../../../packages/c/d.html" was resolved, now is resolved too
- source file: web/b.html
import to "packages/c/d.html" was and continues to be resolved
import to "../packages/c/d.html" was error, now is resolved
- source file: web/a/b.html
import to "packages/c/d.html" was error, now is resolved
import to "../packages/c/d.html" was and continues to be resolved
import to "../../packages/c/d.html" was and continues to be resolved
Note: polymer-build and development mode are slightly different: polymer-build
detects and issues an error for bad paths inside lib/. These are not detected by
our package-resolution in loader.dart, but as long as users are not creating
symlinks by hand, Dartium should detect if the paths are wrong.
When we switch to start using pub-serve by default, we should be able to go back
to the web-ui style of using "package:" urls directly in HTML.
R=jmesserly@google.com, kustermann@google.com
Review URL: https://codereview.chromium.org//148913003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32170 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-30 20:51:28 +00:00
|
|
|
polymer/example/canonicalization2: Skip
|
|
|
|
polymer/example/canonicalization3: Skip
|
2013-06-06 18:13:44 +00:00
|
|
|
|
2013-05-29 07:39:49 +00:00
|
|
|
[ $compiler == dart2js && $csp ]
|
2014-03-21 23:50:50 +00:00
|
|
|
matcher/test/mirror_matchers_test: Skip # Issue 12151
|
2013-07-31 18:58:58 +00:00
|
|
|
unittest/test/mirror_matchers_test: Skip # Issue 12151
|
2014-03-07 06:36:51 +00:00
|
|
|
polymer/test/noscript_test: Fail # Issue 17326
|
|
|
|
polymer/test/js_interop_test: Fail # Issue 17326
|
2013-06-12 06:51:35 +00:00
|
|
|
|
2013-07-30 20:48:47 +00:00
|
|
|
# This test cannot run under CSP because it is injecting a JavaScript polyfill
|
|
|
|
mutation_observer: Skip
|
|
|
|
|
2013-03-14 11:49:13 +00:00
|
|
|
[ $compiler == dart2js && $minified ]
|
2013-06-10 14:09:07 +00:00
|
|
|
# The unminified unittest tests test that the real names of Dart types are
|
|
|
|
# printed. Minified versions of these tests exist that test the behavior when
|
|
|
|
# minified.
|
2014-03-21 23:50:50 +00:00
|
|
|
matcher/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS
|
|
|
|
matcher/test/mirror_matchers_test: Fail # Issue 15405
|
2013-06-11 13:16:52 +00:00
|
|
|
unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS
|
2013-12-02 19:23:59 +00:00
|
|
|
unittest/test/mirror_matchers_test: Fail # Issue 15405
|
2013-10-28 08:17:06 +00:00
|
|
|
|
2013-06-10 13:52:41 +00:00
|
|
|
[ $compiler == dart2js && $browser ]
|
2013-06-28 01:22:36 +00:00
|
|
|
stack_trace/test/vm_test: Fail, OK # VM-specific traces
|
2013-11-27 23:03:49 +00:00
|
|
|
stack_trace/test/chain_test: Fail # Issues 15171 and 15105
|
2013-06-10 13:52:41 +00:00
|
|
|
crypto/test/sha256_test: Slow, Pass
|
|
|
|
crypto/test/sha1_test: Slow, Pass
|
2013-09-10 22:33:52 +00:00
|
|
|
polymer/example/component: Fail # Issue 13198
|
Improve how we handle packages/ HTML imports. This improves resolution of URLs containing
"package/" under the web/ directory. Resolution under 'lib' is the same, but it and gives better suggestions if the path looks wrong. This summarizes what changed:
- source file: lib/b.html
import to "packages/c/d.html" was error, now is error + suggestion
import to "../packages/c/d.html" was error, now is error + suggestion
import to "../../packages/c/d.html" was resolved, now is resolved too
- source file: lib/a/b.html
import to "packages/c/d.html" was error, now is error + suggestion
import to "../packages/c/d.html" was error, now is error + suggestion
import to "../../packages/c/d.html" was error, now is error + suggestion
import to "../../../packages/c/d.html" was resolved, now is resolved too
- source file: web/b.html
import to "packages/c/d.html" was and continues to be resolved
import to "../packages/c/d.html" was error, now is resolved
- source file: web/a/b.html
import to "packages/c/d.html" was error, now is resolved
import to "../packages/c/d.html" was and continues to be resolved
import to "../../packages/c/d.html" was and continues to be resolved
Note: polymer-build and development mode are slightly different: polymer-build
detects and issues an error for bad paths inside lib/. These are not detected by
our package-resolution in loader.dart, but as long as users are not creating
symlinks by hand, Dartium should detect if the paths are wrong.
When we switch to start using pub-serve by default, we should be able to go back
to the web-ui style of using "package:" urls directly in HTML.
R=jmesserly@google.com, kustermann@google.com
Review URL: https://codereview.chromium.org//148913003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32170 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-30 20:51:28 +00:00
|
|
|
polymer/example/canonicalization/test/dev_test: Fail, OK # tests development only behavior
|
|
|
|
polymer/example/canonicalization/test/dev2_test: Fail, OK # tests development only behavior
|
|
|
|
polymer/example/canonicalization/test/dev3_test: Fail, OK # tests development only behavior
|
|
|
|
polymer/example/canonicalization/test/dir/dev_test: Fail, OK # tests development only behavior
|
|
|
|
polymer/example/canonicalization/test/dir/dev2_test: Fail, OK # tests development only behavior
|
2013-08-14 22:47:06 +00:00
|
|
|
|
2013-09-18 09:56:33 +00:00
|
|
|
[ $compiler == dart2js && $runtime == chromeOnAndroid ]
|
|
|
|
docgen/test/single_library_test: Fail # TODO(kasperl): Please triage.
|
|
|
|
intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triage.
|
|
|
|
|
2013-06-11 14:10:03 +00:00
|
|
|
[ $browser ]
|
2014-03-07 21:40:46 +00:00
|
|
|
analysis_server/test/*: Skip # Uses dart:io.
|
2013-11-01 20:51:38 +00:00
|
|
|
analyzer/test/generated/ast_test: Fail, OK # Uses dart:io.
|
|
|
|
analyzer/test/generated/element_test: Fail, OK # Uses dart:io.
|
|
|
|
analyzer/test/generated/parser_test: Fail, OK # Uses dart:io.
|
|
|
|
analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io.
|
2013-12-10 15:37:34 +00:00
|
|
|
analyzer/test/error_test: Fail, OK # Uses dart:io.
|
2013-10-25 23:59:38 +00:00
|
|
|
analyzer/test/generated/element_test: Fail, OK # Uses dart:io.
|
|
|
|
analyzer/test/generated/resolver_test: Fail, OK # Uses dart:io.
|
2013-12-10 15:37:34 +00:00
|
|
|
analyzer/test/options_test: Fail, OK # Uses dart:io.
|
2013-10-25 23:59:38 +00:00
|
|
|
analyzer/test/services/formatter_test: Fail, OK # Uses dart:io.
|
|
|
|
analyzer/test/parse_compilation_unit_test: Fail, OK # Uses dart:io.
|
2013-06-21 00:53:45 +00:00
|
|
|
barback/test/*: Fail, OK # Uses dart:io.
|
2014-02-21 17:27:22 +00:00
|
|
|
code_transformers/test/*: Skip # Uses dart:io.
|
2013-06-11 13:16:52 +00:00
|
|
|
http/test/client_test: Fail, OK # Uses dart:io.
|
|
|
|
http/test/http_test: Fail, OK # Uses dart:io.
|
|
|
|
http/test/mock_client_test: Fail, OK # Uses dart:io.
|
|
|
|
http/test/multipart_test: Fail, OK # Uses dart:io.
|
|
|
|
http/test/request_test: Fail, OK # Uses dart:io.
|
|
|
|
http/test/response_test: Fail, OK # Uses dart:io.
|
|
|
|
http/test/streamed_request_test: Fail, OK # Uses dart:io.
|
2013-06-21 12:20:03 +00:00
|
|
|
http_server/test/*: Fail, OK # Uses dart:io.
|
2013-06-11 13:16:52 +00:00
|
|
|
intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io.
|
|
|
|
intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io.
|
|
|
|
intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io.
|
|
|
|
intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io.
|
2013-08-06 20:01:13 +00:00
|
|
|
intl/test/message_extraction/failed_extraction_test: Fail, OK # Users dart:io
|
2014-01-13 17:58:43 +00:00
|
|
|
intl/test/message_extraction/examples_parsing_test: Fail, OK # Users dart:io
|
2013-06-11 13:16:52 +00:00
|
|
|
oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io.
|
|
|
|
oauth2/test/client_test: Fail, OK # Uses dart:io.
|
|
|
|
oauth2/test/credentials_test: Fail, OK # Uses dart:io.
|
|
|
|
oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io.
|
2013-11-08 00:32:54 +00:00
|
|
|
observe/test/transformer_test: Fail, OK # Uses dart:io.
|
2013-07-12 17:54:48 +00:00
|
|
|
path/test/io_test: Fail, OK # Uses dart:io.
|
2013-09-10 21:21:55 +00:00
|
|
|
polymer/test/build/*: Fail, OK # Uses dart:io.
|
2014-03-19 00:21:23 +00:00
|
|
|
smoke/test/codegen/recorder_test: Skip # Uses dart:io.
|
|
|
|
smoke/test/codegen/end_to_end_test: Skip # Uses dart:io.
|
2014-01-10 22:54:27 +00:00
|
|
|
third_party/angular_tests/vm_test: Skip # Uses dart:io
|
2014-01-27 23:26:41 +00:00
|
|
|
third_party/angular_tests/browser_test/core_dom/cookies: Fail # Issue 16337
|
2013-07-12 21:38:58 +00:00
|
|
|
watcher/test/*: Fail, OK # Uses dart:io.
|
2013-06-11 13:16:52 +00:00
|
|
|
|
2014-01-08 22:50:36 +00:00
|
|
|
scheduled_test/test/descriptor/*: Fail # http://dartbug.com/8440
|
2013-10-08 19:25:31 +00:00
|
|
|
scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/8440
|
|
|
|
scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440
|
2014-01-08 22:50:36 +00:00
|
|
|
scheduled_test/test/scheduled_test/*: Fail # http://dartbug.com/8440
|
2014-01-09 00:54:12 +00:00
|
|
|
scheduled_test/test/scheduled_stream/stream_matcher_test: Fail # http://dartbug.com/8440
|
2013-10-08 19:25:31 +00:00
|
|
|
|
2013-10-31 02:24:29 +00:00
|
|
|
|
2013-07-30 01:11:13 +00:00
|
|
|
*/test/analyzer_test: Skip # No need to run analysis tests on browser bots
|
2013-06-11 13:16:52 +00:00
|
|
|
|
2013-08-14 20:59:46 +00:00
|
|
|
# Skip tests on the browser if the test depends on dart:io
|
|
|
|
third_party/html5lib/test/parser_test: Skip
|
|
|
|
third_party/html5lib/test/tokenizer_test: Skip
|
|
|
|
|
2013-11-22 03:42:35 +00:00
|
|
|
polymer/test/unbind_test: Pass, Fail # Issue 15259
|
|
|
|
|
2013-05-20 23:30:37 +00:00
|
|
|
[ $minified == false ]
|
|
|
|
# The minified unittest tests test that the minified names of Dart types are
|
|
|
|
# printed. Unminified versions of these tests exist that test the behavior when
|
|
|
|
# not minified.
|
2014-03-21 23:50:50 +00:00
|
|
|
matcher/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS
|
2013-06-11 13:16:52 +00:00
|
|
|
unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS
|
2013-05-20 23:30:37 +00:00
|
|
|
|
2013-01-24 00:42:04 +00:00
|
|
|
[ $arch == mips ]
|
2013-09-27 09:06:46 +00:00
|
|
|
*: Skip # Issue 13650
|
2013-03-21 21:05:37 +00:00
|
|
|
|
2013-09-27 10:54:53 +00:00
|
|
|
[ $arch == arm ]
|
|
|
|
*: Skip # Issue 13624
|
|
|
|
|
2013-10-07 18:45:21 +00:00
|
|
|
[ $arch == simarm || $arch == simmips ]
|
2013-12-11 22:51:19 +00:00
|
|
|
barback/test/too_many_open_files_test: Skip # 14220
|
2013-10-10 15:04:31 +00:00
|
|
|
third_party/html5lib/test/tokenizer_test: Pass, Slow
|
2014-02-20 23:46:11 +00:00
|
|
|
docgen/test/generate_json_test: Skip # Issue 17003
|
2013-09-30 20:17:48 +00:00
|
|
|
|
2014-01-15 22:10:30 +00:00
|
|
|
[ $arch == simarm && $checked ]
|
|
|
|
watcher/test/directory_watcher/linux_test: Skip # Issue 16118
|
|
|
|
|
2013-03-21 21:05:37 +00:00
|
|
|
# Skip serialization test that explicitly has no library declaration in the
|
|
|
|
# test on Dartium, which requires all tests to have a library.
|
2013-09-23 09:06:14 +00:00
|
|
|
[ $compiler == none && ( $runtime == dartium || $runtime == drt ) ]
|
2013-03-21 21:54:24 +00:00
|
|
|
serialization/test/no_library_test: Skip # Expected Failure
|
2013-10-24 21:51:53 +00:00
|
|
|
serialization/test/serialization_test: Fail # 13921
|
|
|
|
unittest/test/unittest_async_exception_test: Fail # 13921
|
|
|
|
unittest/test/unittest_async_setup_teardown_test: Fail # 13921
|
|
|
|
unittest/test/unittest_completion_test: Fail # 13921
|
|
|
|
unittest/test/unittest_correct_callback_test: Fail # 13921
|
|
|
|
unittest/test/unittest_exception_test: Fail # 13921
|
|
|
|
unittest/test/unittest_excess_callback_test: Fail # 13921
|
2014-03-11 22:22:10 +00:00
|
|
|
unittest/test/unittest_expect_async_args_test: Fail # 13921
|
|
|
|
unittest/test/unittest_expect_async_test: Fail # 13921
|
2014-01-31 16:19:13 +00:00
|
|
|
unittest/test/unittest_group_name_test: Fail # 13921
|
|
|
|
unittest/test/unittest_invalid_ops_test: Fail # 13921
|
2013-10-24 21:51:53 +00:00
|
|
|
unittest/test/unittest_late_exception_test: Fail # 13921
|
|
|
|
unittest/test/unittest_middle_exception_test: Fail # 13921
|
|
|
|
unittest/test/unittest_nested_groups_setup_teardown_test: Fail # 13921
|
2014-02-03 20:11:33 +00:00
|
|
|
unittest/test/unittest_protect_async_test: Fail # 13921
|
2013-10-24 21:51:53 +00:00
|
|
|
unittest/test/unittest_runtests_without_tests_test: Fail # 13921
|
|
|
|
unittest/test/unittest_setup_and_teardown_test: Fail # 13921
|
|
|
|
unittest/test/unittest_setup_test: Fail # 13921
|
|
|
|
unittest/test/unittest_single_correct_test: Fail # 13921
|
|
|
|
unittest/test/unittest_single_failing_test: Fail # 13921
|
|
|
|
unittest/test/unittest_skipped_soloed_nested_test: Fail # 13921
|
|
|
|
unittest/test/unittest_teardown_test: Fail # 13921
|
|
|
|
unittest/test/unittest_test_returning_future_test: Fail # 13921
|
|
|
|
unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921
|
|
|
|
unittest/test/unittest_testcases_immutable_test: Fail # 13921
|
Improve how we handle packages/ HTML imports. This improves resolution of URLs containing
"package/" under the web/ directory. Resolution under 'lib' is the same, but it and gives better suggestions if the path looks wrong. This summarizes what changed:
- source file: lib/b.html
import to "packages/c/d.html" was error, now is error + suggestion
import to "../packages/c/d.html" was error, now is error + suggestion
import to "../../packages/c/d.html" was resolved, now is resolved too
- source file: lib/a/b.html
import to "packages/c/d.html" was error, now is error + suggestion
import to "../packages/c/d.html" was error, now is error + suggestion
import to "../../packages/c/d.html" was error, now is error + suggestion
import to "../../../packages/c/d.html" was resolved, now is resolved too
- source file: web/b.html
import to "packages/c/d.html" was and continues to be resolved
import to "../packages/c/d.html" was error, now is resolved
- source file: web/a/b.html
import to "packages/c/d.html" was error, now is resolved
import to "../packages/c/d.html" was and continues to be resolved
import to "../../packages/c/d.html" was and continues to be resolved
Note: polymer-build and development mode are slightly different: polymer-build
detects and issues an error for bad paths inside lib/. These are not detected by
our package-resolution in loader.dart, but as long as users are not creating
symlinks by hand, Dartium should detect if the paths are wrong.
When we switch to start using pub-serve by default, we should be able to go back
to the web-ui style of using "package:" urls directly in HTML.
R=jmesserly@google.com, kustermann@google.com
Review URL: https://codereview.chromium.org//148913003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32170 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-30 20:51:28 +00:00
|
|
|
polymer/example/canonicalization/test/deploy2_test: Fail, OK # tests deploy only behavior
|
|
|
|
polymer/example/canonicalization/test/deploy3_test: Fail, OK # tests deploy only behavior
|
2014-03-11 22:22:10 +00:00
|
|
|
polymer/example/canonicalization/test/deploy_test: Fail, OK # tests deploy only behavior
|
Improve how we handle packages/ HTML imports. This improves resolution of URLs containing
"package/" under the web/ directory. Resolution under 'lib' is the same, but it and gives better suggestions if the path looks wrong. This summarizes what changed:
- source file: lib/b.html
import to "packages/c/d.html" was error, now is error + suggestion
import to "../packages/c/d.html" was error, now is error + suggestion
import to "../../packages/c/d.html" was resolved, now is resolved too
- source file: lib/a/b.html
import to "packages/c/d.html" was error, now is error + suggestion
import to "../packages/c/d.html" was error, now is error + suggestion
import to "../../packages/c/d.html" was error, now is error + suggestion
import to "../../../packages/c/d.html" was resolved, now is resolved too
- source file: web/b.html
import to "packages/c/d.html" was and continues to be resolved
import to "../packages/c/d.html" was error, now is resolved
- source file: web/a/b.html
import to "packages/c/d.html" was error, now is resolved
import to "../packages/c/d.html" was and continues to be resolved
import to "../../packages/c/d.html" was and continues to be resolved
Note: polymer-build and development mode are slightly different: polymer-build
detects and issues an error for bad paths inside lib/. These are not detected by
our package-resolution in loader.dart, but as long as users are not creating
symlinks by hand, Dartium should detect if the paths are wrong.
When we switch to start using pub-serve by default, we should be able to go back
to the web-ui style of using "package:" urls directly in HTML.
R=jmesserly@google.com, kustermann@google.com
Review URL: https://codereview.chromium.org//148913003
git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@32170 260f80e4-7a28-3924-810f-c04153c831b5
2014-01-30 20:51:28 +00:00
|
|
|
polymer/example/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy only behavior
|
2014-03-11 22:22:10 +00:00
|
|
|
polymer/example/canonicalization/test/dir/deploy_test: Fail, OK # tests deploy only behavior
|
|
|
|
polymer/test/custom_event_test: Pass, Crash # 14360
|
2013-10-24 00:34:35 +00:00
|
|
|
|
2013-12-08 12:36:15 +00:00
|
|
|
[ $compiler == none && ( $runtime == dartium || $runtime == drt ) && $checked ]
|
|
|
|
polymer/test/custom_event_test: Skip # http://dartbug.com/15517
|
|
|
|
|
2013-05-09 21:39:03 +00:00
|
|
|
[ $runtime == vm ]
|
2014-02-26 06:35:04 +00:00
|
|
|
intl/test/message_extraction/message_extraction_test: Skip # Issue 17130
|
|
|
|
|
|
|
|
# Skip tests on the VM if the package depends on dart:html
|
2014-02-11 01:44:50 +00:00
|
|
|
custom_element: Skip
|
2013-10-23 02:25:05 +00:00
|
|
|
template_binding: Skip
|
2013-07-30 21:38:13 +00:00
|
|
|
mutation_observer: Skip
|
2013-08-15 23:04:19 +00:00
|
|
|
polymer_expressions/test/syntax_test: Skip
|
2013-10-08 06:14:31 +00:00
|
|
|
polymer_expressions/test/globals_test: Skip
|
2013-10-10 21:29:07 +00:00
|
|
|
polymer_expressions/test/bindings_test: Skip
|
2013-08-14 20:59:46 +00:00
|
|
|
third_party/html5lib/test/browser/browser_test: Skip
|
2013-07-08 21:22:12 +00:00
|
|
|
|
2014-02-06 00:21:50 +00:00
|
|
|
[ $runtime == safari || $runtime == ie9 || $runtime == ie10 ]
|
|
|
|
polymer_expressions/test/globals_test: Fail # Issue 16568
|
|
|
|
|
2014-03-18 14:22:53 +00:00
|
|
|
[ $browser ]
|
2014-03-18 23:16:43 +00:00
|
|
|
docgen/test/*: Skip # Uses dart:io
|
2013-09-24 00:58:41 +00:00
|
|
|
scheduled_test/test/scheduled_server_test: Skip # Uses dart:io
|
2013-08-30 13:43:48 +00:00
|
|
|
|
2013-08-31 09:24:52 +00:00
|
|
|
[ $browser || $runtime == vm ]
|
2013-11-07 07:36:47 +00:00
|
|
|
unittest/test/missing_tick_test: Fail, OK # Expected to fail, due to timeout.
|
2013-08-31 09:24:52 +00:00
|
|
|
|
2013-09-24 12:19:10 +00:00
|
|
|
|
2013-10-25 15:07:10 +00:00
|
|
|
[ $compiler == none && ($runtime == dartium || $runtime == drt) ]
|
2013-10-04 14:32:38 +00:00
|
|
|
source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this failure.
|
|
|
|
|
2013-10-28 10:39:38 +00:00
|
|
|
[ $compiler == dartanalyzer || $compiler == dart2analyzer ]
|
2014-02-19 21:11:40 +00:00
|
|
|
docgen/test/generate_json_test: StaticWarning # Issue 16950
|
|
|
|
docgen/test/multi_library_test: StaticWarning # Issue 16950
|
2014-03-18 23:42:38 +00:00
|
|
|
docgen/test/only_lib_content_in_pkg_test: StaticWarning # Issue 16950
|
|
|
|
docgen/test/single_library_test: StaticWarning # Issue 16950
|
|
|
|
docgen/test/typedef_test: StaticWarning # Issue 16950
|
2014-03-21 23:50:50 +00:00
|
|
|
matcher/test/matchers_test: StaticWarning, OK # testing error creating abstract class
|
2013-10-31 02:43:00 +00:00
|
|
|
unittest/test/matchers_test: StaticWarning, OK # testing error creating abstract class
|
2013-11-07 22:49:18 +00:00
|
|
|
|
|
|
|
[ $runtime == vm && ($system == windows || $system == macos) ]
|
|
|
|
watcher/test/*/linux_test: Skip
|
|
|
|
|
2013-11-11 19:47:18 +00:00
|
|
|
[ $runtime == vm && ($system == windows || $system == linux) ]
|
|
|
|
watcher/test/*/mac_os_test: Skip
|
2013-12-06 04:22:33 +00:00
|
|
|
|
2014-01-07 01:07:29 +00:00
|
|
|
[ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == ie10 ]
|
|
|
|
# Various issues due to limited browser testing in Angular.
|
|
|
|
third_party/angular_tests/*: Skip
|
|
|
|
|
2014-01-07 01:42:47 +00:00
|
|
|
[ $unchecked ]
|
2014-01-10 22:54:27 +00:00
|
|
|
third_party/angular_tests/browser_test/angular: Skip # Requires checked mode.
|
|
|
|
third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
|
|
|
|
third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
|
2014-02-26 22:25:49 +00:00
|
|
|
third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
|
|
|
|
third_party/angular_tests/browser_test/change_detection/dirty_checking_change_detector: Skip # Issue 17152
|
2014-01-10 15:15:37 +00:00
|
|
|
|
|
|
|
[ $use_repository_packages ]
|
|
|
|
analyzer/test/error_test: PubGetError
|
|
|
|
analyzer/test/generated/ast_test: PubGetError
|
|
|
|
analyzer/test/generated/element_test: PubGetError
|
|
|
|
analyzer/test/generated/parser_test: PubGetError
|
|
|
|
analyzer/test/generated/resolver_test: PubGetError
|
|
|
|
analyzer/test/generated/scanner_test: PubGetError
|
|
|
|
analyzer/test/options_test: PubGetError
|
|
|
|
analyzer/test/parse_compilation_unit_test: PubGetError
|
|
|
|
analyzer/test/services/formatter_test: PubGetError
|
|
|
|
args/test/args_test: PubGetError
|
|
|
|
args/test/command_test: PubGetError
|
|
|
|
args/test/parse_all_test: PubGetError
|
|
|
|
args/test/parse_test: PubGetError
|
|
|
|
args/test/usage_test: PubGetError
|
|
|
|
async/test/stream_zip_test: PubGetError
|
|
|
|
async/test/stream_zip_zone_test: PubGetError
|
|
|
|
collection/test/algorithms_test: PubGetError
|
|
|
|
collection/test/iterable_zip_test: PubGetError
|
|
|
|
collection/test/priority_queue_test: PubGetError
|
|
|
|
collection/test/unmodifiable_collection_test: PubGetError
|
|
|
|
collection/test/wrapper_test: PubGetError
|
|
|
|
stack_trace/test/chain_test: PubGetError
|
|
|
|
stack_trace/test/frame_test: PubGetError
|
|
|
|
stack_trace/test/trace_test: PubGetError
|
|
|
|
stack_trace/test/vm_test: PubGetError
|
|
|
|
|
2014-02-11 02:51:32 +00:00
|
|
|
[ $runtime == ie9 ]
|
2014-02-11 03:23:00 +00:00
|
|
|
polymer: Pass, Fail, Timeout # Issue 16717
|