921653a087
The new test suite 'analyze_tests' will run the analyzer on the selected tests, and fail if there are static type errors. Currently only the tests in tests/standalone are included, but that can easily be expanded. The reason for starting this was that for M4 we where missing two 'part' files in io.dart (for the HttpBody utility class). This caused the use of HttpBody in the editor to be complicated. With static type checking on the tests which tested HttpBody this mistake would have been caught. R=ager@google.com, ricow@google.com, kustermann@google.com, ajohnsen@google.com BUG= Review URL: https://codereview.chromium.org//14436004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@21944 260f80e4-7a28-3924-810f-c04153c831b5
39 lines
1.4 KiB
Plaintext
39 lines
1.4 KiB
Plaintext
# 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.
|
|
|
|
[ $compiler == dartc ]
|
|
|
|
# VM adds fields failedAssertion, url, line and column to AssertionError.
|
|
# Issue 10144.
|
|
standalone/assert_test: Fail
|
|
|
|
# Uses mirrors which is are not fully implemented.
|
|
standalone/package/package_isolate_test: Fail
|
|
|
|
# Static type errors by design.
|
|
standalone/io/directory_invalid_arguments_test: Fail
|
|
standalone/io/file_fuzz_test: Fail
|
|
standalone/io/file_constructor_test: Fail
|
|
standalone/io/process_invalid_arguments_test: Fail
|
|
standalone/io/secure_socket_argument_test: Fail
|
|
standalone/io/stdout_bad_argument_test: Fail
|
|
standalone/io/raw_secure_server_socket_argument_test: Fail
|
|
|
|
# Test runner does not use the latest VM.
|
|
standalone/io/test_runner_test: Fail
|
|
standalone/io/skipping_dart2js_compilations_test: Fail
|
|
|
|
# Implicit downcast.
|
|
standalone/typed_data_view_test: Fail
|
|
|
|
# Tests using fake "part" and/or "part of" directive.
|
|
standalone/crypto/base64_test: Fail
|
|
standalone/typed_data_test: Fail
|
|
standalone/io/http_date_test: Fail
|
|
standalone/io/http_headers_test: Fail
|
|
standalone/io/http_parser_test: Fail
|
|
standalone/io/mime_multipart_parser_test: Fail
|
|
standalone/io/web_socket_protocol_processor_test: Fail
|
|
standalone/io/url_encoding_test: Fail
|