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 window_open_test: Skip # http://dartbug.com/5151 | 5 window_open_test: Skip # http://dartbug.com/5151 |
| 6 | 6 |
| 7 event_test: Skip # Issue 1996 | 7 event_test: Skip # Issue 1996 |
| 8 | 8 |
| 9 # Layout tests are only supported on DRT. | 9 # Layout tests are only supported on DRT. |
| 10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ] | 10 [ $runtime == ie9 || $runtime == ie10 || $runtime == safari || $runtime == ff || $runtime == chrome || $runtime == opera ] |
| (...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
| 321 *: Skip | 321 *: Skip |
| 322 | 322 |
| 323 [ $compiler == dart2js ] | 323 [ $compiler == dart2js ] |
| 324 transferables_test: Skip # until isInstance works in dart2js | 324 transferables_test: Skip # until isInstance works in dart2js |
| 325 | 325 |
| 326 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] | 326 [ $compiler == dart2js && ($runtime == drt || $runtime == ff) ] |
| 327 request_animation_frame_test: Skip # Async test hangs. | 327 request_animation_frame_test: Skip # Async test hangs. |
| 328 | 328 |
| 329 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] | 329 [ $compiler == dart2js && ($runtime == drt || $runtime == chrome || $runtime == ff || $runtime == safari) ] |
| 330 isolates_test: Skip # Timeout because leg does not support web workers. | 330 isolates_test: Skip # Timeout because leg does not support web workers. |
| 331 element_test/queryAll: Fail # missing substitution on native classes | |
|
blois
2013/03/02 01:43:53
These failures are extremely disturbing- this is c
| |
| 332 node_test/_NodeList: Fail # missing substitution on native classes | |
| 333 node_test/nodes: Fail # missing substitution on native classes | |
| 334 typed_arrays_1_test/arrays: Fail # missing substitution on native classes | |
| 335 typed_arrays_1_test/supported: Fail # missing substitution on native classes | |
| 331 | 336 |
| 332 [ $compiler == dart2js && $runtime == ff ] | 337 [ $compiler == dart2js && $runtime == ff ] |
| 333 inner_frame_test: Skip # Timeout | 338 inner_frame_test: Skip # Timeout |
| OLD | NEW |