| 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 window_open_test: Skip # http://dartbug.com/5151 | 5 window_open_test: Skip # http://dartbug.com/5151 |
| 6 async_window_test: Skip #TODO(gram): investigating | 6 async_window_test: Skip #TODO(gram): investigating |
| 7 | 7 |
| 8 event_test: Skip # Issue 1996 | 8 event_test: Skip # Issue 1996 |
| 9 custom_elements_test: Skip # Not yet implemented. | 9 custom_elements_test: Skip # Not yet implemented. |
| 10 interactive_test: Skip # Must be run manually. | 10 interactive_test: Skip # Must be run manually. |
| (...skipping 21 matching lines...) Expand all Loading... |
| 32 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] | 32 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] |
| 33 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. | 33 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. |
| 34 | 34 |
| 35 [ $compiler == dart2js && $runtime == drt && $system == macos] | 35 [ $compiler == dart2js && $runtime == drt && $system == macos] |
| 36 audiobuffersourcenode_test: Pass, Fail | 36 audiobuffersourcenode_test: Pass, Fail |
| 37 | 37 |
| 38 [$runtime == ie10 ] | 38 [$runtime == ie10 ] |
| 39 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. | 39 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. |
| 40 element_test/click: Fail # IE does not support firing this event. | 40 element_test/click: Fail # IE does not support firing this event. |
| 41 history_test/history: Pass, Fail # issue 8183 | 41 history_test/history: Pass, Fail # issue 8183 |
| 42 indexeddb_1_test/functional: Pass, Timeout # http://dartbug.com/9269 |
| 42 isolates_test: Skip | 43 isolates_test: Skip |
| 43 microtask_test: Fail, Pass # Appears to be flaky | 44 microtask_test: Fail, Pass # Appears to be flaky |
| 44 native_gc_test: Fail, Pass # BUG(7774): Untriaged. | 45 native_gc_test: Fail, Pass # BUG(7774): Untriaged. |
| 45 serialized_script_value_test: Fail | 46 serialized_script_value_test: Fail |
| 46 storage_test: Fail, Pass | 47 storage_test: Fail, Pass |
| 47 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. | 48 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. |
| 48 window_open_test: Skip | 49 window_open_test: Skip |
| 49 | 50 |
| 50 # IE10 Feature support statuses- | 51 # IE10 Feature support statuses- |
| 51 # All changes should be accompanied by platform support annotation changes. | 52 # All changes should be accompanied by platform support annotation changes. |
| (...skipping 276 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 | 329 |
| 329 [ $compiler == dart2js && $runtime == drt && $unchecked ] | 330 [ $compiler == dart2js && $runtime == drt && $unchecked ] |
| 330 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 | 331 #indexeddb_5_test/functional: Fail, Pass # http://dartbug.com/8851 |
| 331 | 332 |
| 332 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] | 333 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run
time == ff || $runtime == chrome) ] |
| 333 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 334 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 334 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 335 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 335 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 336 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 336 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 337 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 337 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. | 338 shadow_dom_layout_test: Fail, OK # Test cannot run under CSP restrictions. |
| OLD | NEW |