| 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 == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 9 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 10 form_data_test/functional: Fail # Issue 18931 (Disabled for Chrome 35 roll) | 10 form_data_test/functional: Fail # Issue 18931 (Disabled for Chrome 35 roll) |
| (...skipping 88 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 99 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] | 99 [ $compiler == none && ($runtime == drt || $runtime == dartium || $runtime == Co
ntentShellOnAndroid) ] |
| 100 worker_api_test: Fail # http://dartbug.com/10223 | 100 worker_api_test: Fail # http://dartbug.com/10223 |
| 101 | 101 |
| 102 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] | 102 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $system == wi
ndows] |
| 103 websql_test: Skip # Issue 4941: stderr contains a backtrace. | 103 websql_test: Skip # Issue 4941: stderr contains a backtrace. |
| 104 | 104 |
| 105 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] | 105 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] |
| 106 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. | 106 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. |
| 107 native_gc_test: Pass, Slow | 107 native_gc_test: Pass, Slow |
| 108 | 108 |
| 109 [ $compiler == dart2js && $runtime == drt ] |
| 110 shadow_dom_test/ShadowDOM_tests: Fail # Issue 19426 |
| 111 shadow_dom_test/supported: Fail # Issue 19426 |
| 112 audiocontext_test/functional: Fail # Issue 19426 |
| 113 shadowroot_test: Fail # Issue 19426 |
| 114 |
| 109 [ $compiler == dart2js && $runtime == drt && $system == macos] | 115 [ $compiler == dart2js && $runtime == drt && $system == macos] |
| 110 audiobuffersourcenode_test: Pass, Fail | 116 audiobuffersourcenode_test: Pass, Fail |
| 111 | 117 |
| 112 [$runtime == ie10 || $runtime == ie11] | 118 [$runtime == ie10 || $runtime == ie11] |
| 113 indexeddb_5_test: Fail # Issue 12893 | 119 indexeddb_5_test: Fail # Issue 12893 |
| 114 js_test: Fail # Issue 14246 | 120 js_test: Fail # Issue 14246 |
| 115 element_test/click: Fail # IE does not support firing this event. | 121 element_test/click: Fail # IE does not support firing this event. |
| 116 serialized_script_value_test: Fail | 122 serialized_script_value_test: Fail |
| 117 transferables_test: Fail # Issue 9846 | 123 transferables_test: Fail # Issue 9846 |
| 118 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. | 124 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. |
| (...skipping 347 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 466 events_test: StaticWarning | 472 events_test: StaticWarning |
| 467 htmlelement_test: StaticWarning | 473 htmlelement_test: StaticWarning |
| 468 localstorage_test: StaticWarning | 474 localstorage_test: StaticWarning |
| 469 mutationobserver_test: StaticWarning | 475 mutationobserver_test: StaticWarning |
| 470 track_element_constructor_test: StaticWarning | 476 track_element_constructor_test: StaticWarning |
| 471 transferables_test: StaticWarning | 477 transferables_test: StaticWarning |
| 472 typed_arrays_range_checks_test: StaticWarning | 478 typed_arrays_range_checks_test: StaticWarning |
| 473 typing_test: StaticWarning | 479 typing_test: StaticWarning |
| 474 webgl_1_test: StaticWarning | 480 webgl_1_test: StaticWarning |
| 475 window_nosuchmethod_test: StaticWarning | 481 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |