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

Side by Side Diff: tests/standalone/standalone.status

Issue 16812004: Make some HTTP utility functions public (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: One more status file update Created 7 years, 6 months 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/standalone/io/http_date_test.dart ('k') | 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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 # WARNING: 5 # WARNING:
6 # Tests using the multitest feature where failure is expected should *also* be 6 # Tests using the multitest feature where failure is expected should *also* be
7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone"
8 # prefix. 8 # prefix.
9 9
10 package/invalid_uri_test: Fail, OK # Fails intentionally 10 package/invalid_uri_test: Fail, OK # Fails intentionally
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
67 io/test_runner_test: Fail # Library dart:uri removed. 67 io/test_runner_test: Fail # Library dart:uri removed.
68 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed. 68 io/skipping_dart2js_compilations_test: Skip # Library dart:uri removed.
69 69
70 70
71 # The dart:io library is created at build time from separate files, and 71 # The dart:io library is created at build time from separate files, and
72 # there is no language-spec compatible way to run unit tests on the private 72 # there is no language-spec compatible way to run unit tests on the private
73 # members and methods of dart:io. 73 # members and methods of dart:io.
74 # Dartc spots the misuse of 'part' directives in these unit tests. 74 # Dartc spots the misuse of 'part' directives in these unit tests.
75 crypto/*: Skip # dartc cannot parse dart:io unit tests. 75 crypto/*: Skip # dartc cannot parse dart:io unit tests.
76 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. 76 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests.
77 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. 77 io/http_cookie_date_test: Skip # dartc cannot parse dart:io unit tests.
78 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. 78 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests.
79 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. 79 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests.
80 io/web_socket_protocol_processor_test: Skip # dart:io unit test. 80 io/web_socket_protocol_processor_test: Skip # dart:io unit test.
81 81
82 io/process_exit_negative_test: Fail # This is a compilation-time negative test. 82 io/process_exit_negative_test: Fail # This is a compilation-time negative test.
83 83
84 84
85 [ $compiler == dartanalyzer ] 85 [ $compiler == dartanalyzer ]
86 io/file_constructor_test: fail 86 io/file_constructor_test: fail
87 io/http_date_test: fail 87 io/http_cookie_date_test: fail
88 io/http_headers_test: fail 88 io/http_headers_test: fail
89 io/http_parser_test: fail 89 io/http_parser_test: fail
90 io/process_exit_negative_test: fail 90 io/process_exit_negative_test: fail
91 io/url_encoding_test: fail 91 io/url_encoding_test: fail
92 io/web_socket_protocol_processor_test: fail 92 io/web_socket_protocol_processor_test: fail
93 53bit_overflow_literal_test/01: fail, ok 93 53bit_overflow_literal_test/01: fail, ok
94 94
95 # Fails because checked-in dart executable is not up to date. 95 # Fails because checked-in dart executable is not up to date.
96 io/test_runner_test: fail 96 io/test_runner_test: fail
97 io/skipping_dart2js_compilations_test: fail 97 io/skipping_dart2js_compilations_test: fail
98 98
99 99
100 [ $compiler == dart2analyzer ] 100 [ $compiler == dart2analyzer ]
101 io/file_constructor_test: fail 101 io/file_constructor_test: fail
102 io/http_date_test: fail 102 io/http_cookie_date_test: fail
103 io/http_headers_test: fail 103 io/http_headers_test: fail
104 io/http_parser_test: fail 104 io/http_parser_test: fail
105 io/process_exit_negative_test: fail 105 io/process_exit_negative_test: fail
106 io/url_encoding_test: fail 106 io/url_encoding_test: fail
107 io/web_socket_protocol_processor_test: fail 107 io/web_socket_protocol_processor_test: fail
108 53bit_overflow_literal_test/01: fail, ok 108 53bit_overflow_literal_test/01: fail, ok
109 109
110 # Fails because checked-in dart executable is not up to date. 110 # Fails because checked-in dart executable is not up to date.
111 io/test_runner_test: fail 111 io/test_runner_test: fail
112 io/skipping_dart2js_compilations_test: fail 112 io/skipping_dart2js_compilations_test: fail
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 io/web_socket_test: Crash # Issue: 11207 274 io/web_socket_test: Crash # Issue: 11207
275 left_shift_bit_and_op_test: Fail # Issue: 11207 275 left_shift_bit_and_op_test: Fail # Issue: 11207
276 typed_data_test: Crash # Issue: 11207 276 typed_data_test: Crash # Issue: 11207
277 277
278 278
279 [ $arch == mips ] 279 [ $arch == mips ]
280 *: Skip 280 *: Skip
281 281
282 [ $arch == simmips ] 282 [ $arch == simmips ]
283 *: Skip 283 *: Skip
OLDNEW
« no previous file with comments | « tests/standalone/io/http_date_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698