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

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

Issue 14771012: Fix dartc status files, after mime_multipart_parser_test change. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 7 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/lib/analyzer/analyze_tests.status ('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 package/invalid_uri_test: Fail, OK # Fails intentionally 5 package/invalid_uri_test: Fail, OK # Fails intentionally
6 6
7 [ $runtime == vm ] 7 [ $runtime == vm ]
8 # Fails because checked-in dart executable is not up to date. 8 # Fails because checked-in dart executable is not up to date.
9 io/test_runner_test: Fail 9 io/test_runner_test: Fail
10 # Fails because checked-in dart executable is not up to date. 10 # Fails because checked-in dart executable is not up to date.
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
59 # package test issue 7392 59 # package test issue 7392
60 package/package1_test: Fail 60 package/package1_test: Fail
61 package/package_test: Fail 61 package/package_test: Fail
62 62
63 63
64 # The dart:io library is created at build time from separate files, and 64 # The dart:io library is created at build time from separate files, and
65 # there is no language-spec compatible way to run unit tests on the private 65 # there is no language-spec compatible way to run unit tests on the private
66 # members and methods of dart:io. 66 # members and methods of dart:io.
67 # Dartc spots the misuse of 'part' directives in these unit tests. 67 # Dartc spots the misuse of 'part' directives in these unit tests.
68 crypto/*: Skip # dartc cannot parse dart:io unit tests. 68 crypto/*: Skip # dartc cannot parse dart:io unit tests.
69 io/mime_multipart_parser_test: Skip # dartc cannot parse dart:io unit tests.
70 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. 69 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests.
71 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. 70 io/http_date_test: Skip # dartc cannot parse dart:io unit tests.
72 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. 71 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests.
73 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. 72 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests.
74 io/web_socket_protocol_processor_test: Skip # dart:io unit test. 73 io/web_socket_protocol_processor_test: Skip # dart:io unit test.
75 74
76 io/process_exit_negative_test: Fail # This is a compilation-time negative test. 75 io/process_exit_negative_test: Fail # This is a compilation-time negative test.
77 76
78 [ $compiler == dart2js ] 77 [ $compiler == dart2js ]
79 number_identity_test: Skip # Bigints and int/double diff. not supported. 78 number_identity_test: Skip # Bigints and int/double diff. not supported.
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 *: Skip 118 *: Skip
120 119
121 [ $arch == simarm ] 120 [ $arch == simarm ]
122 *: Skip 121 *: Skip
123 122
124 [ $arch == mips ] 123 [ $arch == mips ]
125 *: Skip 124 *: Skip
126 125
127 [ $arch == simmips ] 126 [ $arch == simmips ]
128 *: Skip 127 *: Skip
OLDNEW
« no previous file with comments | « tests/lib/analyzer/analyze_tests.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698