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-02-08 23:07:57 +00:00
|
|
|
# Skip non-test files ending with "_test".
|
|
|
|
scheduled_test/lib/*: Skip
|
|
|
|
|
2013-04-12 07:17:28 +00:00
|
|
|
scheduled_test/test/scheduled_server_test: Pass, Fail, Slow, Crash # Issue 9231, 9582
|
2013-04-02 16:42:55 +00:00
|
|
|
scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231
|
2013-03-18 14:13:46 +00:00
|
|
|
|
2013-07-29 13:15:19 +00:00
|
|
|
[ $runtime == vm ]
|
|
|
|
watcher/test/no_subscription_test: Pass, Fail # Issue 12107
|
2013-07-30 13:09:32 +00:00
|
|
|
watcher/test/directory_watcher_test: Pass, Fail # Issue 12107
|
2013-07-29 13:15:19 +00:00
|
|
|
|
2013-06-26 07:53:51 +00:00
|
|
|
[ $compiler == dart2js && $runtime == ff ]
|
|
|
|
unittest/test/unittest_test: Pass, Timeout # http://dartbug.com/11473
|
|
|
|
|
2013-04-22 17:33:52 +00:00
|
|
|
[ $runtime == d8 || $runtime == jsshell ]
|
2013-04-22 17:11:02 +00:00
|
|
|
unittest/test/unittest_test: Pass, Fail # http://dartbug.com/10109
|
2013-06-28 01:22:36 +00:00
|
|
|
stack_trace/test/vm_test: Fail, OK # VM-specific traces
|
2013-07-09 05:49:31 +00:00
|
|
|
sequence_zip/test/stream_test: Fail, OK # Timers are not supported.
|
2013-04-22 17:11:02 +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-03-20 23:41:50 +00:00
|
|
|
source_maps/test/vlq_test: Fail # A VLQ test checks for large numbers that
|
|
|
|
# overflow in JS (numbers slightly larger than
|
|
|
|
# 32 bits where we do bitwise operations).
|
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-06-11 13:16:52 +00:00
|
|
|
intl/test/date_time_format_http_request_test: Fail # Issue 8983
|
2013-07-15 12:39:40 +00:00
|
|
|
mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9.
|
2013-03-07 14:13:14 +00:00
|
|
|
|
2013-03-18 14:50:59 +00:00
|
|
|
[ $runtime == safari ]
|
|
|
|
fixnum/test/int_64_test: Pass, Fail # Bug in JSC.
|
2013-06-21 05:57:52 +00:00
|
|
|
crypto/test/hmac_sha1_test: Fail # Issue 11407.
|
|
|
|
crypto/test/sha1_test: Fail # Issue 11407.
|
2013-03-18 14:50:59 +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 ]
|
2013-07-24 00:03:19 +00:00
|
|
|
docgen/test/single_library_test: Fail # Issue 11985
|
2013-01-25 23:56:02 +00:00
|
|
|
intl/test/find_default_locale_standalone_test: Fail # Issue 8110
|
2013-03-15 18:35:31 +00:00
|
|
|
intl/test/message_extraction/message_extraction_test: Fail # Issue 9167
|
2013-01-24 19:06:42 +00:00
|
|
|
|
2013-01-07 19:54:49 +00:00
|
|
|
[ $compiler == dart2js ]
|
2013-06-13 08:49:49 +00:00
|
|
|
analyzer_experimental/test/generated/ast_test: Fail, Slow # Issue 11230
|
2013-07-09 19:35:56 +00:00
|
|
|
stack_trace/test/trace_test: Pass, Timeout # Issue 11645
|
2013-01-07 19:54:49 +00:00
|
|
|
|
2013-07-23 19:48:26 +00:00
|
|
|
[ $compiler == dartc || $compiler == dartanalyzer || $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-06-06 18:13:44 +00:00
|
|
|
|
2013-05-29 07:39:49 +00:00
|
|
|
[ $compiler == dart2js && $csp ]
|
|
|
|
unittest/test/unittest_test: Pass, Crash # Issue 10935
|
2013-07-23 03:51:31 +00:00
|
|
|
observe/test/observe_test: Fail # Issue 11970
|
|
|
|
observe/test/path_observer_test: Fail # Issue 11970
|
|
|
|
mdv/test/binding_syntax_test: Fail # Issue 11970
|
2013-06-12 06:51:35 +00:00
|
|
|
serialization/test/serialization_test: Fail # Issue 6490
|
|
|
|
serialization/test/no_library_test: Fail # Issue 6490
|
|
|
|
|
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.
|
2013-06-11 13:16:52 +00:00
|
|
|
unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS
|
2013-06-10 14:09:07 +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-06-10 13:52:41 +00:00
|
|
|
crypto/test/sha256_test: Slow, Pass
|
|
|
|
crypto/test/sha1_test: Slow, Pass
|
|
|
|
|
2013-06-11 14:10:03 +00:00
|
|
|
[ $browser ]
|
2013-06-11 13:16:52 +00:00
|
|
|
analyzer_experimental/test/error_test: Fail, OK # Uses dart:io.
|
|
|
|
analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io.
|
|
|
|
analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io.
|
|
|
|
analyzer_experimental/test/options_test: Fail, OK # Uses dart:io.
|
|
|
|
analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io.
|
2013-06-21 00:53:45 +00:00
|
|
|
barback/test/*: Fail, OK # 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.
|
|
|
|
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-07-12 17:54:48 +00:00
|
|
|
path/test/io_test: Fail, OK # Uses dart:io.
|
2013-07-12 21:38:58 +00:00
|
|
|
watcher/test/*: Fail, OK # Uses dart:io.
|
2013-06-11 13:16:52 +00:00
|
|
|
|
|
|
|
scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440
|
|
|
|
scheduled_test/test/descriptor/directory_test: Fail # http://dartbug.com/8440
|
|
|
|
scheduled_test/test/descriptor/file_test: Fail # http://dartbug.com/8440
|
|
|
|
scheduled_test/test/descriptor/nothing_test: Fail # http://dartbug.com/8440
|
|
|
|
scheduled_test/test/descriptor/pattern_test: Fail # http://dartbug.com/8440
|
|
|
|
scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/8440
|
|
|
|
scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440
|
|
|
|
scheduled_test/test/scheduled_test/abort_test: Fail # http://dartbug.com/8440
|
|
|
|
scheduled_test/test/scheduled_test/current_schedule_current_task_test: Fail # http://dartbug.com/8440
|
|
|
|
scheduled_test/test/scheduled_test/current_schedule_errors_test: Fail # http://dartbug.com/8440
|
|
|
|
scheduled_test/test/scheduled_test/current_schedule_state_test: Fail # http://dartbug.com/8440
|
|
|
|
scheduled_test/test/scheduled_test/nested_task_test: Fail # http://dartbug.com/8440
|
|
|
|
scheduled_test/test/scheduled_test/on_complete_test: Fail # http://dartbug.com/8440
|
|
|
|
scheduled_test/test/scheduled_test/on_exception_test: Fail # http://dartbug.com/8440
|
|
|
|
scheduled_test/test/scheduled_test/out_of_band_task_test: Fail # http://dartbug.com/8440
|
|
|
|
scheduled_test/test/scheduled_test/set_up_test: Fail # http://dartbug.com/8440
|
|
|
|
scheduled_test/test/scheduled_test/signal_error_test: Fail # http://dartbug.com/8440
|
|
|
|
scheduled_test/test/scheduled_test/simple_test: Fail # http://dartbug.com/8440
|
|
|
|
scheduled_test/test/scheduled_test/task_return_value_test: Fail # http://dartbug.com/8440
|
|
|
|
scheduled_test/test/scheduled_test/timeout_test: Fail # http://dartbug.com/8440
|
|
|
|
scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/8440
|
|
|
|
scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8440
|
|
|
|
|
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-06-10 13:52:41 +00:00
|
|
|
[ $runtime == safari]
|
|
|
|
# Bug in JSC: the test only passes when being debugged.
|
|
|
|
crypto/test/hmac_md5_test: Fail, Pass
|
|
|
|
|
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.
|
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
|
|
|
|
2012-09-14 01:14:21 +00:00
|
|
|
[ $compiler == none && $runtime == drt ]
|
2012-10-02 06:35:01 +00:00
|
|
|
dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541.
|
2013-01-24 00:42:04 +00:00
|
|
|
|
2013-05-31 00:39:37 +00:00
|
|
|
[ $arch == arm ]
|
|
|
|
*: Skip
|
|
|
|
|
2013-01-24 00:42:04 +00:00
|
|
|
[ $arch == simarm ]
|
|
|
|
*: Skip
|
|
|
|
|
|
|
|
[ $arch == mips ]
|
|
|
|
*: Skip
|
|
|
|
|
|
|
|
[ $arch == simmips ]
|
|
|
|
*: Skip
|
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.
|
|
|
|
[ $runtime == dartium || $runtime == drt ]
|
2013-03-21 21:54:24 +00:00
|
|
|
serialization/test/no_library_test: Skip # Expected Failure
|
2013-06-02 21:20:41 +00:00
|
|
|
|
2013-07-29 23:00:21 +00:00
|
|
|
# Skip tests on the VM if the package depends on dart:html
|
2013-05-09 21:39:03 +00:00
|
|
|
[ $runtime == vm ]
|
2013-07-29 23:00:21 +00:00
|
|
|
custom_element: Skip
|
2013-06-26 23:25:47 +00:00
|
|
|
mdv: Skip
|
2013-07-08 21:22:12 +00:00
|
|
|
|
|
|
|
[ $runtime == safari || $runtime == chrome || $runtime == ie9 || $runtime == ff || $runtime == dartium || $runtime == drt ]
|
|
|
|
docgen/test/single_library_test: Skip # Uses dart:io
|
|
|
|
|