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

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

Issue 2285823002: First set of test triage for fast-startup (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/corelib/corelib.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 393 matching lines...) Expand 10 before | Expand all | Expand 10 after
404 mutationobserver_test: StaticWarning 404 mutationobserver_test: StaticWarning
405 queryall_test: fail 405 queryall_test: fail
406 track_element_constructor_test: StaticWarning 406 track_element_constructor_test: StaticWarning
407 transferables_test: StaticWarning 407 transferables_test: StaticWarning
408 typed_arrays_range_checks_test: StaticWarning 408 typed_arrays_range_checks_test: StaticWarning
409 typing_test: StaticWarning 409 typing_test: StaticWarning
410 webgl_1_test: StaticWarning 410 webgl_1_test: StaticWarning
411 window_nosuchmethod_test: StaticWarning 411 window_nosuchmethod_test: StaticWarning
412 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759 412 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759
413 413
414 [ $compiler == dart2js && $fast_startup ]
415 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte d
416 custom/js_custom_test: Fail # mirrors not supported
417 custom/mirrors_test: Fail # mirrors not supported
418 mirrors_js_typed_interop_test: Fail # mirrors not supported
419
414 [ $compiler == dart2js && $cps_ir && $browser ] 420 [ $compiler == dart2js && $cps_ir && $browser ]
415 js_typed_interop_side_cast_exp_test: RuntimeError # Corner case in package:js th at we might want to remove (See comment in #24978). 421 js_typed_interop_side_cast_exp_test: RuntimeError # Corner case in package:js th at we might want to remove (See comment in #24978).
416 js_typed_interop_test/static_method_tearoff_1: RuntimeError # Tree-shaking a use d tear-off (#24978, #25720). 422 js_typed_interop_test/static_method_tearoff_1: RuntimeError # Tree-shaking a use d tear-off (#24978, #25720).
417 js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking a used tear-off (#24978, #25720). 423 js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking a used tear-off (#24978, #25720).
418 424
419 # These are raw dart:js tests that fail due to bugs in the CPS IR: 425 # These are raw dart:js tests that fail due to bugs in the CPS IR:
420 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 426 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720
421 427
422 [ $compiler == dart2js && $cps_ir && $host_checked ] 428 [ $compiler == dart2js && $cps_ir && $host_checked ]
423 js_typed_interop_default_arg_test/none: Crash # Issue 25911 429 js_typed_interop_default_arg_test/none: Crash # Issue 25911
424 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 430 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911
425 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 431 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911
426 432
427 [ $compiler == dart2js && $cps_ir && $checked ] 433 [ $compiler == dart2js && $cps_ir && $checked ]
428 *: Skip # `assert` not implemented 434 *: Skip # `assert` not implemented
OLDNEW
« no previous file with comments | « tests/corelib/corelib.status ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698