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

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

Issue 24589002: Emit a warning and runtime error when assigning to a function. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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 | Annotate | Revision Log
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/resolution/members.dart ('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 [ $compiler == dart2js || $compiler == dart2dart ] 5 [ $compiler == dart2js || $compiler == dart2dart ]
6 block_scope_test: CompileTimeError # Issue 13204. 6 block_scope_test: CompileTimeError # Issue 13204.
7 null_test/03: MissingCompileTimeError # Issue 12445. 7 null_test/03: MissingCompileTimeError # Issue 12445.
8 black_listed_test/none: CompileTimeError # Issue 12446. 8 black_listed_test/none: CompileTimeError # Issue 12446.
9 malformed_test/none: RuntimeError # Issue 12695 9 malformed_test/none: RuntimeError # Issue 12695
10 malformed_test/05: MissingCompileTimeError # Issue 12695 10 malformed_test/05: MissingCompileTimeError # Issue 12695
(...skipping 139 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 numbers_test: RuntimeError, OK # Issue 1533 150 numbers_test: RuntimeError, OK # Issue 1533
151 canonical_const2_test: RuntimeError, OK # Issue 1533 151 canonical_const2_test: RuntimeError, OK # Issue 1533
152 bit_operations_test: RuntimeError, OK # Issue 1533 152 bit_operations_test: RuntimeError, OK # Issue 1533
153 expect_test: RuntimeError, OK # Issue 13080 153 expect_test: RuntimeError, OK # Issue 13080
154 154
155 final_syntax_test/01: MissingCompileTimeError # Issue 13020 155 final_syntax_test/01: MissingCompileTimeError # Issue 13020
156 final_syntax_test/02: MissingCompileTimeError # Issue 13020 156 final_syntax_test/02: MissingCompileTimeError # Issue 13020
157 final_syntax_test/03: MissingCompileTimeError # Issue 13020 157 final_syntax_test/03: MissingCompileTimeError # Issue 13020
158 final_syntax_test/04: MissingCompileTimeError # Issue 13020 158 final_syntax_test/04: MissingCompileTimeError # Issue 13020
159 159
160 assign_top_method_test: RuntimeError # Issue 13075
161 null_test/none: RuntimeError # Issue 12482 160 null_test/none: RuntimeError # Issue 12482
162 161
163 162
164 [ $compiler == dart2js && $runtime == none ] 163 [ $compiler == dart2js && $runtime == none ]
165 *: Fail, Pass # TODO(ahe): Triage these tests. 164 *: Fail, Pass # TODO(ahe): Triage these tests.
166 165
167 166
168 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9 || $runtime == safari)] 167 [ $compiler == dart2js && ($runtime == ff || $runtime == jsshell || $runtime == ie9 || $runtime == safari)]
169 round_test: Fail, OK # Common JavaScript engine Math.round bug. 168 round_test: Fail, OK # Common JavaScript engine Math.round bug.
170 169
(...skipping 167 matching lines...) Expand 10 before | Expand all | Expand 10 after
338 import_core_prefix_test: Pass 337 import_core_prefix_test: Pass
339 prefix22_test: Pass 338 prefix22_test: Pass
340 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 339 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
341 super_call4_test: Fail, OK # hardcoded names. 340 super_call4_test: Fail, OK # hardcoded names.
342 341
343 [ $minified ] 342 [ $minified ]
344 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 343 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
345 344
346 [ $runtime == ie9 ] 345 [ $runtime == ie9 ]
347 stack_trace_test: Fail, OK # Stack traces not available in IE9. 346 stack_trace_test: Fail, OK # Stack traces not available in IE9.
OLDNEW
« no previous file with comments | « sdk/lib/_internal/compiler/implementation/resolution/members.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698