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

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

Issue 1678053002: Fix super noSuchMethod handling. (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Fix. 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 | « tests/language/language.status ('k') | tests/language/super_no_such_method1_test.dart » ('j') | 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 getter_setter_in_lib_test: Fail # Issue 23288 6 getter_setter_in_lib_test: Fail # Issue 23288
7 method_name_test: Fail # issue 25574 7 method_name_test: Fail # issue 25574
8 8
9 async_star_cancel_while_paused_test: RuntimeError # Issue 22853 9 async_star_cancel_while_paused_test: RuntimeError # Issue 22853
10 async_star_await_pauses_test: Fail, Timeout # Issue 22853 10 async_star_await_pauses_test: Fail, Timeout # Issue 22853
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
235 # Marked with Pass,RuntimeError to avoid undetected compile-time failures. 235 # Marked with Pass,RuntimeError to avoid undetected compile-time failures.
236 *deferred*: Pass,RuntimeError # Issue 17458 236 *deferred*: Pass,RuntimeError # Issue 17458
237 cha_deopt*: Pass,RuntimeError # Issue 17458 237 cha_deopt*: Pass,RuntimeError # Issue 17458
238 regress_22443_test: Pass,RuntimeError # Issue 17458 238 regress_22443_test: Pass,RuntimeError # Issue 17458
239 239
240 [ $compiler == dart2js && $cps_ir == false ] 240 [ $compiler == dart2js && $cps_ir == false ]
241 generic_field_mixin4_test: Crash # Issue 18651 241 generic_field_mixin4_test: Crash # Issue 18651
242 generic_field_mixin5_test: Crash # Issue 18651 242 generic_field_mixin5_test: Crash # Issue 18651
243 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat orTree.visitBasicBlockAndSuccessors 243 many_method_calls_test: Crash # Stack overflow in HGraphVisitor.visitPostDominat orTree.visitBasicBlockAndSuccessors
244 method_override5_test: RuntimeError # Issue 12809 244 method_override5_test: RuntimeError # Issue 12809
245 super_no_such_method4_test/01: RuntimeError # Issue 25716
246 super_no_such_method5_test/01: RuntimeError # Issue 25716
245 247
246 [ $compiler == dart2js && $runtime != drt && $runtime != dartium ] 248 [ $compiler == dart2js && $runtime != drt && $runtime != dartium ]
247 issue23244_test: RuntimeError # 23244 249 issue23244_test: RuntimeError # 23244
248 250
249 [ $compiler == dart2js && $cps_ir ] 251 [ $compiler == dart2js && $cps_ir ]
250 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn c* functions 252 async_await_syntax_test/a03a: Crash # (a03a()async*{}): cannot handle sync*/asyn c* functions
251 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn c* functions 253 async_await_syntax_test/a03b: Crash # (a03b()async*{}): cannot handle sync*/asyn c* functions
252 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for 254 async_await_syntax_test/a06a: Crash # (await for(var o in st){}): await for
253 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy nc*/async* functions 255 async_await_syntax_test/a09a: Crash # (a09a()async*{yield 0;}): cannot handle sy nc*/async* functions
254 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle sync*/async* functions 256 async_await_syntax_test/a10a: Crash # (a10a()async*{yield* [] ;}): cannot handle sync*/async* functions
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 316
315 [ $compiler == dart2js && $cps_ir && $host_checked == false ] 317 [ $compiler == dart2js && $cps_ir && $host_checked == false ]
316 regress_21795_test: Pass, RuntimeError # Due to inlining? 318 regress_21795_test: Pass, RuntimeError # Due to inlining?
317 319
318 [ $compiler == dart2js && $cps_ir && $host_checked ] 320 [ $compiler == dart2js && $cps_ir && $host_checked ]
319 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 321 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
320 async_throw_in_catch_test/none: Crash # Issue 24485 322 async_throw_in_catch_test/none: Crash # Issue 24485
321 execute_finally9_test: Crash # Issue 24485 323 execute_finally9_test: Crash # Issue 24485
322 regress_21795_test: Crash # Issue 24485 324 regress_21795_test: Crash # Issue 24485
323 regress_23537_test: Crash # Issue 24485 325 regress_23537_test: Crash # Issue 24485
OLDNEW
« no previous file with comments | « tests/language/language.status ('k') | tests/language/super_no_such_method1_test.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698