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 ] | 9 [ $runtime != vm ] |
10 checked_test: Skip # Unsupported. | 10 checked_test: Skip # Unsupported. |
(...skipping 31 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
42 message_test: Skip # Issue 12627 | 42 message_test: Skip # Issue 12627 |
43 | 43 |
44 [ $compiler == dart2js ] | 44 [ $compiler == dart2js ] |
45 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. | 45 spawn_uri_vm_test: SkipByDesign # Test uses a ".dart" URI. |
46 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI. | 46 spawn_uri_nested_vm_test: SkipByDesign # Test uses a ".dart" URI. |
47 spawn_uri_exported_main_test: SkipByDesign # Test uses a ".dart" URI. | 47 spawn_uri_exported_main_test: SkipByDesign # Test uses a ".dart" URI. |
48 issue_21398_parent_isolate_test: SkipByDesign # Test uses a ".dart" URI. | 48 issue_21398_parent_isolate_test: SkipByDesign # Test uses a ".dart" URI. |
49 issue_21398_parent_isolate1_test: SkipByDesign # Test uses a ".dart" URI. | 49 issue_21398_parent_isolate1_test: SkipByDesign # Test uses a ".dart" URI. |
50 issue_21398_parent_isolate2_test: SkipByDesign # Test uses a ".dart" URI. | 50 issue_21398_parent_isolate2_test: SkipByDesign # Test uses a ".dart" URI. |
51 function_send1_test: SkipByDesign # Test uses a ".dart" URI. | 51 function_send1_test: SkipByDesign # Test uses a ".dart" URI. |
| 52 error_exit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. |
| 53 error_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. |
| 54 eexit_at_spawnuri_test: SkipByDesign # Test uses a ".dart" URI. |
52 message3_test/constList: RuntimeError # Issue 21817 | 55 message3_test/constList: RuntimeError # Issue 21817 |
53 message3_test/constList_identical: RuntimeError # Issue 21817 | 56 message3_test/constList_identical: RuntimeError # Issue 21817 |
54 message3_test/constMap: RuntimeError # Issue 21817 | 57 message3_test/constMap: RuntimeError # Issue 21817 |
55 message3_test/constInstance: RuntimeError # Issue 21817 | 58 message3_test/constInstance: RuntimeError # Issue 21817 |
56 browser/issue_12474_test: CompileTimeError # Issue 22529 | 59 browser/issue_12474_test: CompileTimeError # Issue 22529 |
57 enum_const_test/02: RuntimeError # Issue 21817 | 60 enum_const_test/02: RuntimeError # Issue 21817 |
58 | 61 |
59 [ $compiler == dart2js && $jscl ] | 62 [ $compiler == dart2js && $jscl ] |
60 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell | 63 spawn_uri_test: SkipByDesign # Loading another file is not supported in JS shell |
61 | 64 |
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
110 kill3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction | 113 kill3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction |
111 kill_self_test: Fail, OK # 13921 Dom isolates don't support spawnFunction | 114 kill_self_test: Fail, OK # 13921 Dom isolates don't support spawnFunction |
112 handle_error_test: Fail, OK # 13921 Dom isolates don't support spawnFunction | 115 handle_error_test: Fail, OK # 13921 Dom isolates don't support spawnFunction |
113 handle_error2_test: Fail, OK # 13921 Dom isolates don't support spawnFunction | 116 handle_error2_test: Fail, OK # 13921 Dom isolates don't support spawnFunction |
114 handle_error3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction | 117 handle_error3_test: Fail, OK # 13921 Dom isolates don't support spawnFunction |
115 timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: Dom isolates don't su
pport spawnFunction | 118 timer_isolate_test: Fail, Pass # Issue 15487. Issue 13921: Dom isolates don't su
pport spawnFunction |
116 deferred_in_isolate2_test: Fail, OK # Issue 16209, 13921 Dom isolates don't sup
port spawnFunction | 119 deferred_in_isolate2_test: Fail, OK # Issue 16209, 13921 Dom isolates don't sup
port spawnFunction |
117 bool_from_environment_default_value_test: Skip | 120 bool_from_environment_default_value_test: Skip |
118 int_from_environment_default_value_test: Skip | 121 int_from_environment_default_value_test: Skip |
119 string_from_environment_default_value_test: Skip | 122 string_from_environment_default_value_test: Skip |
| 123 error_exit_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawn
Function |
| 124 error_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawnFunct
ion |
| 125 exit_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawnFuncti
on |
120 | 126 |
121 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] | 127 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] |
122 browser/typed_data_message_test: StaticWarning | 128 browser/typed_data_message_test: StaticWarning |
123 mint_maker_test: StaticWarning | 129 mint_maker_test: StaticWarning |
124 | 130 |
125 [ $compiler != none || $runtime != vm ] | 131 [ $compiler != none || $runtime != vm ] |
126 package_root_test: SkipByDesign # Uses dart:io. | 132 package_root_test: SkipByDesign # Uses dart:io. |
127 | 133 |
128 [ $compiler == dart2js && $cps_ir ] | 134 [ $compiler == dart2js && $cps_ir ] |
129 deferred_in_isolate2_test: RuntimeError # A.loadLibrary is not a function | 135 deferred_in_isolate2_test: RuntimeError # A.loadLibrary is not a function |
130 isolate_current_test: RuntimeError # Please triage this failure. | 136 isolate_current_test: RuntimeError # Please triage this failure. |
131 message3_test/byteBuffer: RuntimeError # Please triage this failure. | 137 message3_test/byteBuffer: RuntimeError # Please triage this failure. |
132 message3_test/fun: RuntimeError # Please triage this failure. | 138 message3_test/fun: RuntimeError # Please triage this failure. |
133 message3_test/int32x4: RuntimeError # Please triage this failure. | 139 message3_test/int32x4: RuntimeError # Please triage this failure. |
134 message3_test/none: RuntimeError # Please triage this failure. | 140 message3_test/none: RuntimeError # Please triage this failure. |
OLD | NEW |