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 [ $compiler == none || $compiler == dart2dart ] | 12 [ $compiler == none || $compiler == dart2dart ] |
13 serialization_test: SkipByDesign # Tests dart2js-specific serialization code | 13 serialization_test: SkipByDesign # Tests dart2js-specific serialization code |
14 isolate_throws_test/01: Skip # Issue 12587 | 14 isolate_throws_test/01: Skip # Issue 12587 |
15 compile_time_error_test/01: Skip # Issue 12587 | 15 compile_time_error_test/01: Skip # Issue 12587 |
16 capability_test: Fail # Not implemented yet | 16 capability_test: Fail # Not implemented yet |
17 pause_test: Fail # Not implemented yet | 17 pause_test: Fail # Not implemented yet |
18 start_paused_test: Fail # Not implemented yet | 18 start_paused_test: Fail # Not implemented yet |
19 ondone_test: Skip # Not implemented yet, hangs. | 19 ondone_test: Skip # Not implemented yet, hangs. |
20 ping_test: Fail # Not implemented yet | 20 ping_test: Fail # Not implemented yet |
21 ping_pause_test: Fail # Not implemented yet | 21 ping_pause_test: Fail # Not implemented yet |
22 kill_test: Skip # Not implemented yet, hangs. | 22 kill_test: Skip # Not implemented yet, hangs. |
23 kill2_test: Skip # Not implemented yet, hangs. | 23 kill2_test: Skip # Not implemented yet, hangs. |
24 kill3_test: Skip # Not implemented yet, hangs. | 24 kill3_test: Skip # Not implemented yet, hangs. |
25 kill_self_test: Skip # Not implemented yet, hangs. | 25 kill_self_test: Skip # Not implemented yet, hangs. |
| 26 handle_error_test: Skip # Not implemented yet, hangs. |
| 27 handle_error2_test: Skip # Not implemented yet, hangs. |
| 28 handle_error3_test: Skip # Not implemented yet, hangs. |
26 | 29 |
27 [ $compiler == dart2js && $jscl ] | 30 [ $compiler == dart2js && $jscl ] |
28 browser/*: SkipByDesign # Browser specific tests | 31 browser/*: SkipByDesign # Browser specific tests |
29 | 32 |
30 [ $compiler == dart2js && $runtime == jsshell ] | 33 [ $compiler == dart2js && $runtime == jsshell ] |
31 pause_test: Fail # non-zero timer not supported. | 34 pause_test: Fail # non-zero timer not supported. |
32 | 35 |
33 [ $compiler == dart2js ] | 36 [ $compiler == dart2js ] |
34 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly
declared in isolate_patch.dart | 37 serialization_test: RuntimeError # Issue 1882, tries to access class TestingOnly
declared in isolate_patch.dart |
| 38 isolate_throws_test/01: Fail, OK # Issue 12588. Dart2js no longer dies when an i
solate throws. |
35 | 39 |
36 [ $compiler == dart2js && $runtime == ie9 ] | 40 [ $compiler == dart2js && $runtime == ie9 ] |
37 browser/typed_data_message_test: Fail # Issue 12624 | 41 browser/typed_data_message_test: Fail # Issue 12624 |
38 | 42 |
39 [ $compiler == dart2js && $runtime == safari ] | 43 [ $compiler == dart2js && $runtime == safari ] |
40 cross_isolate_message_test: Skip # Issue 12627 | 44 cross_isolate_message_test: Skip # Issue 12627 |
41 message_test: Skip # Issue 12627 | 45 message_test: Skip # Issue 12627 |
42 | 46 |
43 [ $compiler == dart2js ] | 47 [ $compiler == dart2js ] |
44 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. | 48 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
87 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] | 91 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) ] |
88 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support
spawnFunction | 92 compile_time_error_test/none: Fail, OK # Issue 13921 Dom isolates don't support
spawnFunction |
89 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction | 93 isolate_import_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction |
90 isolate_throws_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction | 94 isolate_throws_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction |
91 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction | 95 simple_message_test/none: Fail, OK # Issue 13921 Dom isolates don't support spaw
nFunction |
92 | 96 |
93 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 97 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
94 browser/typed_data_message_test: StaticWarning | 98 browser/typed_data_message_test: StaticWarning |
95 mint_maker_test: StaticWarning | 99 mint_maker_test: StaticWarning |
96 serialization_test: StaticWarning | 100 serialization_test: StaticWarning |
OLD | NEW |