| 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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 126 io/file_read_special_device_test: Fail # Issue 17440 | 126 io/file_read_special_device_test: Fail # Issue 17440 |
| 127 io/socket_source_address_test: Fail # Issue 22597 | 127 io/socket_source_address_test: Fail # Issue 22597 |
| 128 | 128 |
| 129 [ $arch == mips && $mode == debug ] | 129 [ $arch == mips && $mode == debug ] |
| 130 io/web_socket_test: SkipSlow # Times out. Issue 20352 | 130 io/web_socket_test: SkipSlow # Times out. Issue 20352 |
| 131 io/test_runner_test: Skip # Flakily times out in a subtest. Issue 201351 | 131 io/test_runner_test: Skip # Flakily times out in a subtest. Issue 201351 |
| 132 full_coverage_test: SkipSlow # Times out. Issue 20352 | 132 full_coverage_test: SkipSlow # Times out. Issue 20352 |
| 133 io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too
slow. | 133 io/http_client_stays_alive_test: Skip # Timing dependent test, MIPS machine too
slow. |
| 134 | 134 |
| 135 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) && $unchecked ] | 135 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) && $unchecked ] |
| 136 assert_test: Fail # Issue 13719: Please triage this failure. | 136 assert_test: Fail # Issue 14651. |
| 137 | 137 |
| 138 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] | 138 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] |
| 139 javascript_int_overflow_literal_test/01: Fail # Issue 13719: Please triage this
failure. | 139 javascript_int_overflow_literal_test/01: Fail # Issue 14651. |
| 140 javascript_int_overflow_test: Fail # Issue 13719: Please triage this failure. | 140 javascript_int_overflow_test: Fail # Issue 14651. |
| 141 | 141 |
| 142 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 142 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 143 io/directory_invalid_arguments_test: StaticWarning | 143 io/directory_invalid_arguments_test: StaticWarning |
| 144 io/process_invalid_arguments_test: StaticWarning | 144 io/process_invalid_arguments_test: StaticWarning |
| 145 io/raw_secure_server_socket_argument_test: StaticWarning | 145 io/raw_secure_server_socket_argument_test: StaticWarning |
| 146 io/secure_socket_argument_test: StaticWarning | 146 io/secure_socket_argument_test: StaticWarning |
| 147 io/stdout_bad_argument_test: StaticWarning | 147 io/stdout_bad_argument_test: StaticWarning |
| 148 package/package1_test: StaticWarning | 148 package/package1_test: StaticWarning |
| 149 package/package_test: StaticWarning | 149 package/package_test: StaticWarning |
| 150 typed_data_test: StaticWarning | 150 typed_data_test: StaticWarning |
| (...skipping 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 io/windows_file_system_links_test: Crash # Instance of 'TypeOperator': unimpleme
nted in CodeGenerator | 377 io/windows_file_system_links_test: Crash # Instance of 'TypeOperator': unimpleme
nted in CodeGenerator |
| 378 io/zlib_test: Crash # (throw _buildException('asyncEnd() was called before async
Start().')): Unhandled node | 378 io/zlib_test: Crash # (throw _buildException('asyncEnd() was called before async
Start().')): Unhandled node |
| 379 medium_integer_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe
nerator | 379 medium_integer_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGe
nerator |
| 380 oom_error_stacktrace_test: Crash # Instance of 'TypeOperator': unimplemented in
CodeGenerator | 380 oom_error_stacktrace_test: Crash # Instance of 'TypeOperator': unimplemented in
CodeGenerator |
| 381 out_of_memory_test: Crash # "on T" catch block | 381 out_of_memory_test: Crash # "on T" catch block |
| 382 priority_queue_stress_test: Crash # cannot compile methods that need interceptor
calling convention. | 382 priority_queue_stress_test: Crash # cannot compile methods that need interceptor
calling convention. |
| 383 slowpath_safepoints_test: Crash # handleStaticFunctionGet: function(noop) | 383 slowpath_safepoints_test: Crash # handleStaticFunctionGet: function(noop) |
| 384 status_expression_test: Crash # (throw new ExpectException(message)): Unhandled
node | 384 status_expression_test: Crash # (throw new ExpectException(message)): Unhandled
node |
| 385 typed_array_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener
ator | 385 typed_array_test: Crash # Instance of 'TypeOperator': unimplemented in CodeGener
ator |
| 386 verified_mem_test: Crash # unsupported element kind: a:field | 386 verified_mem_test: Crash # unsupported element kind: a:field |
| OLD | NEW |