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.
|
|
|
|
# Skip it when runnimng automated tests because it times out. This
|
|
|
|
# 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
|
|
|
|
2012-08-15 11:50:51 +00:00
|
|
|
[$compiler == dart2dart]
|
|
|
|
*: Skip
|
2012-08-15 17:41:00 +00:00
|
|
|
|
|
|
|
[ $runtime == opera ]
|
|
|
|
*: Skip
|
2012-08-15 22:02:27 +00:00
|
|
|
|
2012-09-05 19:54:01 +00:00
|
|
|
# Skip tests that use local file access if we're running in any browser
|
2012-09-05 21:14:52 +00:00
|
|
|
[ $runtime == opera || $runtime == ff || $runtime == ie || $runtime == dartium || $runtime == chrome || $runtime == safari || $runtime == drt ]
|
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
|
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
|
|
|
|
2012-09-21 21:20:25 +00:00
|
|
|
# Skip http request tests on Windows until we are able to spawn
|
|
|
|
# the http server there.
|
2012-09-20 23:27:56 +00:00
|
|
|
[ $system == windows]
|
2012-10-02 06:35:01 +00:00
|
|
|
intl/test/date_time_format_http_request_test: Skip
|
2012-09-13 18:33:56 +00:00
|
|
|
|
2012-09-21 21:20:25 +00:00
|
|
|
# Skip http request tests on Dartium while resolving an odd
|
|
|
|
# error there that causes the tests to timeout.
|
2012-09-21 22:20:31 +00:00
|
|
|
[ $runtime == dartium || $runtime == drt ]
|
2012-10-02 06:35:01 +00:00
|
|
|
intl/test/date_time_format_http_request_test: Skip
|
2012-09-21 21:20:25 +00:00
|
|
|
|
2012-09-21 01:02:22 +00:00
|
|
|
# Skip intl_message tests that use mirrors on dart2js until it's been
|
|
|
|
# implemented there.
|
2012-09-13 18:20:29 +00:00
|
|
|
[ $compiler == dart2js ]
|
2012-10-02 06:35:01 +00:00
|
|
|
intl/test/intl_message_test: Skip
|
|
|
|
intl/test/intl_message_basic_example_test: Skip
|
2012-09-05 19:54:01 +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
|
|
|
|
|
|
|
[ $compiler == dart2js || $compiler == dartc ]
|
|
|
|
unittest/test/instance_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.
|
2012-10-02 18:50:41 +00:00
|
|
|
|