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

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

Issue 1882853002: Removed test that now passes (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 8 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 | « 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) 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 43 matching lines...) Expand 10 before | Expand all | Expand 10 after
54 54
55 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ] 55 [ $compiler == none && ($runtime == drt || $runtime == dartium ) ]
56 # postMessage in dartium always transfers the typed array buffer, never a view 56 # postMessage in dartium always transfers the typed array buffer, never a view
57 postmessage_structured_test/typed_arrays: Fail 57 postmessage_structured_test/typed_arrays: Fail
58 # Dartium seems to lose the data from the dispatchEvent. 58 # Dartium seems to lose the data from the dispatchEvent.
59 keyboard_event_test: Fail # Issue 13902 59 keyboard_event_test: Fail # Issue 13902
60 fileapi_test/getFile: Pass, Fail # Issue 20488 60 fileapi_test/getFile: Pass, Fail # Issue 20488
61 async_test: RuntimeError, OK # Uses Isolate.spawn. 61 async_test: RuntimeError, OK # Uses Isolate.spawn.
62 isolates_test: RuntimeError, OK # Uses Isolate.spawn. 62 isolates_test: RuntimeError, OK # Uses Isolate.spawn.
63 63
64 [ $compiler == none && ($runtime == drt || $runtime == dartium ) && $checked]
65 cross_domain_iframe_test: RuntimeError # Issue 26134
66
67 [ $compiler == none && ($runtime == drt || $runtime == dartium ) && $mode == deb ug ] 64 [ $compiler == none && ($runtime == drt || $runtime == dartium ) && $mode == deb ug ]
68 websocket_test/websocket: Skip # Issue 17666 65 websocket_test/websocket: Skip # Issue 17666
69 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Issue 1766 6 66 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Skip # Issue 1766 6
70 67
71 element_offset_test/offset: RuntimeError # Issue 17550 68 element_offset_test/offset: RuntimeError # Issue 17550
72 request_animation_frame_test: Skip # Times out, and also passes while taking 4.0 0 minutes. Issue 19127. 69 request_animation_frame_test: Skip # Times out, and also passes while taking 4.0 0 minutes. Issue 19127.
73 fileapi_test/fileEntry: Pass, RuntimeError # Issue 20488 70 fileapi_test/fileEntry: Pass, RuntimeError # Issue 20488
74 native_gc_test: Pass, Slow 71 native_gc_test: Pass, Slow
75 72
76 [ $compiler == none && $runtime == drt && $system == windows ] 73 [ $compiler == none && $runtime == drt && $system == windows ]
(...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after
426 # These are raw dart:js tests that fail due to bugs in the CPS IR: 423 # These are raw dart:js tests that fail due to bugs in the CPS IR:
427 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 424 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720
428 425
429 [ $compiler == dart2js && $cps_ir && $host_checked ] 426 [ $compiler == dart2js && $cps_ir && $host_checked ]
430 js_typed_interop_default_arg_test/none: Crash # Issue 25911 427 js_typed_interop_default_arg_test/none: Crash # Issue 25911
431 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911 428 js_typed_interop_default_arg_test/default_value: Crash # Issue 25911
432 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911 429 js_typed_interop_default_arg_test/explicit_argument: Crash # Issue 25911
433 430
434 [ $compiler == dart2js && $cps_ir && $checked ] 431 [ $compiler == dart2js && $cps_ir && $checked ]
435 *: Skip # `assert` not implemented 432 *: Skip # `assert` not implemented
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