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