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 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/corelib/uri_query_test.dart ('k') | tests/standalone/io/http_cookie_date_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 [ $compiler == dartc ] 5 [ $compiler == dartc ]
6 6
7 # VM adds fields failedAssertion, url, line and column to AssertionError. 7 # VM adds fields failedAssertion, url, line and column to AssertionError.
8 # Issue 10144. 8 # Issue 10144.
9 standalone/assert_test: Fail 9 standalone/assert_test: Fail
10 10
(...skipping 12 matching lines...) Expand all
23 # Test runner does not use the latest VM. 23 # Test runner does not use the latest VM.
24 standalone/io/test_runner_test: Skip 24 standalone/io/test_runner_test: Skip
25 standalone/io/skipping_dart2js_compilations_test: Skip 25 standalone/io/skipping_dart2js_compilations_test: Skip
26 26
27 # Implicit downcast. 27 # Implicit downcast.
28 standalone/typed_data_view_test: Fail 28 standalone/typed_data_view_test: Fail
29 29
30 # Tests using fake "part" and/or "part of" directive. 30 # Tests using fake "part" and/or "part of" directive.
31 standalone/crypto/base64_test: Fail 31 standalone/crypto/base64_test: Fail
32 standalone/typed_data_test: Fail 32 standalone/typed_data_test: Fail
33 standalone/io/http_date_test: Fail 33 standalone/io/http_cookie_date_test: Fail
34 standalone/io/http_headers_test: Fail 34 standalone/io/http_headers_test: Fail
35 standalone/io/http_parser_test: Fail 35 standalone/io/http_parser_test: Fail
36 standalone/io/web_socket_protocol_processor_test: Fail 36 standalone/io/web_socket_protocol_processor_test: Fail
37 standalone/io/url_encoding_test: Fail 37 standalone/io/url_encoding_test: Fail
38 38
39 39
40 [ $compiler == dartanalyzer ] 40 [ $compiler == dartanalyzer ]
41 standalone/io/process_exit_negative_test: fail 41 standalone/io/process_exit_negative_test: fail
42 53bit_overflow_literal_test/01: fail, ok 42 53bit_overflow_literal_test/01: fail, ok
43 43
44 44
45 [ $compiler == dart2analyzer ] 45 [ $compiler == dart2analyzer ]
46 standalone/io/process_exit_negative_test: fail 46 standalone/io/process_exit_negative_test: fail
47 53bit_overflow_literal_test/01: fail, ok 47 53bit_overflow_literal_test/01: fail, ok
OLDNEW
« no previous file with comments | « tests/corelib/uri_query_test.dart ('k') | tests/standalone/io/http_cookie_date_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698