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

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

Issue 12668004: Add dart:typeddata to the SDK and add an unimplemented patch file for dart2js. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 7 years, 9 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 | « sdk/lib/_internal/libraries.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 ] 7 [ $runtime == vm ]
8 # Temporarily disabled until the test scripts are rewritten for 8 # Temporarily disabled until the test scripts are rewritten for
9 # dart:io v2. 9 # dart:io v2.
10 io/skipping_dart2js_compilations_test: skip # Non-fatal process error. 10 io/skipping_dart2js_compilations_test: skip # Non-fatal process error.
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 crypto/*: Skip # Don't run tests using dart:io in the browser 68 crypto/*: Skip # Don't run tests using dart:io in the browser
69 package/*: Skip # Do not run those in Dartium. 69 package/*: Skip # Do not run those in Dartium.
70 debugger/*: Skip # Do not run standalone debugger tests in browser. 70 debugger/*: Skip # Do not run standalone debugger tests in browser.
71 71
72 [ $compiler == dartc ] 72 [ $compiler == dartc ]
73 73
74 # package test issue 7392 74 # package test issue 7392
75 package/package1_test: Fail 75 package/package1_test: Fail
76 package/package_isolate_test: Fail 76 package/package_isolate_test: Fail
77 package/package_test: Fail 77 package/package_test: Fail
78 typed_data_test: Fail # issue 8933, dart:typeddata not supported.
79 typed_array_test: Fail # issue 8933, dart:typeddata not supported.
80 float_array_test: Fail # issue 8933, dart:typeddata not supported.
81 int_array_test: Fail # issue 8933, dart:typeddata not supported.
82 int_array_load_elimination_test: Fail # issue 8933, dart:typeddata not supported .
83 78
84 79
85 # The dart:io library is created at build time from separate files, and 80 # The dart:io library is created at build time from separate files, and
86 # there is no language-spec compatible way to run unit tests on the private 81 # there is no language-spec compatible way to run unit tests on the private
87 # members and methods of dart:io. 82 # members and methods of dart:io.
88 # Dartc spots the misuse of 'part' directives in these unit tests. 83 # Dartc spots the misuse of 'part' directives in these unit tests.
89 crypto/*: Skip # dartc cannot parse dart:io unit tests. 84 crypto/*: Skip # dartc cannot parse dart:io unit tests.
90 io/mime_multipart_parser_test: Skip # dartc cannot parse dart:io unit tests. 85 io/mime_multipart_parser_test: Skip # dartc cannot parse dart:io unit tests.
91 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests. 86 io/http_headers_test: Skip # dartc cannot parse dart:io unit tests.
92 io/http_date_test: Skip # dartc cannot parse dart:io unit tests. 87 io/http_date_test: Skip # dartc cannot parse dart:io unit tests.
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 *: Skip 132 *: Skip
138 133
139 [ $arch == simarm ] 134 [ $arch == simarm ]
140 *: Skip 135 *: Skip
141 136
142 [ $arch == mips ] 137 [ $arch == mips ]
143 *: Skip 138 *: Skip
144 139
145 [ $arch == simmips ] 140 [ $arch == simmips ]
146 *: Skip 141 *: Skip
OLDNEW
« no previous file with comments | « sdk/lib/_internal/libraries.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698