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

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

Issue 981523002: Integrity checker for CPS and Tree IR. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Stronger checks on Tree IR and update status file Created 5 years, 9 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 | « pkg/compiler/lib/src/tree_ir/tree_ir_tracer.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 ] 5 [ $compiler == dart2js ]
6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324 6 sync_generator2_test/07: MissingCompileTimeError # Issue 22324
7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324 7 sync_generator2_test/08: MissingCompileTimeError # Issue 22324
8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324 8 sync_generator2_test/10: MissingCompileTimeError # Issue 22324
9 9
10 [ $compiler == dart2js && $runtime == jsshell ] 10 [ $compiler == dart2js && $runtime == jsshell ]
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
185 asyncstar_throw_in_catch_test: RuntimeError # Issue 21404 185 asyncstar_throw_in_catch_test: RuntimeError # Issue 21404
186 async_await_syntax_test/a03a: CompileTimeError # Issue 21404 186 async_await_syntax_test/a03a: CompileTimeError # Issue 21404
187 async_await_syntax_test/a03b: CompileTimeError # Issue 21404 187 async_await_syntax_test/a03b: CompileTimeError # Issue 21404
188 async_await_syntax_test/a11d: CompileTimeError # Issue 21404 188 async_await_syntax_test/a11d: CompileTimeError # Issue 21404
189 async_await_syntax_test/b03a: CompileTimeError # Issue 21404 189 async_await_syntax_test/b03a: CompileTimeError # Issue 21404
190 async_await_syntax_test/b11d: CompileTimeError # Issue 21404 190 async_await_syntax_test/b11d: CompileTimeError # Issue 21404
191 async_await_syntax_test/c03a: CompileTimeError # Issue 21404 191 async_await_syntax_test/c03a: CompileTimeError # Issue 21404
192 async_await_syntax_test/d03a: CompileTimeError # Issue 21404 192 async_await_syntax_test/d03a: CompileTimeError # Issue 21404
193 regress_13494_test: Pass # Issue 22370, passes for the wrong reason 193 regress_13494_test: Pass # Issue 22370, passes for the wrong reason
194 194
195 [ $compiler == dart2dart && $builder_tag == new_backend && $host_checked ]
196 large_implicit_getter_test: Crash # Stack overflow
197
195 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ] 198 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == true ]
196 # This test fails in minified, because the type-argument is 199 # This test fails in minified, because the type-argument is
197 # renamed, but the symbol naming it it is not. 200 # renamed, but the symbol naming it it is not.
198 type_variable_conflict2_test/01: RuntimeError # Issue 16180 201 type_variable_conflict2_test/01: RuntimeError # Issue 16180
199 202
200 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ] 203 [ $compiler == dart2dart && $builder_tag == new_backend && $minified == false ]
201 # This test happens not to fail in minified, because the type-argument is 204 # This test happens not to fail in minified, because the type-argument is
202 # renamed, but the unresolved reference to it is not. 205 # renamed, but the unresolved reference to it is not.
203 type_variable_conflict2_test/04: Fail # Issue 19725 206 type_variable_conflict2_test/04: Fail # Issue 19725
204 207
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
274 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names). 277 invocation_mirror_test: Fail, OK # Issue 12706 (hardcoded names).
275 super_call4_test: Fail, OK # hardcoded names. 278 super_call4_test: Fail, OK # hardcoded names.
276 279
277 [ $minified ] 280 [ $minified ]
278 stack_trace_test: Fail, OK # Stack trace not preserved in minified code. 281 stack_trace_test: Fail, OK # Stack trace not preserved in minified code.
279 regress_21795_test: RuntimeError # Issue 12605 282 regress_21795_test: RuntimeError # Issue 12605
280 283
281 [ $compiler == dart2js && $runtime == d8 && $system == windows ] 284 [ $compiler == dart2js && $runtime == d8 && $system == windows ]
282 *deferred*: Skip # Issue 17458 285 *deferred*: Skip # Issue 17458
283 cha_deopt*: Skip # Issue 17458 286 cha_deopt*: Skip # Issue 17458
OLDNEW
« no previous file with comments | « pkg/compiler/lib/src/tree_ir/tree_ir_tracer.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698