| 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 message3_test/constList_identical: RuntimeError # Issue 21816 | |
| 9 message3_test/constMap: RuntimeError # Issue 21816 | |
| 10 message3_test/fun: RuntimeError # Issue 21585 | |
| 11 message3_test/constInstance: RuntimeError # Issue 21816 | |
| 12 message3_test/byteBuffer: Crash # Issue 21818 | |
| 13 message3_test/int32x4: Crash # Issue 21818 | |
| 14 | 8 |
| 15 [ $runtime == vm && $arch == mips && $mode == debug ] | 9 [ $runtime == vm && $arch == mips && $mode == debug ] |
| 16 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. |
| 17 | 11 |
| 18 [ $compiler == none || $compiler == dart2dart ] | 12 [ $compiler == none || $compiler == dart2dart ] |
| 19 compile_time_error_test/01: Skip # Issue 12587 | 13 compile_time_error_test/01: Skip # Issue 12587 |
| 20 start_paused_test: Fail # Not implemented yet | 14 start_paused_test: Fail # Not implemented yet |
| 21 ondone_test: Fail # Not implemented yet | 15 ondone_test: Fail # Not implemented yet |
| 22 ping_test: Fail # Not implemented yet | 16 ping_test: Fail # Not implemented yet |
| 23 ping_pause_test: Fail # Not implemented yet | 17 ping_pause_test: Fail # Not implemented yet |
| 24 kill_test: Fail # Not implemented yet | 18 kill_test: Fail # Not implemented yet |
| 25 kill2_test: Fail # Not implemented yet | 19 kill2_test: Fail # Not implemented yet |
| 26 kill3_test: Fail # Not implemented yet | 20 kill3_test: Fail # Not implemented yet |
| 27 kill_self_test: Fail # Not implemented yet | 21 kill_self_test: Fail # Not implemented yet |
| 28 handle_error_test: Fail # Not implemented yet | 22 handle_error_test: Fail # Not implemented yet |
| 29 handle_error2_test: Fail # Not implemented yet | 23 handle_error2_test: Fail # Not implemented yet |
| 30 handle_error3_test: Fail # Not implemented yet | 24 handle_error3_test: Fail # Not implemented yet |
| 31 function_send_test: Fail # Not implemented yet | 25 function_send_test: Fail # Not implemented yet |
| 32 | 26 |
| 27 message3_test/constList_identical: RuntimeError # Issue 21816 |
| 28 message3_test/constMap: RuntimeError # Issue 21816 |
| 29 message3_test/fun: RuntimeError # Issue 21585 |
| 30 message3_test/constInstance: RuntimeError # Issue 21816 |
| 31 message3_test/byteBuffer: Crash # Issue 21818 |
| 32 message3_test/int32x4: Crash # Issue 21818 |
| 33 |
| 33 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 34 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| 34 *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue
19795 | 35 *: Skip # Isolate tests are timing out flakily on Android content_shell. Issue
19795 |
| 35 | 36 |
| 36 [ $compiler == dart2js && $runtime == safarimobilesim ] | 37 [ $compiler == dart2js && $runtime == safarimobilesim ] |
| 37 compile_time_error_test/none: Pass, Slow | 38 compile_time_error_test/none: Pass, Slow |
| 38 | 39 |
| 39 [ $compiler == dart2js && $jscl ] | 40 [ $compiler == dart2js && $jscl ] |
| 40 browser/*: SkipByDesign # Browser specific tests | 41 browser/*: SkipByDesign # Browser specific tests |
| 41 | 42 |
| 42 [ $compiler == dart2js && $runtime == jsshell ] | 43 [ $compiler == dart2js && $runtime == jsshell ] |
| (...skipping 45 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 88 nested_spawn2_test: Skip # Issue 19127: This test is timing out. | 89 nested_spawn2_test: Skip # Issue 19127: This test is timing out. |
| 89 | 90 |
| 90 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] | 91 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] |
| 91 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. | 92 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. |
| 92 | 93 |
| 93 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C
ontentShellOnAndroid) ] | 94 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C
ontentShellOnAndroid) ] |
| 94 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 |
| 95 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 |
| 96 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction | 97 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction |
| 97 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 |
| 99 message3_test: Fail, OK # Issue 13921 Dom isolates don't support spawnFunction |
| 98 spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649 | 100 spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649 |
| 99 spawn_uri_missing_test: Skip # Times out. | 101 spawn_uri_missing_test: Skip # Times out. |
| 100 | 102 |
| 101 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 103 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 102 browser/typed_data_message_test: StaticWarning | 104 browser/typed_data_message_test: StaticWarning |
| 103 mint_maker_test: StaticWarning | 105 mint_maker_test: StaticWarning |
| 104 | 106 |
| 105 [ $compiler != none || $runtime != vm ] | 107 [ $compiler != none || $runtime != vm ] |
| 106 package_root_test: SkipByDesign # Uses dart:io. | 108 package_root_test: SkipByDesign # Uses dart:io. |
| OLD | NEW |