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

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

Issue 15298004: Use dart:crypto's Base64 methods in dart:io. (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/standalone/crypto/base64_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 package/invalid_uri_test: Fail, OK # Fails intentionally 5 package/invalid_uri_test: Fail, OK # Fails intentionally
6 6
7 [ $runtime == vm && $system == macos ] 7 [ $runtime == vm && $system == macos ]
8 debugger/basic_debugger_test: Pass, Crash # Issue 10488. 8 debugger/basic_debugger_test: Pass, Crash # Issue 10488.
9 9
10 [ $runtime == vm ] 10 [ $runtime == vm ]
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after
72 crypto/*: Skip # dartc cannot parse dart:io unit tests. 72 crypto/*: Skip # dartc cannot parse dart:io unit tests.
73 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. 73 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests.
74 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. 74 io/http_date_test: Skip # dartc cannot parse dart:io unit tests.
75 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests. 75 io/url_encoding_test: Skip # dartc cannot parse dart:io unit tests.
76 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests. 76 io/http_parser_test: Skip # dartc cannot parse dart:io unit tests.
77 io/web_socket_protocol_processor_test: Skip # dart:io unit test. 77 io/web_socket_protocol_processor_test: Skip # dart:io unit test.
78 78
79 io/process_exit_negative_test: Fail # This is a compilation-time negative test. 79 io/process_exit_negative_test: Fail # This is a compilation-time negative test.
80 80
81 [ $compiler == dartanalyzer ] 81 [ $compiler == dartanalyzer ]
82 crypto/base64_test: fail
83 io/file_constructor_test: fail 82 io/file_constructor_test: fail
84 io/http_date_test: fail 83 io/http_date_test: fail
85 io/http_headers_test: fail 84 io/http_headers_test: fail
86 io/http_parser_test: fail 85 io/http_parser_test: fail
87 io/process_exit_negative_test: fail 86 io/process_exit_negative_test: fail
88 io/url_encoding_test: fail 87 io/url_encoding_test: fail
89 io/web_socket_protocol_processor_test: fail 88 io/web_socket_protocol_processor_test: fail
90 89
91 90
92 [ $compiler == dart2js ] 91 [ $compiler == dart2js ]
(...skipping 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
136 *: Skip 135 *: Skip
137 136
138 [ $arch == simarm ] 137 [ $arch == simarm ]
139 *: Skip 138 *: Skip
140 139
141 [ $arch == mips ] 140 [ $arch == mips ]
142 *: Skip 141 *: Skip
143 142
144 [ $arch == simmips ] 143 [ $arch == simmips ]
145 *: Skip 144 *: Skip
OLDNEW
« no previous file with comments | « tests/standalone/crypto/base64_test.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698