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

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

Issue 14786020: Update status files for 'dartanalyer'. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Added missing status files. 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 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
71 # Dartc spots the misuse of 'part' directives in these unit tests. 71 # Dartc spots the misuse of 'part' directives in these unit tests.
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 ]
82 crypto/base64_test: fail
83 io/file_constructor_test: fail
84 io/http_date_test: fail
85 io/http_headers_test: fail
86 io/http_parser_test: fail
87 io/process_exit_negative_test: fail
88 io/url_encoding_test: fail
89 io/web_socket_protocol_processor_test: fail
90
91
81 [ $compiler == dart2js ] 92 [ $compiler == dart2js ]
82 number_identity_test: Skip # Bigints and int/double diff. not supported. 93 number_identity_test: Skip # Bigints and int/double diff. not supported.
83 typed_data_test: Skip # dart:typed_data support needed. 94 typed_data_test: Skip # dart:typed_data support needed.
84 bytedata_test: Skip # dart:typed_data support needed. 95 bytedata_test: Skip # dart:typed_data support needed.
85 typed_data_view_test: Skip # dart:typed_data support needed. 96 typed_data_view_test: Skip # dart:typed_data support needed.
86 typed_data_isolate_test: Skip # dart:typed_data support needed. 97 typed_data_isolate_test: Skip # dart:typed_data support needed.
87 typed_array_test: Skip # dart:typed_data support needed. 98 typed_array_test: Skip # dart:typed_data support needed.
88 float_array_test: Skip # dart:typed_data support needed. 99 float_array_test: Skip # dart:typed_data support needed.
89 int_array_test: Skip # dart:typed_data support needed. 100 int_array_test: Skip # dart:typed_data support needed.
90 byte_array_view_optimized_test: Skip # dart:typed_data support needed. 101 byte_array_view_optimized_test: Skip # dart:typed_data support needed.
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
122 *: Skip 133 *: Skip
123 134
124 [ $arch == simarm ] 135 [ $arch == simarm ]
125 *: Skip 136 *: Skip
126 137
127 [ $arch == mips ] 138 [ $arch == mips ]
128 *: Skip 139 *: Skip
129 140
130 [ $arch == simmips ] 141 [ $arch == simmips ]
131 *: Skip 142 *: 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