| 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 | 8 |
| 9 [ $compiler == dart2js && $csp ] | 9 [ $compiler == dart2js && $csp ] |
| 10 custom/js_custom_test: Fail # Issue 14643 | 10 custom/js_custom_test: Fail # Issue 14643 |
| (...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 95 | 95 |
| 96 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 96 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 97 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented | 97 request_animation_frame_test: Skip # drt hangs; requestAnimationFrame not impl
emented |
| 98 worker_api_test: Fail # http://dartbug.com/10223 | 98 worker_api_test: Fail # http://dartbug.com/10223 |
| 99 | 99 |
| 100 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] | 100 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] |
| 101 websql_test: Skip # Issue 4941: stderr contains a backtrace. | 101 websql_test: Skip # Issue 4941: stderr contains a backtrace. |
| 102 | 102 |
| 103 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] | 103 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] |
| 104 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. | 104 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. |
| 105 native_gc_test: Pass, Slow |
| 105 | 106 |
| 106 [ $compiler == dart2js && $runtime == drt && $system == macos] | 107 [ $compiler == dart2js && $runtime == drt && $system == macos] |
| 107 audiobuffersourcenode_test: Pass, Fail | 108 audiobuffersourcenode_test: Pass, Fail |
| 108 | 109 |
| 109 [$runtime == ie10 ] | 110 [$runtime == ie10 ] |
| 110 element_test/click: Fail # IE does not support firing this event. | 111 element_test/click: Fail # IE does not support firing this event. |
| 111 history_test/history: Pass, Fail # issue 8183 | 112 history_test/history: Pass, Fail # issue 8183 |
| 112 native_gc_test: Fail, Pass # BUG(7774): Untriaged. | 113 native_gc_test: Fail, Pass # BUG(7774): Untriaged. |
| 113 serialized_script_value_test: Fail | 114 serialized_script_value_test: Fail |
| 114 storage_test: Fail, Pass | 115 storage_test: Fail, Pass |
| (...skipping 294 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 409 events_test: StaticWarning | 410 events_test: StaticWarning |
| 410 htmlelement_test: StaticWarning | 411 htmlelement_test: StaticWarning |
| 411 localstorage_test: StaticWarning | 412 localstorage_test: StaticWarning |
| 412 mutationobserver_test: StaticWarning | 413 mutationobserver_test: StaticWarning |
| 413 track_element_constructor_test: StaticWarning | 414 track_element_constructor_test: StaticWarning |
| 414 transferables_test: StaticWarning | 415 transferables_test: StaticWarning |
| 415 typed_arrays_range_checks_test: StaticWarning | 416 typed_arrays_range_checks_test: StaticWarning |
| 416 typing_test: StaticWarning | 417 typing_test: StaticWarning |
| 417 webgl_1_test: StaticWarning | 418 webgl_1_test: StaticWarning |
| 418 window_nosuchmethod_test: StaticWarning | 419 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |