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

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

Issue 22854029: Remove some bogus rules from the staus files (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 4 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 | Annotate | Revision Log
« 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 async_window_test: Skip #TODO(gram): investigating 5 async_window_test: Skip #TODO(gram): investigating
6 event_test: Skip # Issue 1996 6 event_test: Skip # Issue 1996
7 interactive_test: Skip # Must be run manually. 7 interactive_test: Skip # Must be run manually.
8 8
9 [ $compiler == dart2js && $runtime != drt ] 9 [ $compiler == dart2js && $runtime != drt ]
10 custom_elements_test: Skip 10 custom_elements_test: Skip
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
363 websql_test/supported: Fail 363 websql_test/supported: Fail
364 xhr_test/supported_HttpRequestProgressEvent: Fail 364 xhr_test/supported_HttpRequestProgressEvent: Fail
365 365
366 [ $runtime == ff && $system == windows ] 366 [ $runtime == ff && $system == windows ]
367 rtc_test/supported: Fail # Release build does not enable by default. 367 rtc_test/supported: Fail # Release build does not enable by default.
368 element_types_test/supported_template: Fail 368 element_types_test/supported_template: Fail
369 369
370 [ $runtime == ff && $system == linux ] 370 [ $runtime == ff && $system == linux ]
371 rtc_test/functionality: Fail # Issue: 12109. 371 rtc_test/functionality: Fail # Issue: 12109.
372 372
373 [ $runtime == ie9 && ($system == linux || $system == macos) ]
374 *: Skip
375
376 [ $runtime == safari && ($system == linux || $system == windows) ]
377 *: Skip
378
379 # 'html' tests import the HTML library, so they only make sense in 373 # 'html' tests import the HTML library, so they only make sense in
380 # a browser environment. 374 # a browser environment.
381 [ $runtime == vm ] 375 [ $runtime == vm ]
382 *: Skip 376 *: Skip
383 377
384 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 378 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
385 request_animation_frame_test: Skip # Async test hangs. 379 request_animation_frame_test: Skip # Async test hangs.
386 380
387 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] 381 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ]
388 isolates_test: Skip # Timeout because leg does not support web workers. 382 isolates_test: Skip # Timeout because leg does not support web workers.
389 383
390 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] 384 [ $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. 385 # 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. 386 event_customevent_test: Fail # Test cannot run under CSP restrictions.
393 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 387 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
394 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. 388 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
395 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). 389 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
396 js_test: Skip # Test cannot run under CSP restrictions (tim es out). 390 js_test: Skip # Test cannot run under CSP restrictions (tim es out).
397 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 391 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
398 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out). 392 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out).
399 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. 393 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions.
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