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

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

Issue 3004973002: Revert "Store actual Reference(s) for additional exports." (Closed)
Patch Set: Update status file. Created 3 years, 3 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 | « runtime/vm/kernel_binary_flowgraph.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) 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 generic_no_such_method_dispatcher_test: CompileTimeError 10 generic_no_such_method_dispatcher_test: CompileTimeError
11 hello_dart_test: Crash # error: expected: cls.is_type_finalized() 11 hello_dart_test: Crash # error: expected: cls.is_type_finalized()
12 12
13 [ $compiler == dartk && $runtime == vm ] 13 [ $compiler == dartk && $runtime == vm ]
14 bad_constructor_test/05: MissingCompileTimeError # Dart 2.0 semantics, unresolve d constructor isn't a warning.
14 assertion_initializer_const_error2_test/none: CompileTimeError 15 assertion_initializer_const_error2_test/none: CompileTimeError
15 assertion_initializer_const_function_error_test/01: MissingCompileTimeError 16 assertion_initializer_const_function_error_test/01: MissingCompileTimeError
16 assertion_initializer_test: CompileTimeError 17 assertion_initializer_test: CompileTimeError
17 cha_deopt1_test: RuntimeError 18 cha_deopt1_test: RuntimeError
18 cha_deopt2_test: RuntimeError 19 cha_deopt2_test: RuntimeError
19 cha_deopt3_test: RuntimeError 20 cha_deopt3_test: RuntimeError
20 generic_function_dcall_test: CompileTimeError 21 generic_function_dcall_test: CompileTimeError
21 generic_methods_bounds_test/01: MissingCompileTimeError 22 generic_methods_bounds_test/01: MissingCompileTimeError
22 generic_methods_dynamic_test/01: MissingCompileTimeError 23 generic_methods_dynamic_test/01: MissingCompileTimeError
23 generic_methods_dynamic_test/02: MissingRuntimeError 24 generic_methods_dynamic_test/02: MissingRuntimeError
(...skipping 243 matching lines...) Expand 10 before | Expand all | Expand 10 after
267 # These test entries will be valid for vm (with and without kernel). 268 # These test entries will be valid for vm (with and without kernel).
268 [ $compiler == none || $compiler == app_jit || $compiler == dartk ] 269 [ $compiler == none || $compiler == app_jit || $compiler == dartk ]
269 async_star_cancel_while_paused_test: RuntimeError 270 async_star_cancel_while_paused_test: RuntimeError
270 async_star_pause_test: Fail, OK 271 async_star_pause_test: Fail, OK
271 272
272 [ $compiler == dartk && $runtime == vm ] 273 [ $compiler == dartk && $runtime == vm ]
273 async_star_cancel_while_paused_test: RuntimeError 274 async_star_cancel_while_paused_test: RuntimeError
274 275
275 [ $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ] 276 [ $compiler == app_jit || $compiler == dartk || $runtime == dart_precompiled ]
276 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460 277 generic_methods_type_expression_test: RuntimeError # Issue 25869 / 27460
OLDNEW
« no previous file with comments | « runtime/vm/kernel_binary_flowgraph.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698