# 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. # 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 running automated tests because it times out. This # test only makes sense on runtimes that support 64-bit integer # arithmetic natively, i.e., the VM. fixnum/test/int_64_vm_test: Skip # 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 # Skip non-test files ending with "_test". scheduled_test/lib/*: Skip scheduled_test/test/scheduled_server_test: Pass, Fail, Slow, Crash # Issue 9231, 9582 scheduled_test/test/scheduled_process_test: Pass, Slow # Issue 9231 # 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 [ $compiler == dart2js && $runtime == ff ] unittest/test/unittest_test: Pass, Timeout # http://dartbug.com/11473 [ $runtime == d8 || $runtime == jsshell ] unittest/test/unittest_test: Pass, Fail # http://dartbug.com/10109 [$compiler == dart2dart] *: Skip [ $compiler == dart2js || $compiler == dart2dart ] 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). [ $runtime == opera && $compiler == dart2js ] intl/test/find_default_locale_browser_test: Fail intl/test/date_time_format_http_request_test: Skip # Timeout. [ $runtime == ie9 ] intl/test/date_time_format_http_request_test: Fail # Issue 8983 [ $runtime == safari ] fixnum/test/int_64_test: Pass, Fail # Bug in JSC. crypto/test/hmac_sha1_test: Fail # Issue 11407. crypto/test/sha1_test: Fail # Issue 11407. # Skip browser-specific tests on VM [ $runtime == vm ] pathos/test/pathos_dartium_test: Fail, OK # Uses dart:html pathos/test/pathos_dart2js_test: Fail, OK # Uses dart:html intl/test/find_default_locale_browser_test: Skip intl/test/date_time_format_http_request_test: Skip [ $runtime == vm && $system == windows ] intl/test/find_default_locale_standalone_test: Fail # Issue 8110 intl/test/message_extraction/message_extraction_test: Fail # Issue 9167 [ $compiler == dart2js ] analyzer_experimental/test/generated/ast_test: Fail, Slow # Issue 11230 unittest/test/instance_test: Fail # http://dartbug.com/11191 [ $compiler == dart2js && $checked ] mdv_observe/test/observable_map_test: Fail # BUG(11480): Triage. [ $compiler == dartc ] unittest/test/mock_regexp_negative_test: Fail unittest/test/mock_stepwise_negative_test: Fail [ $compiler == dartanalyzer ] # test issue https://code.google.com/p/dart/issues/detail?id=11517 # These tests are not negetive statically. # Requested test fix or permission to mark 'fail, OK' unittest/test/mock_regexp_negative_test: fail unittest/test/mock_stepwise_negative_test: fail [ $compiler == dart2analyzer ] unittest/test/mock_regexp_negative_test: fail unittest/test/mock_stepwise_negative_test: fail [ $compiler == dart2js && $csp ] unittest/test/unittest_test: Pass, Crash # Issue 10935 serialization/test/serialization_test: Fail # Issue 6490 serialization/test/no_library_test: Fail # Issue 6490 [ $compiler == dart2js && $minified ] serialization/test/serialization_test: Fail # Issue 6490 serialization/test/no_library_test: Fail # Issue 6490 # 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 # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS [ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome || $runtime == drt) ] crypto/test/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail?id=2692 [ $compiler == dart2js && $browser ] pathos/test/pathos_dartium_test: Fail # Issue 6490 crypto/test/sha256_test: Slow, Pass crypto/test/sha1_test: Slow, Pass [ $browser ] 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. barback/test/*: Fail, OK # Uses dart:io. 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. http_server/test/*: Fail, OK # Uses dart:io. 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. pathos/test/pathos_io_test: Fail, OK # Uses dart:io. 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 stack_trace/test/frame_test: Fail # http://dartbug.com/6943 stack_trace/test/trace_test: Fail # http://dartbug.com/6943 [ $runtime == safari] # Bug in JSC: the test only passes when being debugged. crypto/test/hmac_md5_test: Fail, Pass [ $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 # DO NOT COPY THIS UNLESS YOU WORK ON DART2JS [ $compiler == none && $runtime == drt ] dartdoc/test/dartdoc_test: Skip # See dartbug.com/4541. [ $arch == arm ] *: Skip [ $arch == simarm ] *: Skip [ $arch == mips ] *: Skip [ $arch == simmips ] *: Skip # 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 ] serialization/test/no_library_test: Skip # Expected Failure [ ($runtime == dartium || $runtime == drt) && $compiler == none ] pathos/test/pathos_dart2js_test: Fail, OK # Issue 6490 # Skip mdv tests on command line VM, they only run in the browser. [ $runtime == vm ] mdv: Skip