Chromium Code Reviews| 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 18 matching lines...) Expand all Loading... | |
| 29 # checked mode with no benefit. Skip. | 29 # checked mode with no benefit. Skip. |
| 30 io/file_fuzz_test: Skip | 30 io/file_fuzz_test: Skip |
| 31 io/directory_fuzz_test: Skip | 31 io/directory_fuzz_test: Skip |
| 32 | 32 |
| 33 [ $runtime == vm && $system == macos ] | 33 [ $runtime == vm && $system == macos ] |
| 34 # This test fails with "Too many open files" on the Mac OS buildbot. | 34 # This test fails with "Too many open files" on the Mac OS buildbot. |
| 35 # This is expected as MacOS by default runs with a very low number | 35 # This is expected as MacOS by default runs with a very low number |
| 36 # of allowed open files ('ulimit -n' says something like 256). | 36 # of allowed open files ('ulimit -n' says something like 256). |
| 37 io/socket_many_connections_test: Skip | 37 io/socket_many_connections_test: Skip |
| 38 | 38 |
| 39 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] | 39 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] |
|
Bill Hesse
2015/02/23 08:53:25
Should this line instead say "compiler = none && b
kevmoo
2015/02/23 21:30:18
Maybe? We'll have to wait until the linter work to
| |
| 40 typed_array_test: Fail # Issue 13921 | 40 typed_array_test: Fail # Issue 13921 |
| 41 typed_array_int64_uint64_test: Fail # Issue 13921 | 41 typed_array_int64_uint64_test: Fail # Issue 13921 |
| 42 typed_data_isolate_test: Skip # This test uses dart:io | 42 typed_data_isolate_test: SkipByDesign # This test uses dart:io |
| 43 io/*: Skip # Don't run tests using dart:io in the browser | 43 io/*: SkipByDesign # Don't run tests using dart:io in the browser |
|
Bill Hesse
2015/02/23 08:53:25
Make all "dart:io" comments the same.
kevmoo
2015/02/23 21:30:17
Done.
| |
| 44 package/*: Skip # Do not run those in Dartium. | 44 package/*: SkipByDesign # Do not run those in Dartium. |
|
Bill Hesse
2015/02/23 08:53:25
Why don't we run package tests in Dartium? Isn't
kevmoo
2015/02/23 21:30:17
Rolling back the contentious ones – should triage
| |
| 45 debugger/*: Skip # Do not run standalone debugger tests in browser. | 45 debugger/*: SkipByDesign # Do not run standalone debugger tests in browser. |
| 46 coverage_test: Skip | 46 coverage_test: Skip |
| 47 full_coverage_test: Skip | 47 full_coverage_test: Skip |
| 48 http_launch_test: Skip | 48 http_launch_test: Skip |
| 49 vmservice/*: Skip # Do not run standalone vm service tests in browser. | 49 vmservice/*: SkipByDesign # Do not run standalone vm service tests in browser. |
| 50 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. | 50 issue14236_test: Skip # Issue 14236 Script snapshots do not work in the browser. |
| 51 javascript_compatibility_errors_test: Skip | 51 javascript_compatibility_errors_test: Skip |
| 52 javascript_compatibility_warnings_test: Skip | 52 javascript_compatibility_warnings_test: Skip |
| 53 oom_error_stacktrace_test: Skip | 53 oom_error_stacktrace_test: Skip |
| 54 out_of_memory_test: Skip | 54 out_of_memory_test: Skip |
| 55 | 55 |
| 56 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 56 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 57 javascript_int_overflow_literal_test/01: Fail, OK | 57 javascript_int_overflow_literal_test/01: Fail, OK |
| 58 issue14236_test: Skip # Analyzer can't handle Script snapshots. | 58 issue14236_test: Skip # Analyzer can't handle Script snapshots. |
| 59 | 59 |
| 60 # test issue https://code.google.com/p/dart/issues/detail?id=11518 | 60 # test issue https://code.google.com/p/dart/issues/detail?id=11518 |
| 61 io/file_constructor_test: fail | 61 io/file_constructor_test: fail |
| 62 | 62 |
| 63 # This is runtime test. | 63 # This is runtime test. |
| 64 io/process_exit_negative_test: Skip | 64 io/process_exit_negative_test: Skip |
| 65 | 65 |
| 66 [ $compiler == dart2js ] | 66 [ $compiler == dart2js ] |
| 67 number_identity_test: Skip # Bigints and int/double diff. not supported. | 67 number_identity_test: Skip # Bigints and int/double diff. not supported. |
| 68 typed_data_test: Skip # dart:typed_data support needed. | 68 typed_data_test: SkipByDesign # dart:typed_data support needed. |
|
Bill Hesse
2015/02/23 08:53:25
I thought we had typed_data on dart2js. Is this j
kevmoo
2015/02/23 21:30:17
Rolling back the contentious ones – should triage
| |
| 69 bytedata_test: Skip # dart:typed_data support needed. | 69 bytedata_test: SkipByDesign # dart:typed_data support needed. |
| 70 typed_data_view_test: Skip # dart:typed_data support needed. | 70 typed_data_view_test: SkipByDesign # dart:typed_data support needed. |
| 71 typed_data_isolate_test: Skip # dart:typed_data support needed. | 71 typed_data_isolate_test: SkipByDesign # dart:typed_data support needed. |
| 72 typed_array_int64_uint64_test: Skip # dart:typed_data on dart2js does not suppor t 64-bit ints. | 72 typed_array_int64_uint64_test: SkipByDesign # dart:typed_data on dart2js does no t support 64-bit ints. |
| 73 float_array_test: Skip # dart:typed_data support needed. | 73 float_array_test: SkipByDesign # dart:typed_data support needed. |
| 74 int_array_test: Skip # dart:typed_data support needed. | 74 int_array_test: SkipByDesign # dart:typed_data support needed. |
| 75 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord | 75 io/web_socket_protocol_processor_test: Skip # Importing code with external keyw ord |
| 76 int_array_load_elimination_test: Skip # This is a VM test | 76 int_array_load_elimination_test: SkipByDesign # This is a VM test |
| 77 medium_integer_test: RuntimeError, OK # Test fails with JS number semantics: iss ue 1533. | 77 medium_integer_test: RuntimeError, OK # Test fails with JS number semantics: iss ue 1533. |
| 78 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now. | 78 io/process_exit_negative_test: Fail, OK # relies on a static error that is a war ning now. |
| 79 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051 | 79 package/package_isolate_test: Skip # spawnUri does not work in dart2js. See issu e 3051 |
| 80 debugger/*: Skip # Do not run standalone vm debugger tests with dart2js. | 80 debugger/*: SkipByDesign # Do not run standalone vm debugger tests with dart2js. |
| 81 full_coverage_test: Skip | 81 full_coverage_test: Skip |
| 82 left_shift_bit_and_op_test: Skip # Integers exceed dart2js precision. | 82 left_shift_bit_and_op_test: SkipByDesign # Integers exceed dart2js precision. |
|
Bill Hesse
2015/02/23 08:53:25
Again, if we have an issue for this, I think it sh
kevmoo
2015/02/23 21:30:18
Acknowledged.
| |
| 83 pow_test: Skip # Precision > 53 bits. | 83 pow_test: SkipByDesign # Precision > 53 bits. |
|
Bill Hesse
2015/02/23 08:53:25
Just say the int/double issue here, if there isn't
kevmoo
2015/02/23 21:30:17
Acknowledged.
| |
| 84 double_smi_comparison_test: Skip # Precision > 53 bits. | 84 double_smi_comparison_test: SkipByDesign # Precision > 53 bits. |
| 85 http_launch_test: Skip | 85 http_launch_test: Skip |
| 86 javascript_int_overflow_test: Skip | 86 javascript_int_overflow_test: Skip |
|
Bill Hesse
2015/02/23 08:53:25
Probably the same issue.
kevmoo
2015/02/23 21:30:17
Acknowledged.
| |
| 87 javascript_int_overflow_literal_test: Skip | 87 javascript_int_overflow_literal_test: Skip |
| 88 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e). | 88 oom_error_stacktrace_test: RuntimeError, OK # (OOM on JS may produce a stacktrac e). |
| 89 vmservice/*: Skip # Do not run standalone vm service tests with dart2js. | 89 vmservice/*: SkipByDesign # Do not run standalone vm service tests with dart2js. |
|
Bill Hesse
2015/02/23 08:53:25
Should we have a !$standalone variable and section
kevmoo
2015/02/23 21:30:17
Acknowledged.
| |
| 90 issue14236_test: Skip # dart2js does not deal with Script snapshots. | 90 issue14236_test: SkipByDesign # dart2js does not deal with Script snapshots. |
| 91 javascript_compatibility_errors_test: Skip | 91 javascript_compatibility_errors_test: Skip |
| 92 javascript_compatibility_warnings_test: Skip | 92 javascript_compatibility_warnings_test: Skip |
| 93 unboxed_int_converter_test: Skip | 93 unboxed_int_converter_test: Skip |
|
Bill Hesse
2015/02/23 08:53:25
Probably int/double issue.
kevmoo
2015/02/23 21:30:17
Acknowledged.
| |
| 94 pair_location_remapping_test: Skip | 94 pair_location_remapping_test: Skip |
| 95 | 95 |
| 96 [ $compiler == dart2js && $jscl ] | 96 [ $compiler == dart2js && $jscl ] |
| 97 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError . | 97 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError . |
| 98 deoptimization_test: RuntimeError, OK # Requires bigint. | 98 deoptimization_test: RuntimeError, OK # Requires bigint. |
| 99 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M. | 99 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M. |
| 100 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. | 100 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. |
| 101 | 101 |
| 102 [ $compiler == dart2js && $runtime == none ] | 102 [ $compiler == dart2js && $runtime == none ] |
| 103 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. | 103 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. |
| (...skipping 55 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 159 io/skipping_dart2js_compilations_test: Fail # Issue 19551. | 159 io/skipping_dart2js_compilations_test: Fail # Issue 19551. |
| 160 | 160 |
| 161 [ $arch != ia32 && $arch != x64 && $arch != simarm && $mode == debug ] | 161 [ $arch != ia32 && $arch != x64 && $arch != simarm && $mode == debug ] |
| 162 verified_mem_test: Skip # Not yet implemented. | 162 verified_mem_test: Skip # Not yet implemented. |
| 163 | 163 |
| 164 [ $runtime == vm && $mode == debug && $builder_tag == asan ] | 164 [ $runtime == vm && $mode == debug && $builder_tag == asan ] |
| 165 full_coverage_test: Skip # Timeout. | 165 full_coverage_test: Skip # Timeout. |
| 166 io/file_lock_test: Skip # Timeout. | 166 io/file_lock_test: Skip # Timeout. |
| 167 io/test_runner_test: Skip # Timeout. | 167 io/test_runner_test: Skip # Timeout. |
| 168 io/http_client_stays_alive_test: Skip # Timeout. | 168 io/http_client_stays_alive_test: Skip # Timeout. |
| OLD | NEW |