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

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

Issue 851683002: Update co19 status and timing-out tests. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 5 years, 11 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/co19/co19-dartium.status ('k') | tests/lib/lib.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 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 8
9 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ] 9 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co ntentShellOnAndroid) ]
10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189 31 (Disabled for Chrome 35 roll) 10 custom/attribute_changed_callback_test/unsupported_on_polyfill: Fail # Issue 189 31 (Disabled for Chrome 35 roll)
(...skipping 332 matching lines...) Expand 10 before | Expand all | Expand 10 after
343 websql_test/supported: Fail 343 websql_test/supported: Fail
344 344
345 # 'html' tests import the HTML library, so they only make sense in 345 # 'html' tests import the HTML library, so they only make sense in
346 # a browser environment. 346 # a browser environment.
347 [ $runtime == vm ] 347 [ $runtime == vm ]
348 *: Skip 348 *: Skip
349 349
350 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 350 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
351 request_animation_frame_test: Skip # Async test hangs. 351 request_animation_frame_test: Skip # Async test hangs.
352 352
353 [ $compiler == dart2js && $runtime == ff ]
354 history_test/history: Skip # Issue 22050
355
353 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] 356 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ]
354 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP. 357 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP.
355 event_customevent_test: Fail # Test cannot run under CSP restrictions. 358 event_customevent_test: Fail # Test cannot run under CSP restrictions.
356 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 359 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
357 js_test: Skip # Test cannot run under CSP restrictions (tim es out). 360 js_test: Skip # Test cannot run under CSP restrictions (tim es out).
358 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 361 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
359 362
360 [ $compiler == dart2js && ($runtime == drt || $runtime ==chrome) ] 363 [ $compiler == dart2js && ($runtime == drt || $runtime ==chrome) ]
361 wheelevent_test: Fail # http://dartbug.com/12958 364 wheelevent_test: Fail # http://dartbug.com/12958
362 365
(...skipping 22 matching lines...) Expand all
385 events_test: StaticWarning 388 events_test: StaticWarning
386 htmlelement_test: StaticWarning 389 htmlelement_test: StaticWarning
387 localstorage_test: StaticWarning 390 localstorage_test: StaticWarning
388 mutationobserver_test: StaticWarning 391 mutationobserver_test: StaticWarning
389 track_element_constructor_test: StaticWarning 392 track_element_constructor_test: StaticWarning
390 transferables_test: StaticWarning 393 transferables_test: StaticWarning
391 typed_arrays_range_checks_test: StaticWarning 394 typed_arrays_range_checks_test: StaticWarning
392 typing_test: StaticWarning 395 typing_test: StaticWarning
393 webgl_1_test: StaticWarning 396 webgl_1_test: StaticWarning
394 window_nosuchmethod_test: StaticWarning 397 window_nosuchmethod_test: StaticWarning
OLDNEW
« no previous file with comments | « tests/co19/co19-dartium.status ('k') | tests/lib/lib.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698