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

Side by Side Diff: tests/html/html.status

Issue 2283273002: Additional status file fixes (Closed)
Patch Set: Created 4 years, 3 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/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/isolate/isolate.status » ('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) 2013, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2013, 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 interactive_test: Skip # Must be run manually. 5 interactive_test: Skip # Must be run manually.
6 cross_frame_test: Skip # Test reloads itself. Issue 18558 6 cross_frame_test: Skip # Test reloads itself. Issue 18558
7 7
8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ] 8 [ $compiler == none && ($runtime == dartium || $runtime == drt) ]
9 9
10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044) 10 mirrors_js_typed_interop_test: Fail # Missing expected failure (Issue 25044)
(...skipping 414 matching lines...) Expand 10 before | Expand all | Expand 10 after
425 custom/document_register_type_extensions_test/namespaces: Fail # custom elements not supported 425 custom/document_register_type_extensions_test/namespaces: Fail # custom elements not supported
426 custom/document_register_type_extensions_test/parsing: Fail # custom elements no t supported 426 custom/document_register_type_extensions_test/parsing: Fail # custom elements no t supported
427 custom/document_register_type_extensions_test/registration: Fail # custom elemen ts not supported 427 custom/document_register_type_extensions_test/registration: Fail # custom elemen ts not supported
428 custom/entered_left_view_test: Fail # custom elements not supported 428 custom/entered_left_view_test: Fail # custom elements not supported
429 custom/element_upgrade_test: Fail # custom elements not supported 429 custom/element_upgrade_test: Fail # custom elements not supported
430 custom/document_register_basic_test: Fail # custom elements not supported 430 custom/document_register_basic_test: Fail # custom elements not supported
431 custom/document_register_type_extensions: Fail # custom elements not supported 431 custom/document_register_type_extensions: Fail # custom elements not supported
432 custom_elements_23127_test/baseline: Fail # custom elements not supported 432 custom_elements_23127_test/baseline: Fail # custom elements not supported
433 custom_elements_23127_test/c1t: Fail # custom elements not supported 433 custom_elements_23127_test/c1t: Fail # custom elements not supported
434 custom_elements_23127_test/c2: Fail # custom elements not supported 434 custom_elements_23127_test/c2: Fail # custom elements not supported
435 js_function_getter_test: Fail # js-interop function's not supported
435 js_typed_interop_callable_object_test: Fail # js-interop function's not supporte d 436 js_typed_interop_callable_object_test: Fail # js-interop function's not supporte d
436 js_typed_interop_test/closure: Fail # js-interop function's not supported 437 js_typed_interop_test/closure: Fail # js-interop function's not supported
437 js_typed_interop_test/method: Fail # js-interop function's not supported 438 js_typed_interop_test/method: Fail # js-interop function's not supported
438 js_typed_interop_window_property_test/bind*: Fail # js-interop function's not su pported 439 js_typed_interop_window_property_test/bind*: Fail # js-interop function's not su pported
439 440
440 [ $compiler == dart2js && $cps_ir && $browser ] 441 [ $compiler == dart2js && $cps_ir && $browser ]
441 js_typed_interop_side_cast_exp_test: RuntimeError # Corner case in package:js th at we might want to remove (See comment in #24978). 442 js_typed_interop_side_cast_exp_test: RuntimeError # Corner case in package:js th at we might want to remove (See comment in #24978).
442 js_typed_interop_test/static_method_tearoff_1: RuntimeError # Tree-shaking a use d tear-off (#24978, #25720). 443 js_typed_interop_test/static_method_tearoff_1: RuntimeError # Tree-shaking a use d tear-off (#24978, #25720).
443 js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking a used tear-off (#24978, #25720). 444 js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking a used tear-off (#24978, #25720).
444 445
445 # These are raw dart:js tests that fail due to bugs in the CPS IR: 446 # These are raw dart:js tests that fail due to bugs in the CPS IR:
446 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 447 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720
447 448
448 [ $compiler == dart2js && $cps_ir && $host_checked ] 449 [ $compiler == dart2js && $cps_ir && $host_checked ]
449 js_typed_interop_default_arg_test/none: Crash # Issue 25911 450 js_typed_interop_default_arg_test/none: Crash # Issue 25911
450 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 451 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911
451 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 452 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911
452 453
453 [ $compiler == dart2js && $cps_ir && $checked ] 454 [ $compiler == dart2js && $cps_ir && $checked ]
454 *: Skip # `assert` not implemented 455 *: Skip # `assert` not implemented
OLDNEW
« no previous file with comments | « tests/compiler/dart2js_extra/dart2js_extra.status ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698