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 packages_file_test: Skip # Issue 26715 | 10 packages_file_test: Skip # Issue 26715 |
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
71 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. | 71 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. |
72 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. | 72 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. |
73 oom_error_stacktrace_test: Skip | 73 oom_error_stacktrace_test: Skip |
74 out_of_memory_test: Skip | 74 out_of_memory_test: Skip |
75 map_insert_remove_oom_test: Skip # Issue 24571 | 75 map_insert_remove_oom_test: Skip # Issue 24571 |
76 verbose_gc_to_bmu_test: Skip | 76 verbose_gc_to_bmu_test: Skip |
77 regress_26031_test: SkipByDesign # Standalone only test | 77 regress_26031_test: SkipByDesign # Standalone only test |
78 | 78 |
79 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 79 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
80 issue14236_test: Skip # Analyzer can't handle Script snapshots. | 80 issue14236_test: Skip # Analyzer can't handle Script snapshots. |
| 81 fixed_precision_double_test: Skip # double p getter only implemented in VM. |
81 | 82 |
82 # 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 |
83 io/file_constructor_test: fail | 84 io/file_constructor_test: fail |
84 | 85 |
85 # This is runtime test. | 86 # This is runtime test. |
86 io/process_exit_negative_test: Skip | 87 io/process_exit_negative_test: Skip |
87 | 88 |
88 [ $compiler == dart2js ] | 89 [ $compiler == dart2js ] |
89 number_identity_test: Skip # Bigints and int/double diff. not supported. | 90 number_identity_test: Skip # Bigints and int/double diff. not supported. |
90 typed_data_test: Skip # dart:typed_data support needed. | 91 typed_data_test: Skip # dart:typed_data support needed. |
(...skipping 16 matching lines...) Expand all Loading... |
107 pow_test: Skip # Precision > 53 bits. | 108 pow_test: Skip # Precision > 53 bits. |
108 double_smi_comparison_test: Skip # Precision > 53 bits. | 109 double_smi_comparison_test: Skip # Precision > 53 bits. |
109 http_launch_test: Skip | 110 http_launch_test: Skip |
110 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). | 111 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac
e). |
111 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. | 112 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. |
112 issue14236_test: Skip # dart2js does not deal with Script snapshots. | 113 issue14236_test: Skip # dart2js does not deal with Script snapshots. |
113 unboxed_int_converter_test: Skip | 114 unboxed_int_converter_test: Skip |
114 pair_location_remapping_test: Skip | 115 pair_location_remapping_test: Skip |
115 regress_25335_test: Skip # Int64List not supported. | 116 regress_25335_test: Skip # Int64List not supported. |
116 deferred_transitive_import_error_test: Skip # Contains intentional errors. | 117 deferred_transitive_import_error_test: Skip # Contains intentional errors. |
| 118 fixed_precision_double_test: Skip # double p getter only implemented in VM. |
117 | 119 |
118 [ $compiler == dart2js && $cps_ir && $checked ] | 120 [ $compiler == dart2js && $cps_ir && $checked ] |
119 *: Skip # `assert` not implemented | 121 *: Skip # `assert` not implemented |
120 | 122 |
121 [ ($runtime == vm || $runtime == dart_app) && ($arch == arm || $arch == arm64) ] | 123 [ ($runtime == vm || $runtime == dart_app) && ($arch == arm || $arch == arm64) ] |
122 io/file_stream_test: Skip # Issue 26109 | 124 io/file_stream_test: Skip # Issue 26109 |
123 io/file_typed_data_test: Skip # Issue 26109 | 125 io/file_typed_data_test: Skip # Issue 26109 |
124 io/file_input_stream_test: Skip # Issue 26109 | 126 io/file_input_stream_test: Skip # Issue 26109 |
125 | 127 |
126 [ $compiler == dart2js && $jscl ] | 128 [ $compiler == dart2js && $jscl ] |
(...skipping 202 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
329 package/*: SkipByDesign # Launches VMs in interesting ways. | 331 package/*: SkipByDesign # Launches VMs in interesting ways. |
330 | 332 |
331 [ $builder_tag == no_ipv6 ] | 333 [ $builder_tag == no_ipv6 ] |
332 io/http_bind_test: Skip | 334 io/http_bind_test: Skip |
333 io/raw_datagram_socket_test: Skip | 335 io/raw_datagram_socket_test: Skip |
334 io/socket_source_address_test: Skip | 336 io/socket_source_address_test: Skip |
335 io/socket_bind_test: Skip | 337 io/socket_bind_test: Skip |
336 io/http_proxy_advanced_test: Skip | 338 io/http_proxy_advanced_test: Skip |
337 io/http_ipv6_test: Skip | 339 io/http_ipv6_test: Skip |
338 io/socket_ipv6_test: Skip | 340 io/socket_ipv6_test: Skip |
OLD | NEW |