| 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 cssstyledeclaration_test: Skip # Issue 12951 | 5 cssstyledeclaration_test: Skip # Issue 12951 |
| 6 | 6 |
| 7 async_window_test: Skip #TODO(gram): investigating | 7 async_window_test: Skip #TODO(gram): investigating |
| 8 event_test: Skip # Issue 1996 | 8 event_test: Skip # Issue 1996 |
| 9 interactive_test: Skip # Must be run manually. | 9 interactive_test: Skip # Must be run manually. |
| 10 | 10 |
| 11 [ $compiler == dart2js && $runtime != drt ] | 11 [ $compiler == dart2js && $runtime != drt ] |
| 12 custom/*: Skip | 12 custom/*: Skip |
| 13 | 13 |
| 14 [ $compiler == dart2js && $browser ] | 14 [ $compiler == dart2js && $browser ] |
| 15 # Issue 9325 failures | 15 # Issue 9325 failures |
| 16 custom/attribute_changed_callback_test: Fail | 16 custom/attribute_changed_callback_test: Fail |
| 17 | 17 |
| 18 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g && $system == macos] | 18 [ $compiler == none && ($runtime == drt || $runtime == dartium) && $mode == debu
g && $system == macos] |
| 19 audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601 | 19 audiobuffersourcenode_test: Pass, Fail, Crash # http://crbug.com/256601 |
| 20 | 20 |
| 21 [ $compiler == none && $runtime == dartium && $system == macos] | 21 [ $compiler == none && $runtime == dartium && $system == macos] |
| 22 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11834 | 22 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Pass,Fail # Issue
11834 |
| 23 | 23 |
| 24 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 24 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 25 # postMessage in dartium always transfers the typed array buffer, never a view | 25 # postMessage in dartium always transfers the typed array buffer, never a view |
| 26 postmessage_structured_test/typed_arrays: Fail | 26 postmessage_structured_test/typed_arrays: Fail |
| 27 xhr_test: Pass, Fail # Issue 12648 | 27 xhr_test: Pass, Fail # Issue 12648 |
| 28 custom/attribute_changed_callback_test: Fail # 12643 | 28 custom/attribute_changed_callback_test: Fail # 12643 |
| 29 custom/created_callback_test: Fail # Issue 12642 | 29 custom/created_callback_test: Fail # Issue 12642 |
| 30 indexeddb_3_test: Skip # Issue 12948 |
| 31 indexeddb_4_test: Skip # Issue 12948 |
| 32 indexeddb_5_test: Skip # Issue 12948 |
| 30 | 33 |
| 31 [ $compiler == none && $runtime == drt && $system == windows ] | 34 [ $compiler == none && $runtime == drt && $system == windows ] |
| 32 worker_test/functional: Pass, Crash # Issue 9929. | 35 worker_test/functional: Pass, Crash # Issue 9929. |
| 33 | 36 |
| 34 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa
fari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $
runtime == opera || $runtime == drt || $runtime == dartium)] | 37 [ $compiler == dart2js && ($runtime == ie9 || $runtime == ie10 || $runtime == sa
fari || $runtime == ff || $runtime == chrome || $runtime == chromeOnAndroid || $
runtime == opera || $runtime == drt || $runtime == dartium)] |
| 35 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. | 38 dom_isolates_test: Skip # Need to migrate to new spawnDomFunction. |
| 36 | 39 |
| 37 [ $compiler == dart2js && $runtime == ie10 ] | 40 [ $compiler == dart2js && $runtime == ie10 ] |
| 38 async_test: Pass, Fail # timers test fails on ie10. | 41 async_test: Pass, Fail # timers test fails on ie10. |
| 39 indexeddb_2_test: Fail # Issue 12893 | 42 indexeddb_2_test: Fail # Issue 12893 |
| (...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 377 event_customevent_test: Fail # Test cannot run under CSP restrictions. | 380 event_customevent_test: Fail # Test cannot run under CSP restrictions. |
| 378 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 381 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 379 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 382 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 380 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 383 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 381 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 384 js_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 382 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 385 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 383 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). | 386 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim
es out). |
| 384 | 387 |
| 385 [ $compiler == dart2js && $runtime == drt ] | 388 [ $compiler == dart2js && $runtime == drt ] |
| 386 wheelevent_test: Fail # http://dartbug.com/12958 | 389 wheelevent_test: Fail # http://dartbug.com/12958 |
| OLD | NEW |