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

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

Issue 2557533002: Update failing chrome tests after chrome 55 roll (issue #27991), also update a (Closed)
Patch Set: . Created 4 years 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') | 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 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 fileapi_test/fileEntry: Pass, RuntimeError # Issue 20488 75 fileapi_test/fileEntry: Pass, RuntimeError # Issue 20488
76 native_gc_test: Pass, Slow 76 native_gc_test: Pass, Slow
77 77
78 [ $compiler == none && $runtime == drt && $system == windows ] 78 [ $compiler == none && $runtime == drt && $system == windows ]
79 worker_test/functional: Pass, Crash # Issue 9929. 79 worker_test/functional: Pass, Crash # Issue 9929.
80 80
81 [ $compiler == dart2js && $runtime == chrome ] 81 [ $compiler == dart2js && $runtime == chrome ]
82 fileapi_test/entry: Fail # TODO(dart2js-team): Please triage this failure. 82 fileapi_test/entry: Fail # TODO(dart2js-team): Please triage this failure.
83 fileapi_test/getDirectory: Fail # TODO(dart2js-team): Please triage this failure . 83 fileapi_test/getDirectory: Fail # TODO(dart2js-team): Please triage this failure .
84 fileapi_test/getFile: Fail # TODO(dart2js-team): Please triage this failure. 84 fileapi_test/getFile: Fail # TODO(dart2js-team): Please triage this failure.
85 media_stream_test/supported_MediaStreamEvent: RuntimeError # Please triage.
86 media_stream_test/supported_MediaStreamTrackEvent: RuntimeError # Please triage.
87 speechrecognition_test/types: RuntimeError # Please triage.
85 88
86 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 89 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
87 crypto_test/functional: Pass, Slow # TODO(dart2js-team): Please triage this fail ure. 90 crypto_test/functional: Pass, Slow # TODO(dart2js-team): Please triage this fail ure.
88 input_element_test/supported_datetime-local: Pass, Slow # TODO(dart2js-team): Pl ease triage this failure. 91 input_element_test/supported_datetime-local: Pass, Slow # TODO(dart2js-team): Pl ease triage this failure.
89 92
90 fileapi_test/entry: Fail, Pass # TODO(dart2js-team): Please triage this failure. 93 fileapi_test/entry: Fail, Pass # TODO(dart2js-team): Please triage this failure.
91 fileapi_test/fileEntry: Fail, Pass # TODO(dart2js-team): Please triage this fail ure. 94 fileapi_test/fileEntry: Fail, Pass # TODO(dart2js-team): Please triage this fail ure.
92 fileapi_test/getDirectory: Fail, Pass # TODO(dart2js-team): Please triage this f ailure. 95 fileapi_test/getDirectory: Fail, Pass # TODO(dart2js-team): Please triage this f ailure.
93 fileapi_test/getFile: Fail, Pass # TODO(dart2js-team): Please triage this failur e. 96 fileapi_test/getFile: Fail, Pass # TODO(dart2js-team): Please triage this failur e.
94 97
(...skipping 340 matching lines...) Expand 10 before | Expand all | Expand 10 after
435 # These are raw dart:js tests that fail due to bugs in the CPS IR: 438 # These are raw dart:js tests that fail due to bugs in the CPS IR:
436 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 439 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720
437 440
438 [ $compiler == dart2js && $cps_ir && $host_checked ] 441 [ $compiler == dart2js && $cps_ir && $host_checked ]
439 js_typed_interop_default_arg_test/none: Crash # Issue 25911 442 js_typed_interop_default_arg_test/none: Crash # Issue 25911
440 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 443 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911
441 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 444 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911
442 445
443 [ $compiler == dart2js && $cps_ir && $checked ] 446 [ $compiler == dart2js && $cps_ir && $checked ]
444 *: Skip # `assert` not implemented 447 *: Skip # `assert` not implemented
OLDNEW
« no previous file with comments | « tests/co19/co19-dart2js.status ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698