Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(117)

Side by Side Diff: tests/isolate/isolate.status

Issue 1537653002: Remove old java-based analyzer from test scripts and status files (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
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 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 int_from_environment_default_value_test: Skip 126 int_from_environment_default_value_test: Skip
127 string_from_environment_default_value_test: Skip 127 string_from_environment_default_value_test: Skip
128 error_exit_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawn Function 128 error_exit_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawn Function
129 error_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawnFunct ion 129 error_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawnFunct ion
130 exit_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawnFuncti on 130 exit_at_spawn_test: SkipByDesign # 13921 Dom isolates don't support spawnFuncti on
131 error_exit_at_spawnuri_test: SkipByDesign # 13921 Dom isolates don't support sp awnFunction 131 error_exit_at_spawnuri_test: SkipByDesign # 13921 Dom isolates don't support sp awnFunction
132 error_at_spawnuri_test: SkipByDesign # 13921 Dom isolates don't support spawnFu nction 132 error_at_spawnuri_test: SkipByDesign # 13921 Dom isolates don't support spawnFu nction
133 exit_at_spawnuri_test: SkipByDesign # 13921 Dom isolates don't support spawnFun ction 133 exit_at_spawnuri_test: SkipByDesign # 13921 Dom isolates don't support spawnFun ction
134 134
135 135
136 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 136 [ $compiler == dart2analyzer ]
137 browser/typed_data_message_test: StaticWarning 137 browser/typed_data_message_test: StaticWarning
138 mint_maker_test: StaticWarning 138 mint_maker_test: StaticWarning
139 139
140 [ $compiler != none || $runtime != vm ] 140 [ $compiler != none || $runtime != vm ]
141 package_root_test: SkipByDesign # Uses Isolate.packageRoot 141 package_root_test: SkipByDesign # Uses Isolate.packageRoot
142 package_map_test: SkipByDesign # Uses Isolate.packageMap 142 package_map_test: SkipByDesign # Uses Isolate.packageMap
143 143
144 [ $compiler == dart2js && $cps_ir ] 144 [ $compiler == dart2js && $cps_ir ]
145 deferred_in_isolate2_test: RuntimeError # A.loadLibrary is not a function 145 deferred_in_isolate2_test: RuntimeError # A.loadLibrary is not a function
146 isolate_current_test: RuntimeError # Please triage this failure. 146 isolate_current_test: RuntimeError # Please triage this failure.
(...skipping 12 matching lines...) Expand all
159 nested_spawn2_test: CompileTimeError 159 nested_spawn2_test: CompileTimeError
160 nested_spawn_test: CompileTimeError 160 nested_spawn_test: CompileTimeError
161 raw_port_test: CompileTimeError 161 raw_port_test: CompileTimeError
162 request_reply_test: CompileTimeError 162 request_reply_test: CompileTimeError
163 spawn_function_custom_class_test: CompileTimeError 163 spawn_function_custom_class_test: CompileTimeError
164 spawn_function_test: CompileTimeError 164 spawn_function_test: CompileTimeError
165 stacktrace_message_test: CompileTimeError 165 stacktrace_message_test: CompileTimeError
166 stacktrace_message_test: CompileTimeError 166 stacktrace_message_test: CompileTimeError
167 static_function_test: CompileTimeError 167 static_function_test: CompileTimeError
168 unresolved_ports_test: CompileTimeError 168 unresolved_ports_test: CompileTimeError
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698