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

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

Issue 12500002: Mark typeddata tests as failing (issue 8933). (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 | « no previous file | 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 crypto/*: Skip # Don't run tests using dart:io in the browser 63 crypto/*: Skip # Don't run tests using dart:io in the browser
64 package/*: Skip # Do not run those in Dartium. 64 package/*: Skip # Do not run those in Dartium.
65 debugger/*: Skip # Do not run standalone debugger tests in browser. 65 debugger/*: Skip # Do not run standalone debugger tests in browser.
66 66
67 [ $compiler == dartc ] 67 [ $compiler == dartc ]
68 68
69 # package test issue 7392 69 # package test issue 7392
70 package/package1_test: Fail 70 package/package1_test: Fail
71 package/package_isolate_test: Fail 71 package/package_isolate_test: Fail
72 package/package_test: Fail 72 package/package_test: Fail
73 typed_data_test: Skip # dart:typeddata not supported yet. 73 typed_data_test: Fail # issue 8933, dart:typeddata not supported.
74 typed_array_test: Skip # dart:typeddata not supported yet. 74 typed_array_test: Fail # issue 8933, dart:typeddata not supported.
75 float_array_test: Skip # dart:typeddata not supported yet. 75 float_array_test: Fail # issue 8933, dart:typeddata not supported.
76 int_array_test: Skip # dart:typeddata not supported yet. 76 int_array_test: Fail # issue 8933, dart:typeddata not supported.
77 int_array_load_elimination_test: Skip # dart:typeddata not supported yet. 77 int_array_load_elimination_test: Fail # issue 8933, dart:typeddata not supported .
78 78
79 79
80 # 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
81 # 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
82 # members and methods of dart:io. 82 # members and methods of dart:io.
83 # Dartc spots the misuse of 'part' directives in these unit tests. 83 # Dartc spots the misuse of 'part' directives in these unit tests.
84 crypto/*: Skip # dartc cannot parse dart:io unit tests. 84 crypto/*: Skip # dartc cannot parse dart:io unit tests.
85 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.
86 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.
87 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
132 *: Skip 132 *: Skip
133 133
134 [ $arch == simarm ] 134 [ $arch == simarm ]
135 *: Skip 135 *: Skip
136 136
137 [ $arch == mips ] 137 [ $arch == mips ]
138 *: Skip 138 *: Skip
139 139
140 [ $arch == simmips ] 140 [ $arch == simmips ]
141 *: Skip 141 *: Skip
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698