Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(484)

Side by Side Diff: tests/lib/analyzer/analyze_tests.status

Issue 40703003: Fix analyzer test status. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
2 # for details. All rights reserved. Use of this source code is governed by a 2 # for details. All rights reserved. Use of this source code is governed by a
3 # BSD-style license that can be found in the LICENSE file. 3 # BSD-style license that can be found in the LICENSE file.
4 4
5 # The testing infrastructure is using the dart:io Path and LineTransformer 5 # The testing infrastructure is using the dart:io Path and LineTransformer
6 # classes. 6 # classes.
7 standalone/io/skipping_dart2js_compilations_test: Skip # http/dartbug.com/12449 7 standalone/io/skipping_dart2js_compilations_test: Skip # http/dartbug.com/12449
8 standalone/io/dependency_graph_test: Skip # http/dartbug.com/12449 8 standalone/io/dependency_graph_test: Skip # http/dartbug.com/12449
9 standalone/io/status_file_parser_test: Skip # http/dartbug.com/12449 9 standalone/io/status_file_parser_test: Skip # http/dartbug.com/12449
10 10
(...skipping 12 matching lines...) Expand all
23 standalone/io/stdout_bad_argument_test: fail 23 standalone/io/stdout_bad_argument_test: fail
24 standalone/io/skipping_dart2js_compilations_test: fail 24 standalone/io/skipping_dart2js_compilations_test: fail
25 standalone/io/dependency_graph_test: fail # http/dartbug.com/12449 25 standalone/io/dependency_graph_test: fail # http/dartbug.com/12449
26 standalone/io/web_socket_protocol_processor_test: fail 26 standalone/io/web_socket_protocol_processor_test: fail
27 standalone/io/test_runner_test: fail 27 standalone/io/test_runner_test: fail
28 standalone/package/invalid_uri_test: fail 28 standalone/package/invalid_uri_test: fail
29 standalone/package/package1_test: fail 29 standalone/package/package1_test: fail
30 standalone/package/package_test: fail 30 standalone/package/package_test: fail
31 standalone/typed_data_view_test: fail 31 standalone/typed_data_view_test: fail
32 standalone/typed_data_test: fail 32 standalone/typed_data_test: fail
33 standalone/issue14236_test: Skip # Analyzer can't handle Script snapshots.
33 34
34 # https://code.google.com/p/dart/issues/detail?id=11647 35 # https://code.google.com/p/dart/issues/detail?id=11647
35 standalone/package/package_isolate_test: fail 36 standalone/package/package_isolate_test: fail
36 37
37 38
38 [ $compiler == dart2analyzer ] 39 [ $compiler == dart2analyzer ]
39 standalone/javascript_int_overflow_literal_test/01: fail, ok 40 standalone/javascript_int_overflow_literal_test/01: fail, ok
40 41
41 # https://code.google.com/p/dart/issues/detail?id=11665 42 # https://code.google.com/p/dart/issues/detail?id=11665
42 standalone/io/directory_invalid_arguments_test: fail 43 standalone/io/directory_invalid_arguments_test: fail
43 standalone/io/file_constructor_test: fail 44 standalone/io/file_constructor_test: fail
44 standalone/io/http_cookie_date_test: fail 45 standalone/io/http_cookie_date_test: fail
45 standalone/io/http_headers_test: fail 46 standalone/io/http_headers_test: fail
46 standalone/io/http_parser_test: fail 47 standalone/io/http_parser_test: fail
47 standalone/io/process_invalid_arguments_test: fail 48 standalone/io/process_invalid_arguments_test: fail
48 standalone/io/raw_secure_server_socket_argument_test: fail 49 standalone/io/raw_secure_server_socket_argument_test: fail
49 standalone/io/secure_socket_argument_test: fail 50 standalone/io/secure_socket_argument_test: fail
50 standalone/io/stdout_bad_argument_test: fail 51 standalone/io/stdout_bad_argument_test: fail
51 standalone/io/skipping_dart2js_compilations_test: fail 52 standalone/io/skipping_dart2js_compilations_test: fail
52 standalone/io/dependency_graph_test: fail # http/dartbug.com/12449 53 standalone/io/dependency_graph_test: fail # http/dartbug.com/12449
53 standalone/io/web_socket_protocol_processor_test: fail 54 standalone/io/web_socket_protocol_processor_test: fail
54 standalone/io/test_runner_test: fail 55 standalone/io/test_runner_test: fail
55 standalone/package/invalid_uri_test: fail 56 standalone/package/invalid_uri_test: fail
56 standalone/package/package1_test: fail 57 standalone/package/package1_test: fail
57 standalone/package/package_test: fail 58 standalone/package/package_test: fail
58 standalone/typed_data_view_test: fail 59 standalone/typed_data_view_test: fail
59 standalone/typed_data_test: fail 60 standalone/typed_data_test: fail
61 standalone/issue14236_test: Skip # Analyzer can't handle Script snapshots.
60 62
61 # https://code.google.com/p/dart/issues/detail?id=11647 63 # https://code.google.com/p/dart/issues/detail?id=11647
62 standalone/package/package_isolate_test: fail 64 standalone/package/package_isolate_test: fail
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698