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

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

Issue 1694603002: mark interop test failing in csp mode (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 10 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 js_array_test: Skip # Dartium JSInterop failure 10 js_array_test: Skip # Dartium JSInterop failure
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
382 # 'html' tests import the HTML library, so they only make sense in 382 # 'html' tests import the HTML library, so they only make sense in
383 # a browser environment. 383 # a browser environment.
384 [ $runtime == vm || $runtime == dart_precompiled ] 384 [ $runtime == vm || $runtime == dart_precompiled ]
385 *: Skip 385 *: Skip
386 386
387 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 387 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
388 request_animation_frame_test: Skip # Async test hangs. 388 request_animation_frame_test: Skip # Async test hangs.
389 389
390 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] 390 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ]
391 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP. 391 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP.
392 event_customevent_test: Fail # Test cannot run under CSP restrictions. 392 event_customevent_test: SkipByDesign
393 js_interop_1_test: Skip # Test cannot run under CSP restrictions (ti mes out). 393 js_interop_1_test: SkipByDesign
394 js_test: Skip # Test cannot run under CSP restrictions (ti mes out). 394 js_test: SkipByDesign
395 js_array_test: Skip # Test cannot run under CSP restrictions. 395 js_array_test: SkipByDesign
396 js_typed_interop_test: Skip # Test cannot run under CSP restrictions. 396 js_typed_interop_test: SkipByDesign
397 js_function_getter_test: Skip # Test cannot run under CSP restrictions. 397 js_typed_interop_default_arg_test: SkipByDesign
398 js_function_getter_trust_types_test: Skip # Test cannot run under CSP restricti ons. 398 js_function_getter_test: SkipByDesign
399 js_dart_to_string_test: Skip # Test cannot run under CSP restrictions. 399 js_function_getter_trust_types_test: SkipByDesign
400 mirrors_js_typed_interop_test: Skip # Test cannot run under CSP restrictions. 400 js_dart_to_string_test: SkipByDesign
401 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (ti mes out). 401 mirrors_js_typed_interop_test: SkipByDesign
402 postmessage_structured_test: SkipByDesign
402 403
403 [ $compiler == dart2js && $runtime == chrome] 404 [ $compiler == dart2js && $runtime == chrome]
404 svgelement_test/supported_altGlyph: RuntimeError # Issue 23144 405 svgelement_test/supported_altGlyph: RuntimeError # Issue 23144
405 406
406 [ ($runtime == dartium) && ($system == macos || $system == windows || $system == linux)] 407 [ ($runtime == dartium) && ($system == macos || $system == windows || $system == linux)]
407 # Desktop operating systems do not support touch events on chrome 34 dartium. 408 # Desktop operating systems do not support touch events on chrome 34 dartium.
408 touchevent_test/supported: Fail 409 touchevent_test/supported: Fail
409 410
410 [ (($runtime == dartium || $runtime == drt) && $system == macos) || $system == w indows ] 411 [ (($runtime == dartium || $runtime == drt) && $system == macos) || $system == w indows ]
411 xhr_test/xhr: Skip # Times out. Issue 21527 412 xhr_test/xhr: Skip # Times out. Issue 21527
(...skipping 30 matching lines...) Expand all
442 custom_elements_23127_test/c2t: RuntimeError # Need custom element support #2548 4 443 custom_elements_23127_test/c2t: RuntimeError # Need custom element support #2548 4
443 custom_elements_test/innerHtml: RuntimeError # Need custom element support #2548 4 444 custom_elements_test/innerHtml: RuntimeError # Need custom element support #2548 4
444 custom_elements_test/register: RuntimeError # Need custom element support #25484 445 custom_elements_test/register: RuntimeError # Need custom element support #25484
445 446
446 js_typed_interop_side_cast_exp_test: RuntimeError # Corner case in package:js th at we might want to remove (See comment in #24978). 447 js_typed_interop_side_cast_exp_test: RuntimeError # Corner case in package:js th at we might want to remove (See comment in #24978).
447 js_typed_interop_test/static_method_tearoff_1: RuntimeError # Tree-shaking a use d tear-off (#24978, #25720). 448 js_typed_interop_test/static_method_tearoff_1: RuntimeError # Tree-shaking a use d tear-off (#24978, #25720).
448 js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking a used tear-off (#24978, #25720). 449 js_typed_interop_default_arg_test/explicit_argument: RuntimeError # Tree-shaking a used tear-off (#24978, #25720).
449 450
450 # These are raw dart:js tests that fail due to bugs in the CPS IR: 451 # These are raw dart:js tests that fail due to bugs in the CPS IR:
451 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720 452 js_test/Dart_functions: RuntimeError # Tree-shaking an escaping closure #25720
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