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

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

Issue 2990773002: Migrate language/arithmetic2_test ... language/async_await_syntax_test. (Closed)
Patch Set: Update migrated tests and statuses to Dart 2.0. Created 3 years, 4 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
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 [$compiler == dartk && $runtime == vm]
6 assertion_initializer_const_error2_test/none: CompileTimeError
7 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
8 assertion_initializer_test: CompileTimeError
9
10 [$compiler == dartk && $runtime == vm && !$checked]
11 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
12
13 [$compiler == dartk && $runtime == vm && $checked]
14 assertion_initializer_const_function_test/01: RuntimeError
15
16 [$compiler == dartkp && $runtime == dart_precompiled]
17 assertion_initializer_const_error2_test/none: CompileTimeError
18
19 [$compiler == dartkp && $runtime == dart_precompiled && !$checked]
20 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
21 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
22 assertion_initializer_test: CompileTimeError
23
24 [$compiler == dartkp && $runtime == dart_precompiled && $checked]
25 assertion_initializer_const_error2_test/cc02: Crash
26 assertion_initializer_const_error_test/none: Crash
27 assertion_initializer_const_function_error_test/01: Crash
28 assertion_initializer_const_function_error_test/none: Crash
29 assertion_initializer_const_function_test/01: Crash
30 assertion_initializer_const_function_test/none: Crash
31 assertion_initializer_test: CompileTimeError
32
33 [ !$checked && ($compiler == dartk || $compiler == dartkp) ] 5 [ !$checked && ($compiler == dartk || $compiler == dartkp) ]
34 6
35 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # F asta/KernelVM bug: Deferred loading kernel issue 28335. 7 deferred_constraints_type_annotation_test/type_annotation1: CompileTimeError # F asta/KernelVM bug: Deferred loading kernel issue 28335.
36 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 8 deferred_constraints_type_annotation_test/type_annotation_generic1: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
37 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 9 deferred_constraints_type_annotation_test/type_annotation_generic4: CompileTimeE rror # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
38 10
39 [ $compiler == dartk || $compiler == dartkp ] 11 [ $compiler == dartk || $compiler == dartkp ]
40 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
41 method_override_test: RuntimeError # Not triaged. 12 method_override_test: RuntimeError # Not triaged.
42 13
43 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 14 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
44 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 15 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
45 cha_deopt3_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 16 cha_deopt3_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
46 conditional_import_string_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 17 conditional_import_string_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
47 conditional_import_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 18 conditional_import_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
48 deferred_call_empty_before_load_test: RuntimeError # Fasta/KernelVM bug: Deferre d loading kernel issue 28335. 19 deferred_call_empty_before_load_test: RuntimeError # Fasta/KernelVM bug: Deferre d loading kernel issue 28335.
49 deferred_closurize_load_library_test: CompileTimeError # Fasta/KernelVM bug: Def erred loading kernel issue 28335. 20 deferred_closurize_load_library_test: CompileTimeError # Fasta/KernelVM bug: Def erred loading kernel issue 28335.
50 deferred_constant_list_test: CompileTimeError # Fasta/KernelVM bug: Deferred loa ding kernel issue 28335. 21 deferred_constant_list_test: CompileTimeError # Fasta/KernelVM bug: Deferred loa ding kernel issue 28335.
(...skipping 197 matching lines...) Expand 10 before | Expand all | Expand 10 after
248 219
249 # dartk: precompilation failures (debug) 220 # dartk: precompilation failures (debug)
250 [ $compiler == dartkp && $mode == debug ] 221 [ $compiler == dartkp && $mode == debug ]
251 external_test/13: Crash 222 external_test/13: Crash
252 final_syntax_test/09: Crash 223 final_syntax_test/09: Crash
253 regress_22445_test: Crash 224 regress_22445_test: Crash
254 regress_23498_test: Crash 225 regress_23498_test: Crash
255 226
256 # dartk: checked mode failures 227 # dartk: checked mode failures
257 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 228 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
258 assert_initializer_test/31: MissingCompileTimeError # KernelVM bug: Constant eva luation.
259 assert_initializer_test/32: MissingCompileTimeError # KernelVM bug: Constant eva luation.
260 assert_initializer_test/33: MissingCompileTimeError # KernelVM bug: Constant eva luation.
261 assert_initializer_test/34: MissingCompileTimeError # KernelVM bug: Constant eva luation.
262 assert_initializer_test/35: MissingCompileTimeError # KernelVM bug: Constant eva luation.
263 assert_initializer_test/36: MissingCompileTimeError # KernelVM bug: Constant eva luation.
264 assert_initializer_test/37: MissingCompileTimeError # KernelVM bug: Constant eva luation.
265 assert_initializer_test/38: MissingCompileTimeError # KernelVM bug: Constant eva luation.
266 assert_initializer_test/41: MissingCompileTimeError # KernelVM bug: Constant eva luation.
267 assert_initializer_test/42: MissingCompileTimeError # KernelVM bug: Constant eva luation.
268 assert_initializer_test/43: MissingCompileTimeError # KernelVM bug: Constant eva luation.
269 assert_initializer_test/44: MissingCompileTimeError # KernelVM bug: Constant eva luation.
270 assert_initializer_test/45: MissingCompileTimeError # KernelVM bug: Constant eva luation.
271 assert_initializer_test/46: MissingCompileTimeError # KernelVM bug: Constant eva luation.
272 assert_initializer_test/47: MissingCompileTimeError # KernelVM bug: Constant eva luation.
273 assert_initializer_test/48: MissingCompileTimeError # KernelVM bug: Constant eva luation.
274 assert_initializer_test/none: RuntimeError # KernelVM bug: Constant evaluation.
275 assign_static_type_test/02: MissingCompileTimeError
276 async_await_test: RuntimeError 229 async_await_test: RuntimeError
277 async_return_types_test/nestedFuture: Fail 230 async_return_types_test/nestedFuture: Fail
278 async_return_types_test/wrongTypeParameter: Fail 231 async_return_types_test/wrongTypeParameter: Fail
279 compile_time_constant_checked_test/02: MissingCompileTimeError 232 compile_time_constant_checked_test/02: MissingCompileTimeError
280 const_constructor2_test/20: MissingCompileTimeError 233 const_constructor2_test/20: MissingCompileTimeError
281 const_constructor2_test/22: MissingCompileTimeError 234 const_constructor2_test/22: MissingCompileTimeError
282 const_constructor2_test/24: MissingCompileTimeError 235 const_constructor2_test/24: MissingCompileTimeError
283 const_init2_test/02: MissingCompileTimeError 236 const_init2_test/02: MissingCompileTimeError
284 default_factory2_test/01: Fail 237 default_factory2_test/01: Fail
285 factory_redirection_test/08: Fail 238 factory_redirection_test/08: Fail
(...skipping 122 matching lines...) Expand 10 before | Expand all | Expand 10 after
408 mixin_super_bound2_test/01: RuntimeError 361 mixin_super_bound2_test/01: RuntimeError
409 mixin_super_bound_test: RuntimeError 362 mixin_super_bound_test: RuntimeError
410 msk_bound_test: RuntimeError 363 msk_bound_test: RuntimeError
411 redirecting_factory_infinite_steps_test/01: Fail 364 redirecting_factory_infinite_steps_test/01: Fail
412 redirecting_factory_malbounded_test/01: Fail 365 redirecting_factory_malbounded_test/01: Fail
413 regress_22728_test: RuntimeError 366 regress_22728_test: RuntimeError
414 regress_26133_test: RuntimeError 367 regress_26133_test: RuntimeError
415 type_parameter_test/05: MissingCompileTimeError 368 type_parameter_test/05: MissingCompileTimeError
416 type_parameter_test/none: RuntimeError 369 type_parameter_test/none: RuntimeError
417 type_variable_bounds4_test/01: RuntimeError 370 type_variable_bounds4_test/01: RuntimeError
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | tests/language_2/assert_assignable_type_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698