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

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

Issue 2858563003: Fix status for new custom-elements + mirrors test (Closed)
Patch Set: Created 3 years, 7 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 356 matching lines...) Expand 10 before | Expand all | Expand 10 after
367 window_nosuchmethod_test: StaticWarning 367 window_nosuchmethod_test: StaticWarning
368 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759 368 js_typed_interop_default_arg_test/default_value: MissingCompileTimeError # Issue #25759
369 369
370 [ $compiler == dart2analyzer && $builder_tag == strong ] 370 [ $compiler == dart2analyzer && $builder_tag == strong ]
371 *: Skip # Issue 28649 371 *: Skip # Issue 28649
372 372
373 [ $compiler == dart2js && $fast_startup ] 373 [ $compiler == dart2js && $fast_startup ]
374 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte d 374 custom/constructor_calls_created_synchronously_test: Fail # mirrors not supporte d
375 custom/js_custom_test: Fail # mirrors not supported 375 custom/js_custom_test: Fail # mirrors not supported
376 custom/mirrors_test: Fail # mirrors not supported 376 custom/mirrors_test: Fail # mirrors not supported
377 custom/mirrors_2_test: Fail # mirrors not supported
377 mirrors_js_typed_interop_test: Fail # mirrors not supported 378 mirrors_js_typed_interop_test: Fail # mirrors not supported
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