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

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

Issue 19701003: Mark more analyzer tests as failing. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 5 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 # WARNING: 5 # WARNING:
6 # Tests using the multitest feature where failure is expected should *also* be 6 # Tests using the multitest feature where failure is expected should *also* be
7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone" 7 # listed in tests/lib/analyzer/analyze_tests.status without the "standalone"
8 # prefix. 8 # prefix.
9 9
10 package/invalid_uri_test: Fail, OK # Fails intentionally 10 package/invalid_uri_test: Fail, OK # Fails intentionally
(...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 # members and methods of dart:io. 66 # members and methods of dart:io.
67 # Dart analyzer spots the misuse of 'part' directives in these unit tests. 67 # Dart analyzer spots the misuse of 'part' directives in these unit tests.
68 io/http_headers_test: Skip 68 io/http_headers_test: Skip
69 io/http_cookie_date_test: Skip 69 io/http_cookie_date_test: Skip
70 io/http_parser_test: Skip 70 io/http_parser_test: Skip
71 io/web_socket_protocol_processor_test: Skip 71 io/web_socket_protocol_processor_test: Skip
72 72
73 # This is runtime test. 73 # This is runtime test.
74 io/process_exit_negative_test: Skip 74 io/process_exit_negative_test: Skip
75 75
76 # https://code.google.com/p/dart/issues/detail?id=11647
77 standalone/package/package_isolate_test: fail
78
76 [ $compiler == dart2analyzer ] 79 [ $compiler == dart2analyzer ]
77 53bit_overflow_literal_test/01: fail, ok 80 53bit_overflow_literal_test/01: fail, ok
78 package/package_isolate_test: fail # issue 11647 81 package/package_isolate_test: fail # issue 11647
79 82
80 # test issue https://code.google.com/p/dart/issues/detail?id=11518 83 # test issue https://code.google.com/p/dart/issues/detail?id=11518
81 io/file_constructor_test: fail 84 io/file_constructor_test: fail
82 85
83 # The dart:io library is created at build time from separate files, and 86 # The dart:io library is created at build time from separate files, and
84 # there is no language-spec compatible way to run unit tests on the private 87 # there is no language-spec compatible way to run unit tests on the private
85 # members and methods of dart:io. 88 # members and methods of dart:io.
86 # Dart analyzer spots the misuse of 'part' directives in these unit tests. 89 # Dart analyzer spots the misuse of 'part' directives in these unit tests.
87 io/http_headers_test: Skip 90 io/http_headers_test: Skip
88 io/http_cookie_date_test: Skip 91 io/http_cookie_date_test: Skip
89 io/http_parser_test: Skip 92 io/http_parser_test: Skip
90 io/web_socket_protocol_processor_test: Skip 93 io/web_socket_protocol_processor_test: Skip
91 94
92 # This is runtime test. 95 # This is runtime test.
93 io/process_exit_negative_test: Skip 96 io/process_exit_negative_test: Skip
94 97
98 # https://code.google.com/p/dart/issues/detail?id=11647
99 standalone/package/package_isolate_test: fail
100
95 [ $compiler == dart2js ] 101 [ $compiler == dart2js ]
96 number_identity_test: Skip # Bigints and int/double diff. not supported. 102 number_identity_test: Skip # Bigints and int/double diff. not supported.
97 typed_data_test: Skip # dart:typed_data support needed. 103 typed_data_test: Skip # dart:typed_data support needed.
98 bytedata_test: Skip # dart:typed_data support needed. 104 bytedata_test: Skip # dart:typed_data support needed.
99 typed_data_view_test: Skip # dart:typed_data support needed. 105 typed_data_view_test: Skip # dart:typed_data support needed.
100 typed_data_isolate_test: Skip # dart:typed_data support needed. 106 typed_data_isolate_test: Skip # dart:typed_data support needed.
101 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor t 64-bit ints. 107 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor t 64-bit ints.
102 float_array_test: Skip # dart:typed_data support needed. 108 float_array_test: Skip # dart:typed_data support needed.
103 int_array_test: Skip # dart:typed_data support needed. 109 int_array_test: Skip # dart:typed_data support needed.
104 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord 110 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord
(...skipping 36 matching lines...) Expand 10 before | Expand all | Expand 10 after
141 147
142 [ $arch == simarm ] 148 [ $arch == simarm ]
143 out_of_memory_test: Skip # passes on Mac, crashes on Linux 149 out_of_memory_test: Skip # passes on Mac, crashes on Linux
144 150
145 [ $arch == mips ] 151 [ $arch == mips ]
146 *: Skip 152 *: Skip
147 153
148 [ $arch == simmips ] 154 [ $arch == simmips ]
149 io/file_fuzz_test: Pass, Timeout 155 io/file_fuzz_test: Pass, Timeout
150 out_of_memory_test: Skip # passes on Mac, crashes on Linux 156 out_of_memory_test: Skip # passes on Mac, crashes on Linux
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