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.
|
|
|
|
|
2012-08-15 22:02:27 +00:00
|
|
|
# Run this test manually to verify that the fixnum library produces
|
|
|
|
# the same results as native ints on a set of directed and random inputs.
|
2012-10-31 12:48:50 +00:00
|
|
|
# Skip it when running automated tests because it times out. This
|
2012-08-15 22:02:27 +00:00
|
|
|
# test only makes sense on runtimes that support 64-bit integer
|
|
|
|
# arithmetic natively, i.e., the VM.
|
2012-08-15 22:12:51 +00:00
|
|
|
fixnum/test/int_64_vm_test: Skip
|
2012-08-15 20:33:16 +00:00
|
|
|
|
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-03-14 17:45:09 +00:00
|
|
|
# WebDriver tests have 3rd party dependencies (we need to run
|
|
|
|
# selenium_standalone.jar), so we skip these in our automated
|
|
|
|
# testing.
|
|
|
|
webdriver/test/webdriver_test: Skip
|
|
|
|
|
2013-04-12 10:19:51 +00:00
|
|
|
|
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
|
|
|
|
|
2012-08-15 11:50:51 +00:00
|
|
|
[$compiler == dart2dart]
|
|
|
|
*: Skip
|
2012-08-15 17:41:00 +00:00
|
|
|
|
2012-11-30 21:11:41 +00:00
|
|
|
# Don't compile tests that use dart:io to JS
|
2012-12-17 20:39:03 +00:00
|
|
|
[ $compiler == dart2js || $compiler == dart2dart ]
|
2012-11-02 20:55:01 +00:00
|
|
|
http/test/*: Skip
|
2012-11-19 22:38:44 +00:00
|
|
|
oauth2/test/*: Skip
|
2013-02-22 18:45:55 +00:00
|
|
|
pathos/test/*: Skip
|
2012-11-02 20:55:01 +00:00
|
|
|
|
2013-02-22 18:45:55 +00:00
|
|
|
# Issue 8440 forces us to use pathos in the scheduled_test tests, which would
|
2013-02-08 23:29:42 +00:00
|
|
|
# otherwise be dart2js-compatible.
|
|
|
|
scheduled_test/test/*: Skip
|
2013-03-27 21:15:55 +00:00
|
|
|
|
|
|
|
# We use pathos in the stack_trace tests. We can run them on dart2js when issue
|
|
|
|
# 6943 is fixed.
|
|
|
|
stack_trace/test/*: Skip
|
|
|
|
|
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-09-05 19:54:01 +00:00
|
|
|
# Skip tests that use local file access if we're running in any browser
|
2013-05-24 08:28:25 +00:00
|
|
|
[ $runtime == opera || $runtime == ff || $runtime == ie9 || $runtime == dartium || $runtime == chrome || $runtime == chromeOnAndroid || $runtime == safari || $runtime == drt || $runtime == jsshell]
|
2012-11-02 20:55:01 +00:00
|
|
|
http/test/*: Skip
|
2012-11-19 22:38:44 +00:00
|
|
|
oauth2/test/*: Skip
|
2013-02-22 18:45:55 +00:00
|
|
|
pathos/test/*: Skip
|
2012-10-02 06:35:01 +00:00
|
|
|
intl/test/date_time_format_file_even_test: Skip
|
|
|
|
intl/test/date_time_format_file_odd_test: Skip
|
|
|
|
intl/test/find_default_locale_standalone_test: Skip
|
2013-03-14 20:49:26 +00:00
|
|
|
intl/test/message_extraction/message_extraction_test: Skip
|
2013-03-13 21:42:01 +00:00
|
|
|
analyzer_experimental/test/options_test: Skip # Imports dart:io.
|
|
|
|
analyzer_experimental/test/generated/ast_test: Skip # Imports dart:io.
|
|
|
|
analyzer_experimental/test/generated/element_test: Skip # Imports dart:io.
|
|
|
|
analyzer_experimental/test/generated/parser_test: Skip # Imports dart:io.
|
|
|
|
analyzer_experimental/test/generated/resolver_test: Skip # Imports dart:io.
|
|
|
|
analyzer_experimental/test/generated/scanner_test: Skip # Imports dart:io.
|
2013-05-09 22:54:16 +00:00
|
|
|
analyzer_experimental/test/error_test: Skip # Imports dart:io.
|
2013-06-09 05:18:44 +00:00
|
|
|
analyzer_experimental/test/services/formatter_test: Skip #Imports dart:io
|
2012-09-17 22:25:48 +00:00
|
|
|
|
2013-02-22 18:45:55 +00:00
|
|
|
# Issue 8440 forces us to use pathos in the scheduled_test tests, which would
|
2013-02-09 02:15:18 +00:00
|
|
|
# otherwise be dart2js-compatible.
|
|
|
|
scheduled_test/test/*: Skip
|
|
|
|
|
2013-03-27 22:34:12 +00:00
|
|
|
# We use pathos in the stack_trace tests. We can run them on dart2js when issue
|
|
|
|
# 6943 is fixed.
|
|
|
|
stack_trace/test/*: Skip
|
|
|
|
|
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-04-06 00:36:39 +00:00
|
|
|
intl/test/date_time_format_http_request_test: Skip # Issue 8983
|
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.
|
|
|
|
|
2012-09-17 22:25:48 +00:00
|
|
|
# Skip browser-specific Intl tests on VM
|
|
|
|
[ $runtime == vm ]
|
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-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 ]
|
2012-10-04 10:43:48 +00:00
|
|
|
# Skip intl_message tests that use mirrors on dart2js until it's been
|
2012-09-21 01:02:22 +00:00
|
|
|
# implemented there.
|
2013-03-21 20:40:17 +00:00
|
|
|
serialization/test/serialization_test: Skip # Issue 6490
|
|
|
|
serialization/test/no_library_test: Skip # Issue 6490
|
2013-03-13 21:42:01 +00:00
|
|
|
analyzer_experimental/test/generated/ast_test: Skip
|
|
|
|
analyzer_experimental/test/generated/element_test: Skip
|
|
|
|
analyzer_experimental/test/generated/parser_test: Skip
|
|
|
|
analyzer_experimental/test/generated/resolver_test: Skip
|
|
|
|
analyzer_experimental/test/generated/scanner_test: Skip
|
2013-05-09 22:54:16 +00:00
|
|
|
analyzer_experimental/test/error_test: Skip # Imports dart:io.
|
2013-06-07 19:53:32 +00:00
|
|
|
analyzer_experimental/test/services/formatter_test.dart: Skip #Imports dart:io
|
2013-01-07 19:54:49 +00:00
|
|
|
|
2012-08-15 22:02:27 +00:00
|
|
|
[ $compiler == dartc ]
|
2012-10-02 06:35:01 +00:00
|
|
|
unittest/test/mock_regexp_negative_test: Fail
|
|
|
|
unittest/test/mock_stepwise_negative_test: Fail
|
2012-08-15 22:02:27 +00:00
|
|
|
|
2013-05-07 21:45:20 +00:00
|
|
|
[ $compiler == dartanalyzer ]
|
|
|
|
unittest/test/mock_regexp_negative_test: fail
|
|
|
|
unittest/test/mock_stepwise_negative_test: fail
|
2012-12-17 20:39:03 +00:00
|
|
|
|
2013-06-06 18:13:44 +00:00
|
|
|
[ $compiler == dart2analyzer ]
|
|
|
|
unittest/test/mock_regexp_negative_test: fail
|
|
|
|
unittest/test/mock_stepwise_negative_test: fail
|
|
|
|
|
2012-12-17 20:39:03 +00:00
|
|
|
[ $compiler == dart2js ]
|
2012-08-15 22:02:27 +00:00
|
|
|
unittest/test/instance_test: Skip
|
2013-04-18 19:25:22 +00:00
|
|
|
|
2013-05-29 07:39:49 +00:00
|
|
|
[ $compiler == dart2js && $csp ]
|
|
|
|
unittest/test/unittest_test: Pass, Crash # Issue 10935
|
|
|
|
|
2013-03-14 11:49:13 +00:00
|
|
|
[ $compiler == dart2js && $minified ]
|
|
|
|
# The unittest package relies on getting the original (non-minified) method
|
2013-04-15 15:42:44 +00:00
|
|
|
# names in Invocation. You can't get that when minifying.
|
|
|
|
# TODO(ahe/erikcorry): But soon you can, now that we use Symbol.
|
2013-03-14 11:49:13 +00:00
|
|
|
unittest/test/mock_test: Fail
|
2013-04-18 20:01:25 +00:00
|
|
|
unittest/test/mock_regexp_negative_test: Fail
|
2013-03-14 11:49:13 +00:00
|
|
|
|
2013-05-20 23:30:37 +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.
|
|
|
|
unittest/test/*_unminified_test: Skip
|
|
|
|
|
|
|
|
[ $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.
|
|
|
|
unittest/test/*_minified_test: Skip
|
|
|
|
|
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-05-09 21:39:03 +00:00
|
|
|
# Skip mdv_observe tests on command line VM, they only run in the browser.
|
|
|
|
[ $runtime == vm ]
|
|
|
|
mdv_observe: Skip
|