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

Side by Side Diff: tests/language/language_kernel.status

Issue 2680303002: Kernel debugging; service tests (Closed)
Patch Set: Changes based on feedback. Also fixed regress_28443_test Created 3 years, 10 months 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
« runtime/vm/object.cc ('K') | « runtime/vm/object.cc ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2016, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2016, 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 # These tests currently take too long. Remove when they are fixed. 5 # These tests currently take too long. Remove when they are fixed.
6 [ $compiler == dartk || $compiler == dartkp ] 6 [ $compiler == dartk || $compiler == dartkp ]
7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312 7 large_class_declaration_test: SkipSlow # KernelVM Issue 28312
8 8
9 ############################################################################### 9 ###############################################################################
10 # Dartk Entries 10 # Dartk Entries
(...skipping 172 matching lines...) Expand 10 before | Expand all | Expand 10 after
183 regress_23408_test: RuntimeError # Deferred Loading Issue 28335 183 regress_23408_test: RuntimeError # Deferred Loading Issue 28335
184 regress_28278_test: RuntimeError # Mirrors Issue 184 regress_28278_test: RuntimeError # Mirrors Issue
185 script1_negative_test: Fail 185 script1_negative_test: Fail
186 script2_negative_test: Fail 186 script2_negative_test: Fail
187 setter_no_getter_call_test/none: RuntimeError # Dartk Issue 28418 187 setter_no_getter_call_test/none: RuntimeError # Dartk Issue 28418
188 static_setter_get_test/01: RuntimeError # Dartk Issue 28417 188 static_setter_get_test/01: RuntimeError # Dartk Issue 28417
189 switch7_negative_test: Fail # Dartk Issue 28416 189 switch7_negative_test: Fail # Dartk Issue 28416
190 try_catch_on_syntax_test/10: MissingRuntimeError # Dartk Issue 28410 190 try_catch_on_syntax_test/10: MissingRuntimeError # Dartk Issue 28410
191 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410 191 try_catch_on_syntax_test/11: MissingRuntimeError # Dartk Issue 28410
192 type_variable_function_type_test: RuntimeError 192 type_variable_function_type_test: RuntimeError
193 vm/type_cast_vm_test: RuntimeError
194 vm/type_vm_test: RuntimeError 193 vm/type_vm_test: RuntimeError
195 194
196 # dartk: JIT failures 195 # dartk: JIT failures
197 [ $compiler == dartk && $runtime == vm ] 196 [ $compiler == dartk && $runtime == vm ]
198 const_locals_test: RuntimeError 197 const_locals_test: RuntimeError
199 constructor_named_arguments_test/01: Crash # Dartk Issue 28301 198 constructor_named_arguments_test/01: Crash # Dartk Issue 28301
200 const_string_test: RuntimeError # Dartk Issue 28306 199 const_string_test: RuntimeError # Dartk Issue 28306
201 library_env_test/has_no_mirror_support: RuntimeError 200 library_env_test/has_no_mirror_support: RuntimeError
202 redirecting_factory_reflection_test: RuntimeError 201 redirecting_factory_reflection_test: RuntimeError
203 202
(...skipping 28 matching lines...) Expand all
232 [ $compiler == dartk || $compiler == dartkp ] 231 [ $compiler == dartk || $compiler == dartkp ]
233 runtime_type_function_test: RuntimeError 232 runtime_type_function_test: RuntimeError
234 233
235 [ $compiler == dartkp ] 234 [ $compiler == dartkp ]
236 bad_raw_string_test/none: Skip # Issue 28680 235 bad_raw_string_test/none: Skip # Issue 28680
237 bad_raw_string_test/03: Skip # Issue 28680 236 bad_raw_string_test/03: Skip # Issue 28680
238 237
239 # Triaged checked mode failures 238 # Triaged checked mode failures
240 [ ($compiler == dartk || $compiler == dartkp) && $checked ] 239 [ ($compiler == dartk || $compiler == dartkp) && $checked ]
241 language/regress_22728_test: Fail # Dartk Issue 28498 240 language/regress_22728_test: Fail # Dartk Issue 28498
OLDNEW
« runtime/vm/object.cc ('K') | « runtime/vm/object.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698