| 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. |
| (...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 74 | 74 |
| 75 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 75 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 76 unresolved_ports_test: Pass, Timeout # Issue 15610 | 76 unresolved_ports_test: Pass, Timeout # Issue 15610 |
| 77 | 77 |
| 78 [ $compiler == none && $runtime == drt ] | 78 [ $compiler == none && $runtime == drt ] |
| 79 spawn_uri_nested_vm_test: Skip # Issue 14463 | 79 spawn_uri_nested_vm_test: Skip # Issue 14463 |
| 80 | 80 |
| 81 [ $jscl || $runtime == ie9 ] | 81 [ $jscl || $runtime == ie9 ] |
| 82 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 | 82 spawn_uri_multi_test/none: RuntimeError # http://dartbug.com/13544 |
| 83 | 83 |
| 84 [ $runtime == dartium || $runtime == drt || $runtime == ContentShellOnAndroid ] |
| 85 pause_test: Fail # Not implemented yet |
| 86 |
| 84 [ $compiler == none && $runtime == ContentShellOnAndroid ] | 87 [ $compiler == none && $runtime == ContentShellOnAndroid ] |
| 85 nested_spawn2_test: Skip # Issue 19127: This test is timing out. | 88 nested_spawn2_test: Skip # Issue 19127: This test is timing out. |
| 86 | 89 |
| 87 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] | 90 [ $compiler == none && ($runtime == dartium || $runtime == ContentShellOnAndroid
) ] |
| 88 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. | 91 spawn_uri_nested_vm_test: Skip # Issue 14479: This test is timing out. |
| 89 | 92 |
| 90 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C
ontentShellOnAndroid) ] | 93 [ $compiler == none && ( $runtime == dartium || $runtime == drt || $runtime == C
ontentShellOnAndroid) ] |
| 91 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support
spawnFunction | 94 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 | 95 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction |
| 93 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction | 96 isolate_stress_test: Skip # Issue 13921 Dom isolates don't support spawnFunction |
| 94 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction | 97 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction |
| 95 spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649 | 98 spawn_uri_missing_from_isolate_test: RuntimeError # http://dartbug.com/17649 |
| 96 spawn_uri_missing_test: Skip # Times out. | 99 spawn_uri_missing_test: Skip # Times out. |
| 97 | 100 |
| 98 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 101 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
| 99 browser/typed_data_message_test: StaticWarning | 102 browser/typed_data_message_test: StaticWarning |
| 100 mint_maker_test: StaticWarning | 103 mint_maker_test: StaticWarning |
| 101 serialization_test: StaticWarning | 104 serialization_test: StaticWarning |
| OLD | NEW |