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 97 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 108 pair_location_remapping_test: Skip | 108 pair_location_remapping_test: Skip |
| 109 precompilation_test: Skip # Standalone only test. | 109 precompilation_test: Skip # Standalone only test. |
| 110 precompilation_dart2js_test: Skip # Standalone only test. | 110 precompilation_dart2js_test: Skip # Standalone only test. |
| 111 noopt_test: Skip # Standalone only test. | 111 noopt_test: Skip # Standalone only test. |
| 112 regress_25335_test: Skip # Int64List not supported. | 112 regress_25335_test: Skip # Int64List not supported. |
| 113 | 113 |
| 114 [ ($runtime == vm || $runtime == dart_product) && $mode == debug ] | 114 [ ($runtime == vm || $runtime == dart_product) && $mode == debug ] |
| 115 precompilation_dart2js_test: Pass, Slow | 115 precompilation_dart2js_test: Pass, Slow |
| 116 | 116 |
| 117 [ ($runtime == vm || $runtime == dart_product) && $arch == ia32 ] | 117 [ ($runtime == vm || $runtime == dart_product) && $arch == ia32 ] |
| 118 precompilation_test: Skip # Not expected to pass on ia32. | 118 precompilation_test: SkipByDesign # Not expected to pass on ia32. |
| 119 precompilation_dart2js_test: Skip # Not expected to pass on ia32. | 119 precompilation_dart2js_test: SkipByDesign # Not expected to pass on ia32. |
| 120 noopt_test: Skip # Not expected to pass on ia32. | 120 noopt_test: SkipByDesign # Not expected to pass on ia32. |
| 121 | 121 |
| 122 [ ($runtime == vm || $runtime == dart_product) && $arch == arm ] | 122 [ ($runtime == vm || $runtime == dart_product) && ($arch == mips || $arch == arm || $arch == arm64) ] |
| 123 precompilation_test: Skip # Issue 24427 | 123 precompilation_test: SkipSlow |
|
zra
2016/02/23 23:04:09
Isn't this exactly the platform where we want to b
rmacnak
2016/02/24 20:50:41
The noopt bots are running simarm and simarm64. Th
| |
| 124 precompilation_dart2js_test: Skip # Issue 24427 | |
| 125 | |
| 126 [ ($runtime == vm || $runtime == dart_product) && $arch == mips ] | |
| 127 precompilation_dart2js_test: SkipSlow | 124 precompilation_dart2js_test: SkipSlow |
| 128 | 125 |
| 129 [ $compiler == dart2js && $jscl ] | 126 [ $compiler == dart2js && $jscl ] |
| 130 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError . | 127 assert_test: RuntimeError, OK # Assumes unspecified fields on the AssertionError . |
| 131 deoptimization_test: RuntimeError, OK # Requires bigint. | 128 deoptimization_test: RuntimeError, OK # Requires bigint. |
| 132 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M. | 129 out_of_memory_test: RuntimeError, OK # d8 handles much larger arrays than Dart V M. |
| 133 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. | 130 io/arguments_test: CompileTimeError, OK # Cannot pass arguments to d8. |
| 134 | 131 |
| 135 [ $compiler == dart2js && $runtime == none ] | 132 [ $compiler == dart2js && $runtime == none ] |
| 136 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. | 133 io/arguments_test: Fail # DartOptions not supported by dart2js, and issue 14200. |
| (...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 283 | 280 |
| 284 # Overriding these flags are not supported in product mode. | 281 # Overriding these flags are not supported in product mode. |
| 285 [ $mode == product ] | 282 [ $mode == product ] |
| 286 no_profiler_test: SkipByDesign | 283 no_profiler_test: SkipByDesign |
| 287 no_support_coverage_test: SkipByDesign | 284 no_support_coverage_test: SkipByDesign |
| 288 no_support_debugger_test: SkipByDesign | 285 no_support_debugger_test: SkipByDesign |
| 289 no_support_disassembler_test: SkipByDesign | 286 no_support_disassembler_test: SkipByDesign |
| 290 no_support_il_printer_test: SkipByDesign | 287 no_support_il_printer_test: SkipByDesign |
| 291 no_support_service_test: SkipByDesign | 288 no_support_service_test: SkipByDesign |
| 292 no_support_timeline_test: SkipByDesign | 289 no_support_timeline_test: SkipByDesign |
| OLD | NEW |