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

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

Issue 2946173002: VM: Allow trailing comma in assert statements. (Closed)
Patch Set: Created 3 years, 6 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/language_dart2js.status ('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 [ $compiler == dartk || $compiler == dartkp ] 5 [ $compiler == dartk || $compiler == dartkp ]
6 assert_trailing_comma_test/none: CompileTimeError # Issue 29959
6 method_override_test: RuntimeError # Not triaged. 7 method_override_test: RuntimeError # Not triaged.
7 runtime_type_function_test: RuntimeError # Not triaged. 8 runtime_type_function_test: RuntimeError # Not triaged.
8 9
9 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 10 cha_deopt1_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
10 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 11 cha_deopt2_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
11 cha_deopt3_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 12 cha_deopt3_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
12 conditional_import_string_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 13 conditional_import_string_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
13 conditional_import_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335. 14 conditional_import_test: CompileTimeError # Fasta/KernelVM bug: Deferred loading kernel issue 28335.
14 deferred_call_empty_before_load_test: RuntimeError # Fasta/KernelVM bug: Deferre d loading kernel issue 28335. 15 deferred_call_empty_before_load_test: RuntimeError # Fasta/KernelVM bug: Deferre d loading kernel issue 28335.
15 deferred_closurize_load_library_test: CompileTimeError # Fasta/KernelVM bug: Def erred loading kernel issue 28335. 16 deferred_closurize_load_library_test: CompileTimeError # Fasta/KernelVM bug: Def erred loading kernel issue 28335.
(...skipping 302 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 type_parameter_test/01: Fail 319 type_parameter_test/01: Fail
319 type_parameter_test/02: Fail 320 type_parameter_test/02: Fail
320 type_parameter_test/03: Fail 321 type_parameter_test/03: Fail
321 type_parameter_test/04: Fail 322 type_parameter_test/04: Fail
322 type_parameter_test/05: MissingCompileTimeError 323 type_parameter_test/05: MissingCompileTimeError
323 type_parameter_test/06: Fail 324 type_parameter_test/06: Fail
324 type_variable_bounds4_test/01: RuntimeError 325 type_variable_bounds4_test/01: RuntimeError
325 326
326 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ] 327 [ ! $checked && ($compiler == dartk || $compiler == dartkp) ]
327 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation. 328 const_conditional_test/08: MissingCompileTimeError # KernelVM bug: Constant eval uation.
OLDNEW
« no previous file with comments | « tests/language/language_dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698