| 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 async_window_test: Skip #TODO(gram): investigating | 5 async_window_test: Skip #TODO(gram): investigating |
| 6 event_test: Skip # Issue 1996 | 6 event_test: Skip # Issue 1996 |
| 7 interactive_test: Skip # Must be run manually. | 7 interactive_test: Skip # Must be run manually. |
| 8 | 8 |
| 9 [ $compiler == dart2js && $runtime != drt ] | 9 [ $compiler == dart2js && $runtime != drt ] |
| 10 custom/*: Skip | 10 custom/*: Skip |
| (...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 85 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] | 85 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g] |
| 86 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. | 86 websql_test: Fail, Pass # Issue 4941: stderr contains a backtrace. |
| 87 | 87 |
| 88 [ $compiler == dart2js && $runtime == drt && $system == macos] | 88 [ $compiler == dart2js && $runtime == drt && $system == macos] |
| 89 audiobuffersourcenode_test: Pass, Fail | 89 audiobuffersourcenode_test: Pass, Fail |
| 90 | 90 |
| 91 [$runtime == ie10 ] | 91 [$runtime == ie10 ] |
| 92 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. | 92 dromaeo_smoke_test: Skip #TODO(efortuna): investigating. |
| 93 element_test/click: Fail # IE does not support firing this event. | 93 element_test/click: Fail # IE does not support firing this event. |
| 94 history_test/history: Pass, Fail # issue 8183 | 94 history_test/history: Pass, Fail # issue 8183 |
| 95 indexeddb_1_test/functional: Fail # Issue 9269 + 12893 | 95 indexeddb_1_test/functional: Fail # Issue 12893 |
| 96 microtask_test: Fail, Pass # Appears to be flaky | 96 microtask_test: Fail, Pass # Appears to be flaky |
| 97 native_gc_test: Fail, Pass # BUG(7774): Untriaged. | 97 native_gc_test: Fail, Pass # BUG(7774): Untriaged. |
| 98 serialized_script_value_test: Fail | 98 serialized_script_value_test: Fail |
| 99 storage_test: Fail, Pass | 99 storage_test: Fail, Pass |
| 100 transferables_test: Fail # Issue 9846 | 100 transferables_test: Fail # Issue 9846 |
| 101 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. | 101 websocket_test/websocket: Fail # TODO(efortuna): Issue 7875. |
| 102 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element | 102 canvasrenderingcontext2d_test/drawImage_video_element: Fail # IE does not suppor
t drawImage w/ video element |
| 103 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element | 103 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # IE does no
t support drawImage w/ video element |
| 104 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. | 104 worker_test/functional: Fail # IE uses incorrect security context for Blob URIs. |
| 105 | 105 |
| (...skipping 266 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 372 event_customevent_test: Fail # Test cannot run under CSP restrictions. | 372 event_customevent_test: Fail # Test cannot run under CSP restrictions. |
| 373 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 373 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 374 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 374 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 375 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 375 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 376 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 376 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 377 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 377 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 378 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 378 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 379 | 379 |
| 380 [ $compiler == dart2js && $runtime == drt ] | 380 [ $compiler == dart2js && $runtime == drt ] |
| 381 wheelevent_test: Fail # http://dartbug.com/12958 | 381 wheelevent_test: Fail # http://dartbug.com/12958 |
| OLD | NEW |