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

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

Issue 56123009: Removed status file entries which refer to non-existent tests (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month 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-runtime.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 dromaeo_smoke_test: Fail, Pass # Issue 14521 8 dromaeo_smoke_test: Fail, Pass # Issue 14521
9 9
10 [ $compiler == dart2js && $csp ] 10 [ $compiler == dart2js && $csp ]
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
316 element_test/children: Fail # Issue: 7413 316 element_test/children: Fail # Issue: 7413
317 element_test/constructors: Fail 317 element_test/constructors: Fail
318 element_test/elements: Fail 318 element_test/elements: Fail
319 element_test/eventListening: Crash 319 element_test/eventListening: Crash
320 element_test/eventListening: Fail # Issue: 7413 320 element_test/eventListening: Fail # Issue: 7413
321 element_test/queryAll: Fail 321 element_test/queryAll: Fail
322 fileapi_test: Skip # Timeout. 322 fileapi_test: Skip # Timeout.
323 form_data_test: Fail # Issue: 7413 323 form_data_test: Fail # Issue: 7413
324 htmlelement_test: Fail 324 htmlelement_test: Fail
325 isolates_test: Skip # Timeout. 325 isolates_test: Skip # Timeout.
326 js_interop_3_test: Skip # Timeout.
327 js_interop_4_test: Skip # Timeout.
328 keyboard_event_test: Fail # Issue: 7413 326 keyboard_event_test: Fail # Issue: 7413
329 serialized_script_value_test: Fail 327 serialized_script_value_test: Fail
330 typed_arrays_arraybuffer_test: Fail 328 typed_arrays_arraybuffer_test: Fail
331 url_test: Fail 329 url_test: Fail
332 330
333 # Opera Feature support statuses- 331 # Opera Feature support statuses-
334 # All changes should be accompanied by platform support annotation changes. 332 # All changes should be accompanied by platform support annotation changes.
335 audiobuffersourcenode_test/supported: Fail 333 audiobuffersourcenode_test/supported: Fail
336 audiocontext_test/supported: Fail 334 audiocontext_test/supported: Fail
337 crypto_test/supported: Fail 335 crypto_test/supported: Fail
(...skipping 48 matching lines...) Expand 10 before | Expand all | Expand 10 after
386 [ $runtime == vm ] 384 [ $runtime == vm ]
387 *: Skip 385 *: Skip
388 386
389 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] 387 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ]
390 request_animation_frame_test: Skip # Async test hangs. 388 request_animation_frame_test: Skip # Async test hangs.
391 389
392 [ $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) ]
393 # 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.
394 event_customevent_test: Fail # Test cannot run under CSP restrictions. 392 event_customevent_test: Fail # Test cannot run under CSP restrictions.
395 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). 393 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out).
396 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions.
397 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out).
398 js_test: Skip # Test cannot run under CSP restrictions (tim es out). 394 js_test: Skip # Test cannot run under CSP restrictions (tim es out).
399 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). 395 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out).
400 396
401 [ $compiler == dart2js && $runtime == drt ] 397 [ $compiler == dart2js && $runtime == drt ]
402 wheelevent_test: Fail # http://dartbug.com/12958 398 wheelevent_test: Fail # http://dartbug.com/12958
403 399
404 [ $compiler == none && $runtime == dartium ] 400 [ $compiler == none && $runtime == dartium ]
405 async_test: Timeout # Issue 13719: Please triage this failure. 401 async_test: Timeout # Issue 13719: Please triage this failure.
406 dromaeo_smoke_test: Fail # Issue 13719: Please triage this failure. 402 dromaeo_smoke_test: Fail # Issue 13719: Please triage this failure.
407 element_offset_test/offset: Pass, Fail # Issue 13719, 13296 403 element_offset_test/offset: Pass, Fail # Issue 13719, 13296
(...skipping 11 matching lines...) Expand all
419 htmlelement_test: StaticWarning 415 htmlelement_test: StaticWarning
420 isolates_test: StaticWarning 416 isolates_test: StaticWarning
421 localstorage_test: StaticWarning 417 localstorage_test: StaticWarning
422 mutationobserver_test: StaticWarning 418 mutationobserver_test: StaticWarning
423 track_element_constructor_test: StaticWarning 419 track_element_constructor_test: StaticWarning
424 transferables_test: StaticWarning 420 transferables_test: StaticWarning
425 typed_arrays_range_checks_test: StaticWarning 421 typed_arrays_range_checks_test: StaticWarning
426 typing_test: StaticWarning 422 typing_test: StaticWarning
427 webgl_1_test: StaticWarning 423 webgl_1_test: StaticWarning
428 window_nosuchmethod_test: StaticWarning 424 window_nosuchmethod_test: StaticWarning
OLDNEW
« no previous file with comments | « tests/co19/co19-runtime.status ('k') | tests/isolate/isolate.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698