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

Side by Side Diff: tests/language_2/language_2_kernel.status

Issue 2993223002: [VM parser] Insert missing result type check in async functions using arrow (Closed)
Patch Set: update status file 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
« no previous file with comments | « tests/language_2/language_2_dart2js.status ('k') | tests/language_2/regress_30339_test.dart » ('j') | 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) 2017, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2017, 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 # Sections in this file should contain "$compiler == dartk" or 5 # Sections in this file should contain "$compiler == dartk" or
6 # "$compiler == dartkp". 6 # "$compiler == dartkp".
7 7
8 [ $compiler == dartk ] 8 [ $compiler == dartk ]
9 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08 9 generic_methods_generic_function_result_test/none: CompileTimeError # Issue #302 08
10 10
11 [ $compiler == dartk && $runtime == vm ] 11 [ $compiler == dartk && $runtime == vm ]
12 assertion_initializer_const_error2_test/none: CompileTimeError 12 assertion_initializer_const_error2_test/none: CompileTimeError
13 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 13 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
14 assertion_initializer_test: CompileTimeError 14 assertion_initializer_test: CompileTimeError
15 cha_deopt1_test: RuntimeError 15 cha_deopt1_test: RuntimeError
16 cha_deopt2_test: RuntimeError 16 cha_deopt2_test: RuntimeError
17 cha_deopt3_test: RuntimeError 17 cha_deopt3_test: RuntimeError
18 18
19 [ $compiler == dartk && $runtime == vm && !$checked ] 19 [ $compiler == dartk && $runtime == vm && !$checked ]
20 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError 20 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
21 21
22 [ $compiler == dartk && $runtime == vm && $checked ] 22 [ $compiler == dartk && $runtime == vm && $checked ]
23 assertion_initializer_const_function_test/01: RuntimeError 23 assertion_initializer_const_function_test/01: RuntimeError
24 regress_30339_test: RuntimeError
24 25
25 [ $compiler == dartkp && $runtime == dart_precompiled ] 26 [ $compiler == dartkp && $runtime == dart_precompiled ]
26 assertion_initializer_const_error2_test/none: CompileTimeError 27 assertion_initializer_const_error2_test/none: CompileTimeError
27 28
28 [ $compiler == dartkp && $runtime == dart_precompiled && !$checked ] 29 [ $compiler == dartkp && $runtime == dart_precompiled && !$checked ]
29 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError 30 assertion_initializer_const_error2_test/cc02: MissingCompileTimeError
30 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 31 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
31 assertion_initializer_test: CompileTimeError 32 assertion_initializer_test: CompileTimeError
32 33
33 [ $compiler == dartkp && $runtime == dart_precompiled && $checked ] 34 [ $compiler == dartkp && $runtime == dart_precompiled && $checked ]
34 assertion_initializer_const_error2_test/cc02: Crash 35 assertion_initializer_const_error2_test/cc02: Crash
35 assertion_initializer_const_error_test/none: Crash 36 assertion_initializer_const_error_test/none: Crash
36 assertion_initializer_const_function_error_test/01: Crash 37 assertion_initializer_const_function_error_test/01: Crash
37 assertion_initializer_const_function_error_test/none: Crash 38 assertion_initializer_const_function_error_test/none: Crash
38 assertion_initializer_const_function_test/01: Crash 39 assertion_initializer_const_function_test/01: Crash
39 assertion_initializer_const_function_test/none: Crash 40 assertion_initializer_const_function_test/none: Crash
40 assertion_initializer_test: CompileTimeError 41 assertion_initializer_test: CompileTimeError
42 regress_30339_test: Crash
41 43
42 # dartk: checked mode failures 44 # dartk: checked mode failures
43 [ $checked && ($compiler == dartk || $compiler == dartkp) ] 45 [ $checked && ($compiler == dartk || $compiler == dartkp) ]
44 assert_initializer_test/31: MissingCompileTimeError # KernelVM bug: Constant eva luation. 46 assert_initializer_test/31: MissingCompileTimeError # KernelVM bug: Constant eva luation.
45 assert_initializer_test/32: MissingCompileTimeError # KernelVM bug: Constant eva luation. 47 assert_initializer_test/32: MissingCompileTimeError # KernelVM bug: Constant eva luation.
46 assert_initializer_test/33: MissingCompileTimeError # KernelVM bug: Constant eva luation. 48 assert_initializer_test/33: MissingCompileTimeError # KernelVM bug: Constant eva luation.
47 assert_initializer_test/34: MissingCompileTimeError # KernelVM bug: Constant eva luation. 49 assert_initializer_test/34: MissingCompileTimeError # KernelVM bug: Constant eva luation.
48 assert_initializer_test/35: MissingCompileTimeError # KernelVM bug: Constant eva luation. 50 assert_initializer_test/35: MissingCompileTimeError # KernelVM bug: Constant eva luation.
49 assert_initializer_test/36: MissingCompileTimeError # KernelVM bug: Constant eva luation. 51 assert_initializer_test/36: MissingCompileTimeError # KernelVM bug: Constant eva luation.
50 assert_initializer_test/37: MissingCompileTimeError # KernelVM bug: Constant eva luation. 52 assert_initializer_test/37: MissingCompileTimeError # KernelVM bug: Constant eva luation.
(...skipping 119 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 async_return_types_test/nestedFuture: Fail 172 async_return_types_test/nestedFuture: Fail
171 async_return_types_test/wrongTypeParameter: Fail 173 async_return_types_test/wrongTypeParameter: Fail
172 174
173 # These test entries will be valid for vm (with and without kernel). 175 # These test entries will be valid for vm (with and without kernel).
174 [ $compiler == none || $compiler == app_jit || $compiler == dartk ] 176 [ $compiler == none || $compiler == app_jit || $compiler == dartk ]
175 async_star_cancel_while_paused_test: RuntimeError 177 async_star_cancel_while_paused_test: RuntimeError
176 async_star_pause_test: Fail, OK 178 async_star_pause_test: Fail, OK
177 179
178 [ $compiler == dartk && $runtime == vm ] 180 [ $compiler == dartk && $runtime == vm ]
179 async_star_cancel_while_paused_test: RuntimeError 181 async_star_cancel_while_paused_test: RuntimeError
OLDNEW
« no previous file with comments | « tests/language_2/language_2_dart2js.status ('k') | tests/language_2/regress_30339_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698