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

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

Issue 968613002: Fixed tests for DOMPoint support for dart2js. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixed css_test to run on all platforms. Created 5 years, 9 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/html/css_test.dart ('k') | tools/dom/idl/dart/dart.idl » ('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 event_test: Skip # Issue 1996 5 event_test: Skip # Issue 1996
6 interactive_test: Skip # Must be run manually. 6 interactive_test: Skip # Must be run manually.
7 dromaeo_smoke_test: Skip # Issue 14521, 8257 7 dromaeo_smoke_test: Skip # Issue 14521, 8257
8 cross_frame_test: Skip # Test reloads itself. Issue 18558 8 cross_frame_test: Skip # Test reloads itself. Issue 18558
9 9
10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 10 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
(...skipping 303 matching lines...) Expand 10 before | Expand all | Expand 10 after
314 websql_test/supported: Fail 314 websql_test/supported: Fail
315 315
316 [ $runtime == ff ] 316 [ $runtime == ff ]
317 xhr_test/xhr: Pass, Fail # Issue 11602 317 xhr_test/xhr: Pass, Fail # Issue 11602
318 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR 318 dart_object_local_storage_test: Skip # sessionStorage NS_ERROR_DOM_NOT_SUPPORTE D_ERR
319 webgl_1_test: Pass, Fail # Issue 8219 319 webgl_1_test: Pass, Fail # Issue 8219
320 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do es not like dataUrl videos for drawImage 320 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Firefox do es not like dataUrl videos for drawImage
321 321
322 # Firefox Feature support statuses- 322 # Firefox Feature support statuses-
323 # All changes should be accompanied by platform support annotation changes. 323 # All changes should be accompanied by platform support annotation changes.
324 css_test/supportsPointConversions: Fail
325 document_test/supports_cssCanvasContext: Fail 324 document_test/supports_cssCanvasContext: Fail
326 element_types_test/supported_details: Fail 325 element_types_test/supported_details: Fail
327 element_types_test/supported_embed: Fail 326 element_types_test/supported_embed: Fail
328 element_types_test/supported_keygen: Fail 327 element_types_test/supported_keygen: Fail
329 element_types_test/supported_object: Fail 328 element_types_test/supported_object: Fail
330 fileapi_test/supported: Fail 329 fileapi_test/supported: Fail
331 indexeddb_1_test/supportsDatabaseNames: Fail 330 indexeddb_1_test/supportsDatabaseNames: Fail
332 input_element_test/supported_date: Fail 331 input_element_test/supported_date: Fail
333 input_element_test/supported_datetime-local: Fail 332 input_element_test/supported_datetime-local: Fail
334 input_element_test/supported_month: Fail 333 input_element_test/supported_month: Fail
(...skipping 20 matching lines...) Expand all
355 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] 354 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ]
356 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP. 355 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP.
357 event_customevent_test: Fail # Test cannot run under CSP restrictions. 356 event_customevent_test: Fail # Test cannot run under CSP restrictions.
358 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 357 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
359 js_test: Skip # Test cannot run under CSP restrictions (tim es out). 358 js_test: Skip # Test cannot run under CSP restrictions (tim es out).
360 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 359 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
361 360
362 [ $compiler == dart2js && ($runtime == drt || $runtime ==chrome) ] 361 [ $compiler == dart2js && ($runtime == drt || $runtime ==chrome) ]
363 wheelevent_test: Fail # Issue 12958 362 wheelevent_test: Fail # Issue 12958
364 363
365 [ $compiler == dart2js && ($runtime == chrome || $runtime == drt) && ($system == windows || $system == linux)]
karlklose 2015/03/02 08:56:22 These tests still fail, I changed it back in https
366 css_test/functional: Fail # Issue 21710
367 css_test/supportsPointConversions: Fail # Issue 21710
368
369 [ $compiler == dart2js && $runtime == ff && $system == windows ] 364 [ $compiler == dart2js && $runtime == ff && $system == windows ]
370 node_validator_test: Fail # Issue 22564 365 node_validator_test: Fail # Issue 22564
371 366
372 [ $compiler == dart2js && $runtime == chrome && $system == windows] 367 [ $compiler == dart2js && $runtime == chrome && $system == windows]
373 svgelement_test/supported_altGlyph: RuntimeError # Issue 22154 368 svgelement_test/supported_altGlyph: RuntimeError # Issue 22154
374 369
375 [ $runtime == dartium && ($system == macos || $system == windows || $system == l inux)] 370 [ $runtime == dartium && ($system == macos || $system == windows || $system == l inux)]
376 # Desktop operation systems do not support touch events on chrome 34 dartium. 371 # Desktop operation systems do not support touch events on chrome 34 dartium.
377 touchevent_test/supported: Fail 372 touchevent_test/supported: Fail
378 373
(...skipping 14 matching lines...) Expand all
393 htmlelement_test: StaticWarning 388 htmlelement_test: StaticWarning
394 localstorage_test: StaticWarning 389 localstorage_test: StaticWarning
395 mutationobserver_test: StaticWarning 390 mutationobserver_test: StaticWarning
396 queryall_test: fail 391 queryall_test: fail
397 track_element_constructor_test: StaticWarning 392 track_element_constructor_test: StaticWarning
398 transferables_test: StaticWarning 393 transferables_test: StaticWarning
399 typed_arrays_range_checks_test: StaticWarning 394 typed_arrays_range_checks_test: StaticWarning
400 typing_test: StaticWarning 395 typing_test: StaticWarning
401 webgl_1_test: StaticWarning 396 webgl_1_test: StaticWarning
402 window_nosuchmethod_test: StaticWarning 397 window_nosuchmethod_test: StaticWarning
OLDNEW
« no previous file with comments | « tests/html/css_test.dart ('k') | tools/dom/idl/dart/dart.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698