| 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 95 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 106 unboxed_int_converter_test: Skip | 106 unboxed_int_converter_test: Skip |
| 107 pair_location_remapping_test: Skip | 107 pair_location_remapping_test: Skip |
| 108 precompilation_test: Skip # Standalone only test. | 108 precompilation_test: Skip # Standalone only test. |
| 109 precompilation_dart2js_test: Skip # Standalone only test. | 109 precompilation_dart2js_test: Skip # Standalone only test. |
| 110 regress_25335_test: Skip # Int64List not supported. | 110 regress_25335_test: Skip # Int64List not supported. |
| 111 | 111 |
| 112 [ ($runtime == vm || $runtime == dart_product) && $mode == debug ] | 112 [ ($runtime == vm || $runtime == dart_product) && $mode == debug ] |
| 113 precompilation_dart2js_test: Pass, Slow | 113 precompilation_dart2js_test: Pass, Slow |
| 114 | 114 |
| 115 [ ($runtime == vm || $runtime == dart_product) && $arch == ia32 ] | 115 [ ($runtime == vm || $runtime == dart_product) && $arch == ia32 ] |
| 116 precompilation_test: Skip # Not expected to pass on ia32. | 116 precompilation_test: SkipByDesign # Not expected to pass on ia32. |
| 117 precompilation_dart2js_test: Skip # Not expected to pass on ia32. | 117 precompilation_dart2js_test: SkipByDesign # Not expected to pass on ia32. |
| 118 | 118 |
| 119 [ ($runtime == vm || $runtime == dart_product) && $arch == arm ] | 119 [ ($runtime == vm || $runtime == dart_product) && ($arch == mips || $arch == arm
|| $arch == arm64) ] |
| 120 precompilation_test: Skip # Issue 24427 | 120 precompilation_test: SkipSlow |
| 121 precompilation_dart2js_test: Skip # Issue 24427 | |
| 122 | |
| 123 [ ($runtime == vm || $runtime == dart_product) && $arch == mips ] | |
| 124 precompilation_dart2js_test: SkipSlow | 121 precompilation_dart2js_test: SkipSlow |
| 125 | 122 |
| 126 [ $compiler == dart2js && $jscl ] | 123 [ $compiler == dart2js && $jscl ] |
| 127 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError
. | 124 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError
. |
| 128 deoptimization_test: RuntimeError, OK # Requires bigint. | 125 deoptimization_test: RuntimeError, OK # Requires bigint. |
| 129 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V
M. | 126 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V
M. |
| 130 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. | 127 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. |
| 131 | 128 |
| 132 [ $compiler == dart2js && $runtime == none ] | 129 [ $compiler == dart2js && $runtime == none ] |
| 133 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. | 130 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. |
| (...skipping 156 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 290 # Following tests are skipped on dart_product as package mapping is not supporte
d. | 287 # Following tests are skipped on dart_product as package mapping is not supporte
d. |
| 291 [ $runtime == dart_product ] | 288 [ $runtime == dart_product ] |
| 292 package/scenarios/packages_file_strange_formatting/mixed_line_ends_test: Skip | 289 package/scenarios/packages_file_strange_formatting/mixed_line_ends_test: Skip |
| 293 package/scenarios/packages_file_strange_formatting/empty_lines_test: Skip | 290 package/scenarios/packages_file_strange_formatting/empty_lines_test: Skip |
| 294 package/scenarios/invalid/invalid_utf8_test: Skip | 291 package/scenarios/invalid/invalid_utf8_test: Skip |
| 295 package/scenarios/invalid/same_package_twice_test: Skip | 292 package/scenarios/invalid/same_package_twice_test: Skip |
| 296 package/scenarios/invalid/non_existent_packages_file_test: Skip | 293 package/scenarios/invalid/non_existent_packages_file_test: Skip |
| 297 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Skip | 294 package/scenarios/empty_packages_file/empty_packages_file_noimports_test: Skip |
| 298 package/scenarios/packages_option_only/packages_option_only_noimports_test: Skip | 295 package/scenarios/packages_option_only/packages_option_only_noimports_test: Skip |
| 299 package/scenarios/packages_option_only/packages_option_only_test: Skip | 296 package/scenarios/packages_option_only/packages_option_only_test: Skip |
| OLD | NEW |