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

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

Issue 1345413004: Omit extra argument to createElement/NS if null (Closed) Base URL: https://github.com/dart-lang/sdk.git@master
Patch Set: Remove test suppression Created 5 years, 3 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
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 dromaeo_smoke_test: Skip # Issue 14521, 8257 6 dromaeo_smoke_test: Skip # Issue 14521, 8257
7 cross_frame_test: Skip # Test reloads itself. Issue 18558 7 cross_frame_test: Skip # Test reloads itself. Issue 18558
8 8
9 js_array_test: Skip # Issue 23676, 23677 9 js_array_test: Skip # Issue 23676, 23677
10 js_typed_interop_test: Skip # Issue 23676, 23677 10 js_typed_interop_test: Skip # Issue 23676, 23677
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
374 input_element_test/supported_time: Fail 374 input_element_test/supported_time: Fail
375 input_element_test/supported_week: Fail 375 input_element_test/supported_week: Fail
376 media_stream_test/supported_MediaStreamEvent: Fail 376 media_stream_test/supported_MediaStreamEvent: Fail
377 media_stream_test/supported_MediaStreamTrackEvent: Fail 377 media_stream_test/supported_MediaStreamTrackEvent: Fail
378 mediasource_test/supported: Fail # Behind a flag as of FF 36 378 mediasource_test/supported: Fail # Behind a flag as of FF 36
379 shadow_dom_test/supported: Fail 379 shadow_dom_test/supported: Fail
380 speechrecognition_test/supported: Fail 380 speechrecognition_test/supported: Fail
381 touchevent_test/supported: Fail 381 touchevent_test/supported: Fail
382 websql_test/supported: Fail 382 websql_test/supported: Fail
383 383
384 [ $compiler == dart2js && $runtime == ff && $system == windows ]
385 svgelement_test/innerHtml: RuntimeError # Issue 24386
386 svgelement_test/outerHtml: RuntimeError # Issue 24386
387
388 # 'html' tests import the HTML library, so they only make sense in 384 # 'html' tests import the HTML library, so they only make sense in
389 # a browser environment. 385 # a browser environment.
390 [ $runtime == vm ] 386 [ $runtime == vm ]
391 *: Skip 387 *: Skip
392 388
393 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 389 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
394 request_animation_frame_test: Skip # Async test hangs. 390 request_animation_frame_test: Skip # Async test hangs.
395 391
396 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] 392 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ]
397 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP. 393 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP.
(...skipping 26 matching lines...) Expand all
424 queryall_test: fail 420 queryall_test: fail
425 track_element_constructor_test: StaticWarning 421 track_element_constructor_test: StaticWarning
426 transferables_test: StaticWarning 422 transferables_test: StaticWarning
427 typed_arrays_range_checks_test: StaticWarning 423 typed_arrays_range_checks_test: StaticWarning
428 typing_test: StaticWarning 424 typing_test: StaticWarning
429 webgl_1_test: StaticWarning 425 webgl_1_test: StaticWarning
430 window_nosuchmethod_test: StaticWarning 426 window_nosuchmethod_test: StaticWarning
431 427
432 [ $compiler == dart2js && $cps_ir ] 428 [ $compiler == dart2js && $cps_ir ]
433 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);}) : await for 429 resource_http_test: Crash # (await for(var b in r.openRead()){bytes.addAll(b);}) : await for
OLDNEW
« no previous file with comments | « sdk/lib/html/dartium/html_dartium.dart ('k') | tools/dom/templates/html/impl/impl_Document.darttemplate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698