| OLD | NEW |
| 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 custom/template_wrappers_test: Pass, Fail # Issue 16656 (Chrome 33 regression) |
| 8 | 9 |
| 9 [ $compiler == dart2js && $csp ] | 10 [ $compiler == dart2js && $csp ] |
| 10 custom/js_custom_test: Fail # Issue 14643 | 11 custom/js_custom_test: Fail # Issue 14643 |
| 11 | 12 |
| 12 [ $compiler == dart2js && $browser ] | 13 [ $compiler == dart2js && $browser ] |
| 13 element_offset_test/offset: Pass, Fail # Issue 13296 | 14 element_offset_test/offset: Pass, Fail # Issue 13296 |
| 14 custom/template_wrappers_test: Pass, Fail # Test is for Dartium GC issues | 15 custom/template_wrappers_test: Pass, Fail # Test is for Dartium GC issues |
| 15 | 16 |
| 16 [ $compiler == dart2js && $browser ] | 17 [ $compiler == dart2js && $browser ] |
| 17 custom/created_callback_test: Fail # Support for created constructor. | 18 custom/created_callback_test: Fail # Support for created constructor. |
| (...skipping 10 matching lines...) Expand all Loading... |
| 28 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11834 | 29 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11834 |
| 29 | 30 |
| 30 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 31 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 31 # postMessage in dartium always transfers the typed array buffer, never a view | 32 # postMessage in dartium always transfers the typed array buffer, never a view |
| 32 postmessage_structured_test/typed_arrays: Fail | 33 postmessage_structured_test/typed_arrays: Fail |
| 33 xhr_test: Pass, Fail # Issue 12648 | 34 xhr_test: Pass, Fail # Issue 12648 |
| 34 xhr_test/json: Fail # Issue 13069 | 35 xhr_test/json: Fail # Issue 13069 |
| 35 async_test: Fail # Background timers not implemented. | 36 async_test: Fail # Background timers not implemented. |
| 36 keyboard_event_test: Fail # Issue 13902 | 37 keyboard_event_test: Fail # Issue 13902 |
| 37 isolates_test: Fail # Issue 13921 | 38 isolates_test: Fail # Issue 13921 |
| 39 node_test/iterating : RuntimeError # Issue 16657 (Chrome 33 regression) |
| 40 indexeddb_5_test: RuntimeError # Issue 16657 Chrome 33 regression) |
| 41 fileapi_test/fileEntry: RuntimeError # Issue 16657 (Chrome 33 regression) |
| 42 audiocontext_test/functional: RuntimeError # Issue 16657 (Chrome 33 regression) |
| 38 | 43 |
| 39 [ $compiler == none && $runtime == drt && $system == windows ] | 44 [ $compiler == none && $runtime == drt && $system == windows ] |
| 40 worker_test/functional: Pass, Crash # Issue 9929. | 45 worker_test/functional: Pass, Crash # Issue 9929. |
| 41 | 46 |
| 42 | 47 |
| 43 [ $compiler == dart2js && $runtime == chromeOnAndroid ] | 48 [ $compiler == dart2js && $runtime == chromeOnAndroid ] |
| 44 crypto_test/functional: Pass, Slow # TODO(dart2js-team): Please triage this fail
ure. | 49 crypto_test/functional: Pass, Slow # TODO(dart2js-team): Please triage this fail
ure. |
| 45 input_element_test/supported_datetime-local: Pass, Slow # TODO(dart2js-team): Pl
ease triage this failure. | 50 input_element_test/supported_datetime-local: Pass, Slow # TODO(dart2js-team): Pl
ease triage this failure. |
| 46 | 51 |
| 47 fileapi_test/entry: Fail, Pass # TODO(dart2js-team): Please triage this failure. | 52 fileapi_test/entry: Fail, Pass # TODO(dart2js-team): Please triage this failure. |
| (...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 400 events_test: StaticWarning | 405 events_test: StaticWarning |
| 401 htmlelement_test: StaticWarning | 406 htmlelement_test: StaticWarning |
| 402 localstorage_test: StaticWarning | 407 localstorage_test: StaticWarning |
| 403 mutationobserver_test: StaticWarning | 408 mutationobserver_test: StaticWarning |
| 404 track_element_constructor_test: StaticWarning | 409 track_element_constructor_test: StaticWarning |
| 405 transferables_test: StaticWarning | 410 transferables_test: StaticWarning |
| 406 typed_arrays_range_checks_test: StaticWarning | 411 typed_arrays_range_checks_test: StaticWarning |
| 407 typing_test: StaticWarning | 412 typing_test: StaticWarning |
| 408 webgl_1_test: StaticWarning | 413 webgl_1_test: StaticWarning |
| 409 window_nosuchmethod_test: StaticWarning | 414 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |