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

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

Issue 1418573011: dart2js: Change how super tear-offs are registered. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Fix Created 5 years, 1 month 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/co19/co19-dart2js.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 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 list_is_test: RuntimeError # Please triage this failure. 343 list_is_test: RuntimeError # Please triage this failure.
344 list_test: RuntimeError # Please triage this failure. 344 list_test: RuntimeError # Please triage this failure.
345 many_generic_instanceof_test: RuntimeError # Please triage this failure. 345 many_generic_instanceof_test: RuntimeError # Please triage this failure.
346 many_overridden_no_such_method_test: RuntimeError # Please triage this failure. 346 many_overridden_no_such_method_test: RuntimeError # Please triage this failure.
347 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled switch case 347 nested_switch_label_test: Crash # (switch (target){out... continue to a labeled switch case
348 no_such_method_test: RuntimeError # Please triage this failure. 348 no_such_method_test: RuntimeError # Please triage this failure.
349 overridden_no_such_method_test: RuntimeError # Please triage this failure. 349 overridden_no_such_method_test: RuntimeError # Please triage this failure.
350 regress_22443_test: RuntimeError # M.loadLibrary is not a function 350 regress_22443_test: RuntimeError # M.loadLibrary is not a function
351 regress_23408_test: RuntimeError # G.loadLibrary is not a function 351 regress_23408_test: RuntimeError # G.loadLibrary is not a function
352 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] )) {}): await for 352 regress_23500_test/01: Crash # (await for(var c in new Stream.fromIterable([] )) {}): await for
353 super_bound_closure_test/01: RuntimeError # Cannot read property 'call' of undef ined
354 super_bound_closure_test/none: RuntimeError # Cannot read property 'call' of und efined
355 super_call4_test: RuntimeError # Please triage this failure. 353 super_call4_test: RuntimeError # Please triage this failure.
356 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'. 354 super_getter_setter_test: Crash # Class 'PartialMethodElement' has no instance g etter 'initializer'.
357 super_implicit_closure_test: RuntimeError # Cannot read property 'call' of undef ined
358 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 355 super_operator_index5_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
359 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet 356 super_operator_index7_test: Crash # (super[0]=42): visitUnresolvedSuperIndexSet
360 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et 357 super_operator_index8_test: Crash # (super[f()]=g()): visitUnresolvedSuperIndexS et
361 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 358 super_operator_index_test/03: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
362 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t 359 super_operator_index_test/05: Crash # (super[4]=42): visitUnresolvedSuperIndexSe t
363 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc h case 360 switch_label2_test: Crash # (switch (target){cas... continue to a labeled switc h case
364 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch case 361 switch_label_test: Crash # (switch (animal){cas... continue to a labeled switch case
365 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw itch case 362 switch_try_catch_test: Crash # (switch (0){_0:case ... continue to a labeled sw itch case
366 type_variable_closure2_test: RuntimeError # Please triage this failure. 363 type_variable_closure2_test: RuntimeError # Please triage this failure.
367 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 364 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
368 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 365 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
369 type_variable_nested_test: RuntimeError # Please triage this failure. 366 type_variable_nested_test: RuntimeError # Please triage this failure.
370 367
371 [ $compiler == dart2js && $cps_ir && $host_checked ] 368 [ $compiler == dart2js && $cps_ir && $host_checked ]
372 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 369 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
373 async_throw_in_catch_test/none: Crash # Issue 24485 370 async_throw_in_catch_test/none: Crash # Issue 24485
374 execute_finally9_test: Crash # Issue 24485 371 execute_finally9_test: Crash # Issue 24485
375 regress_21795_test: Crash # Issue 24485 372 regress_21795_test: Crash # Issue 24485
376 regress_23537_test: Crash # Issue 24485 373 regress_23537_test: Crash # Issue 24485
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698