Chromium Code Reviews| 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 226 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 237 websql_test/supported: Fail | 237 websql_test/supported: Fail |
| 238 worker_test/supported: Fail | 238 worker_test/supported: Fail |
| 239 xhr_cross_origin_test/supported: Fail | 239 xhr_cross_origin_test/supported: Fail |
| 240 xhr_test/supported_HttpRequestProgressEvent: Fail | 240 xhr_test/supported_HttpRequestProgressEvent: Fail |
| 241 xhr_test/supported_onLoadEnd: Fail | 241 xhr_test/supported_onLoadEnd: Fail |
| 242 xhr_test/supported_onProgress: Fail | 242 xhr_test/supported_onProgress: Fail |
| 243 xhr_test/supported_overrideMimeType: Fail | 243 xhr_test/supported_overrideMimeType: Fail |
| 244 xsltprocessor_test/supported: Fail | 244 xsltprocessor_test/supported: Fail |
| 245 | 245 |
| 246 [ $runtime == safari ] | 246 [ $runtime == safari ] |
| 247 datalistelement_test: Fail # http://dartbug.com/12797 | |
|
kustermann
2013/08/28 00:28:39
We try to unify our comments: -> "# Issue 12797"
ahe
2013/08/28 05:06:38
Then we should unify on something unambiguous. Whe
| |
| 247 element_types_test/supported_track: Pass, Fail | 248 element_types_test/supported_track: Pass, Fail |
| 248 input_element_test/supported_month: Fail, Crash | 249 input_element_test/supported_month: Fail, Crash |
| 249 input_element_test/supported_time: Fail, Crash | 250 input_element_test/supported_time: Fail, Crash |
| 250 input_element_test/supported_week: Fail, Crash | 251 input_element_test/supported_week: Fail, Crash |
| 251 webgl_1_test: Pass, Fail # Issue 8219 | 252 webgl_1_test: Pass, Fail # Issue 8219 |
| 252 wheelevent_test: Fail # Issue: 12798 | 253 wheelevent_test: Fail # Issue: 12798 |
| 253 xhr_test/xhr_requestBlob: Fail # Issue: 9178 Safari doesn't support Blob respons es. | 254 xhr_test/xhr_requestBlob: Fail # Issue: 9178 Safari doesn't support Blob respons es. |
| 254 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su pport drawImage w/ video element | 255 canvasrenderingcontext2d_test/drawImage_video_element: Fail # Safari does not su pport drawImage w/ video element |
| 255 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe s not support drawImage w/ video element | 256 canvasrenderingcontext2d_test/drawImage_video_element_dataUrl: Fail # Safari doe s not support drawImage w/ video element |
| 256 | 257 |
| (...skipping 114 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 371 | 372 |
| 372 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] | 373 [ $compiler == dart2js && $csp && ($runtime == drt || $runtime == safari || $run time == ff || $runtime == chrome || $runtime == chromeOnAndroid) ] |
| 373 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP. | 374 # Note: these tests are all injecting scripts by design. This is not allowed un der CSP. |
| 374 event_customevent_test: Fail # Test cannot run under CSP restrictions. | 375 event_customevent_test: Fail # Test cannot run under CSP restrictions. |
| 375 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). | 376 js_interop_1_test: Skip # Test cannot run under CSP restrictions (tim es out). |
| 376 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. | 377 js_interop_2_test: Fail, OK # Test cannot run under CSP restrictions. |
| 377 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). | 378 js_interop_3_test: Skip # Test cannot run under CSP restrictions (tim es out). |
| 378 js_test: Skip # Test cannot run under CSP restrictions (tim es out). | 379 js_test: Skip # Test cannot run under CSP restrictions (tim es out). |
| 379 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). | 380 postmessage_structured_test: Skip # Test cannot run under CSP restrictions (tim es out). |
| 380 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out). | 381 safe_dom_test: Skip # Test cannot run under CSP restrictions (tim es out). |
| OLD | NEW |