| OLD | NEW |
| 1 # Copyright (c) 2014, the Dart project authors. Please see the AUTHORS file | 1 # Copyright (c) 2014, 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 [ $runtime == ie10 || $runtime == ie9 || $runtime == vm || $jscl ] | 5 [ $runtime == ie10 || $runtime == ie9 || $runtime == vm || $jscl ] |
| 6 web/*: Skip | 6 web/*: Skip |
| 7 | 7 |
| 8 [ $compiler == dart2js && $runtime == drt ] | 8 [ $compiler == dart2js && $runtime == drt ] |
| 9 web/end_to_end_test: Fail, Pass # https://code.google.com/p/v8/issues/detail?id=
3347 | 9 web/end_to_end_test: Fail, Pass # https://code.google.com/p/v8/issues/detail?id=
3347 |
| 10 | 10 |
| (...skipping 13 matching lines...) Expand all Loading... |
| 24 web/paste_content_rewriting_test: Fail, Pass | 24 web/paste_content_rewriting_test: Fail, Pass |
| 25 | 25 |
| 26 [ $browser ] | 26 [ $browser ] |
| 27 poi/poi_test: SkipByDesign # Uses dart:io. | 27 poi/poi_test: SkipByDesign # Uses dart:io. |
| 28 poi/poi_find_test: SkipByDesign # Uses dart:io. | 28 poi/poi_find_test: SkipByDesign # Uses dart:io. |
| 29 poi/serialize_test: SkipByDesign # Uses dart:io. | 29 poi/serialize_test: SkipByDesign # Uses dart:io. |
| 30 | 30 |
| 31 [ $compiler == dart2js ] | 31 [ $compiler == dart2js ] |
| 32 poi/*: Skip # http://dartbug.com/20031 | 32 poi/*: Skip # http://dartbug.com/20031 |
| 33 | 33 |
| 34 [ $runtime != ff && ( $checked || ($system == windows && $compiler == dart2js))] | |
| 35 web/incremental_compilation_update_test: Slow, Pass | |
| 36 | |
| 37 [ $runtime == ff && $unchecked ] | 34 [ $runtime == ff && $unchecked ] |
| 38 # Compilation is slow, test fails at runtime due to time out. | 35 # Compilation is slow, test fails at runtime due to time out. |
| 39 web/incremental_compilation_update_test: Slow, Fail | 36 web/incremental_compilation_update_test: Slow, Fail |
| 40 | 37 |
| 41 [ $runtime == ff && $checked ] | 38 [ $compiler == dart2js && $checked ] |
| 39 # Compilation is slow, test fails at runtime due to time out. |
| 42 web/incremental_compilation_update_test: Slow, Fail | 40 web/incremental_compilation_update_test: Slow, Fail |
| OLD | NEW |