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

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

Issue 1413343005: dart2js cps: Add failing test to status file. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: 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 | « no previous file | 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 316 matching lines...) Expand 10 before | Expand all | Expand 10 after
327 deferred_super_dependency_test/01: RuntimeError # $async$temp1.loadLibrary is no t a function 327 deferred_super_dependency_test/01: RuntimeError # $async$temp1.loadLibrary is no t a function
328 deferred_type_dependency_test/as: Crash # (lib1.fooAs("string")): deferred acces s is not implemented 328 deferred_type_dependency_test/as: Crash # (lib1.fooAs("string")): deferred acces s is not implemented
329 deferred_type_dependency_test/is: Crash # (lib1.fooIs("string")): deferred acces s is not implemented 329 deferred_type_dependency_test/is: Crash # (lib1.fooIs("string")): deferred acces s is not implemented
330 deferred_type_dependency_test/none: Crash # (lib2.getInstance()): deferred acces s is not implemented 330 deferred_type_dependency_test/none: Crash # (lib2.getInstance()): deferred acces s is not implemented
331 deferred_type_dependency_test/type_annotation: Crash # (lib1.fooAnnotation("stri ng")): deferred access is not implemented 331 deferred_type_dependency_test/type_annotation: Crash # (lib1.fooAnnotation("stri ng")): deferred access is not implemented
332 field3a_negative_test: Fail # Bogus result from type inference in case of invali d program. 332 field3a_negative_test: Fail # Bogus result from type inference in case of invali d program.
333 first_class_types_test: RuntimeError # Please triage this failure. 333 first_class_types_test: RuntimeError # Please triage this failure.
334 generic2_test: RuntimeError # Please triage this failure. 334 generic2_test: RuntimeError # Please triage this failure.
335 generic_instanceof_test: RuntimeError # Please triage this failure. 335 generic_instanceof_test: RuntimeError # Please triage this failure.
336 generic_native_test: RuntimeError # Please triage this failure. 336 generic_native_test: RuntimeError # Please triage this failure.
337 gc_test: Crash # Internal Error: Pending statics (see above).
337 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label ed switch case 338 infinite_switch_label_test: Crash # (switch (target){l0:... continue to a label ed switch case
338 instanceof2_test: RuntimeError # Please triage this failure. 339 instanceof2_test: RuntimeError # Please triage this failure.
339 instanceof4_test/01: RuntimeError # Please triage this failure. 340 instanceof4_test/01: RuntimeError # Please triage this failure.
340 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure. 341 invocation_mirror_invoke_on_test: RuntimeError # Please triage this failure.
341 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet 342 invocation_mirror_test: Crash # (super[37]=42): visitUnresolvedSuperIndexSet
342 issue_1751477_test: RuntimeError # O.loadLibrary is not a function 343 issue_1751477_test: RuntimeError # O.loadLibrary is not a function
343 list_is_test: RuntimeError # Please triage this failure. 344 list_is_test: RuntimeError # Please triage this failure.
344 list_test: RuntimeError # Please triage this failure. 345 list_test: RuntimeError # Please triage this failure.
345 many_generic_instanceof_test: RuntimeError # Please triage this failure. 346 many_generic_instanceof_test: RuntimeError # Please triage this failure.
346 many_overridden_no_such_method_test: RuntimeError # Please triage this failure. 347 many_overridden_no_such_method_test: RuntimeError # Please triage this failure.
(...skipping 20 matching lines...) Expand all
367 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure. 368 type_variable_field_initializer_closure_test: RuntimeError # Please triage this failure.
368 type_variable_field_initializer_test: RuntimeError # Please triage this failure. 369 type_variable_field_initializer_test: RuntimeError # Please triage this failure.
369 type_variable_nested_test: RuntimeError # Please triage this failure. 370 type_variable_nested_test: RuntimeError # Please triage this failure.
370 371
371 [ $compiler == dart2js && $cps_ir && $host_checked ] 372 [ $compiler == dart2js && $cps_ir && $host_checked ]
372 async_throw_in_catch_test/forceAwait: Crash # Issue 24485 373 async_throw_in_catch_test/forceAwait: Crash # Issue 24485
373 async_throw_in_catch_test/none: Crash # Issue 24485 374 async_throw_in_catch_test/none: Crash # Issue 24485
374 execute_finally9_test: Crash # Issue 24485 375 execute_finally9_test: Crash # Issue 24485
375 regress_21795_test: Crash # Issue 24485 376 regress_21795_test: Crash # Issue 24485
376 regress_23537_test: Crash # Issue 24485 377 regress_23537_test: Crash # Issue 24485
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698