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

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

Issue 1353443002: dart2js cps: Add a pass for eliminating bounds checks. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Put "pending statics" error in status file Created 5 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
« no previous file with comments | « tests/corelib/corelib.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) 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 getter_setter_in_lib_test: Fail # Issue 23288 9 getter_setter_in_lib_test: Fail # Issue 23288
10 10
(...skipping 216 matching lines...) Expand 10 before | Expand all | Expand 10 after
227 regress_22443_test: Pass,RuntimeError # Issue 17458 227 regress_22443_test: Pass,RuntimeError # Issue 17458
228 228
229 [ $compiler == dart2js && $cps_ir == false ] 229 [ $compiler == dart2js && $cps_ir == false ]
230 generic_field_mixin5_test: Crash # Issue 18651 230 generic_field_mixin5_test: Crash # Issue 18651
231 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat orTree.visitBasicBlockAndSuccessors 231 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat orTree.visitBasicBlockAndSuccessors
232 232
233 [ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ] 233 [ $compiler == dart2js && ($runtime == d8 || $runtime == jsshell) ]
234 issue23244_test: RuntimeError # 23244 234 issue23244_test: RuntimeError # 23244
235 235
236 [ $compiler == dart2js && $cps_ir ] 236 [ $compiler == dart2js && $cps_ir ]
237 assert_assignable_type_test: Crash # Internal Error: Pending statics.
237 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn c* functions 238 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn c* functions
238 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn c* functions 239 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn c* functions
239 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for 240 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for
240 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy nc*/async* functions 241 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy nc*/async* functions
241 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle sync*/async* functions 242 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle sync*/async* functions
242 async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle sync*/ async* functions 243 async_await_syntax_test/a11d: Crash # (get async async*{}): cannot handle sync*/ async* functions
243 async_await_syntax_test/b03a: Crash # (b03a()async*{}): cannot handle sync*/asyn c* functions 244 async_await_syntax_test/b03a: Crash # (b03a()async*{}): cannot handle sync*/asyn c* functions
244 async_await_syntax_test/b06a: Crash # (await for(var o in st){}): await for 245 async_await_syntax_test/b06a: Crash # (await for(var o in st){}): await for
245 async_await_syntax_test/b09a: Crash # (b09a()async*{yield 0;}): cannot handle sy nc*/async* functions 246 async_await_syntax_test/b09a: Crash # (b09a()async*{yield 0;}): cannot handle sy nc*/async* functions
246 async_await_syntax_test/b10a: Crash # (b10a()async*{yield* [] ;}): cannot handle sync*/async* functions 247 async_await_syntax_test/b10a: Crash # (b10a()async*{yield* [] ;}): cannot handle sync*/async* functions
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
383 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 384 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
384 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 385 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
385 type_variable_nested_test: RuntimeError # Please triage this failure. 386 type_variable_nested_test: RuntimeError # Please triage this failure.
386 387
387 [ $compiler == dart2js && $cps_ir && $host_checked ] 388 [ $compiler == dart2js && $cps_ir && $host_checked ]
388 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 389 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
389 async_throw_in_catch_test/none: Crash # Issue 24485 390 async_throw_in_catch_test/none: Crash # Issue 24485
390 execute_finally9_test: Crash # Issue 24485 391 execute_finally9_test: Crash # Issue 24485
391 regress_21795_test: Crash # Issue 24485 392 regress_21795_test: Crash # Issue 24485
392 regress_23537_test: Crash # Issue 24485 393 regress_23537_test: Crash # Issue 24485
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698