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

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

Issue 27215002: Very simple version of Isolates. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Address comments. 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 | « tests/language/typed_message_test.dart ('k') | tests/lib/async/schedule_microtask4_test.dart » ('j') | 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 14 matching lines...) Expand all
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 standalone/issue14236_test: Skip # Analyzer can't handle Script snapshots.
34 34
35 # https://code.google.com/p/dart/issues/detail?id=11647
36 standalone/package/package_isolate_test: fail
37
38 35
39 [ $compiler == dart2analyzer ] 36 [ $compiler == dart2analyzer ]
40 standalone/javascript_int_overflow_literal_test/01: fail, ok 37 standalone/javascript_int_overflow_literal_test/01: fail, ok
41 38
42 # https://code.google.com/p/dart/issues/detail?id=11665 39 # https://code.google.com/p/dart/issues/detail?id=11665
43 standalone/io/directory_invalid_arguments_test: fail 40 standalone/io/directory_invalid_arguments_test: fail
44 standalone/io/file_constructor_test: fail 41 standalone/io/file_constructor_test: fail
45 standalone/io/http_cookie_date_test: fail 42 standalone/io/http_cookie_date_test: fail
46 standalone/io/http_headers_test: fail 43 standalone/io/http_headers_test: fail
47 standalone/io/http_parser_test: fail 44 standalone/io/http_parser_test: fail
48 standalone/io/process_invalid_arguments_test: fail 45 standalone/io/process_invalid_arguments_test: fail
49 standalone/io/raw_secure_server_socket_argument_test: fail 46 standalone/io/raw_secure_server_socket_argument_test: fail
50 standalone/io/secure_socket_argument_test: fail 47 standalone/io/secure_socket_argument_test: fail
51 standalone/io/stdout_bad_argument_test: fail 48 standalone/io/stdout_bad_argument_test: fail
52 standalone/io/skipping_dart2js_compilations_test: fail 49 standalone/io/skipping_dart2js_compilations_test: fail
53 standalone/io/dependency_graph_test: fail # http/dartbug.com/12449 50 standalone/io/dependency_graph_test: fail # http/dartbug.com/12449
54 standalone/io/web_socket_protocol_processor_test: fail 51 standalone/io/web_socket_protocol_processor_test: fail
55 standalone/io/test_runner_test: fail 52 standalone/io/test_runner_test: fail
56 standalone/package/invalid_uri_test: fail 53 standalone/package/invalid_uri_test: fail
57 standalone/package/package1_test: fail 54 standalone/package/package1_test: fail
58 standalone/package/package_test: fail 55 standalone/package/package_test: fail
59 standalone/typed_data_view_test: fail 56 standalone/typed_data_view_test: fail
60 standalone/typed_data_test: fail 57 standalone/typed_data_test: fail
61 standalone/issue14236_test: Skip # Analyzer can't handle Script snapshots. 58 standalone/issue14236_test: Skip # Analyzer can't handle Script snapshots.
62
63 # https://code.google.com/p/dart/issues/detail?id=11647
64 standalone/package/package_isolate_test: fail
OLDNEW
« no previous file with comments | « tests/language/typed_message_test.dart ('k') | tests/lib/async/schedule_microtask4_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698