OLD | NEW |
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 # CompileTimeErrors intentionally | 10 package/invalid_uri_test: Fail, OK # CompileTimeErrors intentionally |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
53 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 53 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
54 javascript_int_overflow_literal_test/01: Fail, OK | 54 javascript_int_overflow_literal_test/01: Fail, OK |
55 issue14236_test: Skip # Analyzer can't handle Script snapshots. | 55 issue14236_test: Skip # Analyzer can't handle Script snapshots. |
56 | 56 |
57 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | 57 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
58 io/file_constructor_test: fail | 58 io/file_constructor_test: fail |
59 | 59 |
60 # This is runtime test. | 60 # This is runtime test. |
61 io/process_exit_negative_test: Skip | 61 io/process_exit_negative_test: Skip |
62 | 62 |
63 priority_queue_stress_test: StaticWarning # Issue 21468 | |
64 | |
65 [ $compiler == dart2js ] | 63 [ $compiler == dart2js ] |
66 number_identity_test: Skip # Bigints and int/double diff. not supported. | 64 number_identity_test: Skip # Bigints and int/double diff. not supported. |
67 typed_data_test: Skip # dart:typed_data support needed. | 65 typed_data_test: Skip # dart:typed_data support needed. |
68 bytedata_test: Skip # dart:typed_data support needed. | 66 bytedata_test: Skip # dart:typed_data support needed. |
69 typed_data_view_test: Skip # dart:typed_data support needed. | 67 typed_data_view_test: Skip # dart:typed_data support needed. |
70 typed_data_isolate_test: Skip # dart:typed_data support needed. | 68 typed_data_isolate_test: Skip # dart:typed_data support needed. |
71 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor
t 64-bit ints. | 69 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor
t 64-bit ints. |
72 float_array_test: Skip # dart:typed_data support needed. | 70 float_array_test: Skip # dart:typed_data support needed. |
73 int_array_test: Skip # dart:typed_data support needed. | 71 int_array_test: Skip # dart:typed_data support needed. |
74 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord | 72 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw
ord |
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
155 [ $compiler == dart2analyzer ] | 153 [ $compiler == dart2analyzer ] |
156 package/package1_test: CompileTimeError | 154 package/package1_test: CompileTimeError |
157 package/package_test: CompileTimeError | 155 package/package_test: CompileTimeError |
158 | 156 |
159 [ $system == windows ] | 157 [ $system == windows ] |
160 io/skipping_dart2js_compilations_test: Fail # Issue 19551. | 158 io/skipping_dart2js_compilations_test: Fail # Issue 19551. |
161 | 159 |
162 [ $system != linux ] | 160 [ $system != linux ] |
163 io/server_socket_reference_issue21383_and_issue21384_test: Skip # Not supported
on other platforms so far | 161 io/server_socket_reference_issue21383_and_issue21384_test: Skip # Not supported
on other platforms so far |
164 | 162 |
OLD | NEW |