| OLD | NEW |
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 [ $runtime == vm ] | 5 [ $runtime == vm ] |
| 6 browser/*: SkipByDesign # Browser specific tests | 6 browser/*: SkipByDesign # Browser specific tests |
| 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
e wrapper-less tests. | 7 isolate_stress_test: Fail # Issue 12588: This should be able to pass when we hav
e wrapper-less tests. |
| 8 | 8 |
| 9 [ $runtime == vm && $arch == mips && $mode == debug ] | 9 [ $runtime == vm && $arch == mips && $mode == debug ] |
| 10 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. | 10 mandel_isolate_test: Skip # Uses 600 MB Ram on our 1 GB test device. |
| 11 | 11 |
| 12 |
| 13 [ $runtime == vm && $arch == simarm && $mode == debug ] |
| 14 mandel_isolate_test: Crash, Pass # Issue 18670 |
| 15 |
| 12 [ $runtime == vm && $arch == simarm64 ] | 16 [ $runtime == vm && $arch == simarm64 ] |
| 13 *: Skip | 17 *: Skip |
| 14 | 18 |
| 15 [ $compiler == none || $compiler == dart2dart ] | 19 [ $compiler == none || $compiler == dart2dart ] |
| 16 serialization_test: SkipByDesign # Tests dart2js-specific serialization code | 20 serialization_test: SkipByDesign # Tests dart2js-specific serialization code |
| 17 isolate_throws_test/01: Skip # Issue 12587 | 21 isolate_throws_test/01: Skip # Issue 12587 |
| 18 compile_time_error_test/01: Skip # Issue 12587 | 22 compile_time_error_test/01: Skip # Issue 12587 |
| 19 capability_test: Fail # Not implemented yet | 23 capability_test: Fail # Not implemented yet |
| 20 pause_test: Fail # Not implemented yet | 24 pause_test: Fail # Not implemented yet |
| 21 start_paused_test: Fail # Not implemented yet | 25 start_paused_test: Fail # Not implemented yet |
| (...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 90 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 94 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
| 91 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support
spawnFunction | 95 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support
spawnFunction |
| 92 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction | 96 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction |
| 93 isolate_throws_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction | 97 isolate_throws_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction |
| 94 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction | 98 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction |
| 95 | 99 |
| 96 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 100 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 97 browser/typed_data_message_test: StaticWarning | 101 browser/typed_data_message_test: StaticWarning |
| 98 mint_maker_test: StaticWarning | 102 mint_maker_test: StaticWarning |
| 99 serialization_test: StaticWarning | 103 serialization_test: StaticWarning |
| OLD | NEW |