Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 # Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2012, 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 webgl_1_test: Skip # Issue 1495 | 5 webgl_1_test: Skip # Issue 1495 |
| 6 | 6 |
| 7 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] | 7 [ $compiler == none && ($runtime == drt || $runtime == dartium) ] |
| 8 indexeddb_3_test: Fail # UnsupportedOperationException 'IDBCursorImplementation .get:key' | 8 indexeddb_3_test: Fail # UnsupportedOperationException 'IDBCursorImplementation .get:key' |
| 9 indexeddb_4_test: Skip # Hangs in dartium. IDBKeyRange constructors not impleme nted. | 9 indexeddb_4_test: Skip # Hangs in dartium. IDBKeyRange constructors not impleme nted. |
| 10 | 10 |
| (...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 80 # 'client' tests import the DOM library, so they only make sense in | 80 # 'client' tests import the DOM library, so they only make sense in |
| 81 # a browser environment. | 81 # a browser environment. |
| 82 [ $compiler == dartc ] | 82 [ $compiler == dartc ] |
| 83 *: Skip | 83 *: Skip |
| 84 | 84 |
| 85 [ $runtime == vm ] | 85 [ $runtime == vm ] |
| 86 *: Skip | 86 *: Skip |
| 87 | 87 |
| 88 [ $compiler == frog && $runtime == d8 ] | 88 [ $compiler == frog && $runtime == d8 ] |
| 89 *: Skip | 89 *: Skip |
| 90 | 90 |
|
Emily Fortuna
2012/04/30 18:46:35
remove added whitespace
| |
| 91 [ $compiler == frog && $runtime == chrome && $system == windows] | |
| 92 css_test: Pass, Fail # Test is flaky Issue #2823 | |
| 93 | |
| 94 | 91 |
| 95 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. | 92 # TODO(jmesserly): now that we have a bot, we need to set up Opera testing. |
| 96 [ $runtime == opera ] | 93 [ $runtime == opera ] |
| 97 *: Skip | 94 *: Skip |
| 98 | 95 |
| 99 [ $compiler == frog && $runtime == none ] | 96 [ $compiler == frog && $runtime == none ] |
| 100 *: Skip | 97 *: Skip |
| 101 | 98 |
| 102 [ $compiler == dart2js ] | 99 [ $compiler == dart2js ] |
| 103 dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate | 100 dom_isolates_test: Fail # error: cannot resolve spawnDomIsolate |
| 104 | 101 |
| 105 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ] | 102 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff) ] |
| 106 request_animation_frame_test: Skip # Async test hangs. | 103 request_animation_frame_test: Skip # Async test hangs. |
| 107 isolates_test: Skip # Timeout because leg does not support web workers. | 104 isolates_test: Skip # Timeout because leg does not support web workers. |
| 108 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . | 105 typed_arrays_1_test: Fail # dart2js doesn't support is checks with generic types . |
| 109 htmlelement_test: Fail # NoSuchMethodException : method not found: 'isEmpty$0' R eceiver: Instance of 'DOMStringMap' | 106 htmlelement_test: Fail # NoSuchMethodException : method not found: 'isEmpty$0' R eceiver: Instance of 'DOMStringMap' |
| 110 | 107 |
| 111 [ $compiler == dart2js && $runtime == drt ] | 108 [ $compiler == dart2js && $runtime == drt ] |
| 112 indexeddb_3_test: Fail | 109 indexeddb_3_test: Fail |
| 113 | 110 |
| 114 # DOM errors. | 111 # DOM errors. |
| 115 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$ 0' | 112 window_open_test: Fail # TypeError: Object [object Window] has no method 'close$ 0' |
| 116 indexeddb_2_test: Fail # Uncaught error | 113 indexeddb_2_test: Fail # Uncaught error |
| 117 | 114 |
| 118 [ $compiler == dart2js && $runtime == none ] | 115 [ $compiler == dart2js && $runtime == none ] |
| 119 *: Fail, Pass # TODO(ahe): Triage these tests. | 116 *: Fail, Pass # TODO(ahe): Triage these tests. |
| OLD | NEW |