| 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 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 ] | 109 [ $compiler == dart2js && $runtime == drt ] |
| 110 shadow_dom_test/ShadowDOM_tests: Fail # Issue 19426 | 110 shadow_dom_test/ShadowDOM_tests: Fail # Issue 19426 |
| 111 shadow_dom_test/supported: Fail # Issue 19426 | 111 shadow_dom_test/supported: Fail # Issue 19426 |
| 112 audiocontext_test/functional: Fail # Issue 19426 | |
| 113 shadowroot_test: Fail # Issue 19426 | 112 shadowroot_test: Fail # Issue 19426 |
| 114 | 113 |
| 115 [ $compiler == dart2js && $runtime == drt && $system == macos] | 114 [ $compiler == dart2js && $runtime == drt && $system == macos] |
| 116 audiobuffersourcenode_test: Pass, Fail | 115 audiobuffersourcenode_test: Pass, Fail |
| 117 | 116 |
| 118 [$runtime == ie10 || $runtime == ie11] | 117 [$runtime == ie10 || $runtime == ie11] |
| 119 indexeddb_5_test: Fail # Issue 12893 | 118 indexeddb_5_test: Fail # Issue 12893 |
| 120 js_test: Fail # Issue 14246 | 119 js_test: Fail # Issue 14246 |
| 121 element_test/click: Fail # IE does not support firing this event. | 120 element_test/click: Fail # IE does not support firing this event. |
| 122 serialized_script_value_test: Fail | 121 serialized_script_value_test: Fail |
| (...skipping 349 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 events_test: StaticWarning | 471 events_test: StaticWarning |
| 473 htmlelement_test: StaticWarning | 472 htmlelement_test: StaticWarning |
| 474 localstorage_test: StaticWarning | 473 localstorage_test: StaticWarning |
| 475 mutationobserver_test: StaticWarning | 474 mutationobserver_test: StaticWarning |
| 476 track_element_constructor_test: StaticWarning | 475 track_element_constructor_test: StaticWarning |
| 477 transferables_test: StaticWarning | 476 transferables_test: StaticWarning |
| 478 typed_arrays_range_checks_test: StaticWarning | 477 typed_arrays_range_checks_test: StaticWarning |
| 479 typing_test: StaticWarning | 478 typing_test: StaticWarning |
| 480 webgl_1_test: StaticWarning | 479 webgl_1_test: StaticWarning |
| 481 window_nosuchmethod_test: StaticWarning | 480 window_nosuchmethod_test: StaticWarning |
| OLD | NEW |