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

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

Issue 1684913002: Resolve correct noSuchMethod (fixes #25671, #25737). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: address comment Created 4 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
« no previous file with comments | « runtime/vm/flow_graph_builder.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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 # This directory contains tests that are intended to show the 5 # This directory contains tests that are intended to show the
6 # current state of the language. 6 # current state of the language.
7 7
8 [ ($compiler == none || $compiler == precompiler) ] 8 [ ($compiler == none || $compiler == precompiler) ]
9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating 9 tearoff_constructor_basic_test: Skip # Crashes in checked mode -- hausner invest igating
10 10
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 accessor_conflict_import2_test: RuntimeError # Issue 25625 48 accessor_conflict_import2_test: RuntimeError # Issue 25625
49 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25625 49 accessor_conflict_import_prefixed2_test: RuntimeError # Issue 25625
50 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25625 50 accessor_conflict_import_prefixed_test: RuntimeError # Issue 25625
51 51
52 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ] 52 [ ($compiler == none || $compiler == precompiler) && ($runtime == vm || $runtime == dart_precompiled) ]
53 53
54 class_keyword_test/02: MissingCompileTimeError # Issue 13627 54 class_keyword_test/02: MissingCompileTimeError # Issue 13627
55 unicode_bom_test: Fail # Issue 16067 55 unicode_bom_test: Fail # Issue 16067
56 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint. 56 vm/debug_break_enabled_vm_test/01: Crash, OK # Expected to hit breakpoint.
57 try_catch_optimized1_test: Skip # Srdjan investigating 57 try_catch_optimized1_test: Skip # Srdjan investigating
58 issue_25671a_test/01: Skip # RuntimeError (Issue 25671, Issue 25737)
59 issue_25671b_test/01: Skip # RuntimeError (Issue 25671, Issue 25737)
60 58
61 [ ($compiler == none || $compiler == precompiler) && $checked ] 59 [ ($compiler == none || $compiler == precompiler) && $checked ]
62 type_variable_bounds4_test/01: Fail # Issue 14006 60 type_variable_bounds4_test/01: Fail # Issue 14006
63 61
64 [ ($compiler == none || $compiler == precompiler) ] 62 [ ($compiler == none || $compiler == precompiler) ]
65 dynamic_prefix_core_test/01: RuntimeError # Issue 12478 63 dynamic_prefix_core_test/01: RuntimeError # Issue 12478
66 multiline_strings_test: Fail # Issue 23020 64 multiline_strings_test: Fail # Issue 23020
67 65
68 [ ($compiler == none || $compiler == precompiler) && (($runtime == vm || $runtim e == dart_precompiled) || $runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ] 66 [ ($compiler == none || $compiler == precompiler) && (($runtime == vm || $runtim e == dart_precompiled) || $runtime == drt || $runtime == dartium || $runtime == ContentShellOnAndroid) ]
69 dynamic_prefix_core_test/none: Fail # Issue 12478 67 dynamic_prefix_core_test/none: Fail # Issue 12478
(...skipping 87 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 155
158 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize- alot 156 deopt_inlined_function_lazy_test: Pass, Crash # Incompatible flag: --deoptimize- alot
159 tearoff_basic_test: RuntimeError, Crash # Conflicting flag. 157 tearoff_basic_test: RuntimeError, Crash # Conflicting flag.
160 vm/type_cast_vm_test: RuntimeError # Line number mismatch. 158 vm/type_cast_vm_test: RuntimeError # Line number mismatch.
161 159
162 [ $runtime == dart_precompiled ] 160 [ $runtime == dart_precompiled ]
163 ct_const2_test: Pass, Crash # Incompatible flag --compile_all 161 ct_const2_test: Pass, Crash # Incompatible flag --compile_all
164 hello_dart_test: Pass, Crash # Incompatible flag --compile_all 162 hello_dart_test: Pass, Crash # Incompatible flag --compile_all
165 163
166 implicit_closure_test: Pass, Crash # --use_slow_path 164 implicit_closure_test: Pass, Crash # --use_slow_path
OLDNEW
« no previous file with comments | « runtime/vm/flow_graph_builder.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698