| 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 web/incremental_compilation_update_test: Slow, Pass |
| 6 |
| 5 [ $runtime == ie10 || $runtime == ie9 || $runtime == vm || $jscl ] | 7 [ $runtime == ie10 || $runtime == ie9 || $runtime == vm || $jscl ] |
| 6 web/*: Skip | 8 web/*: Skip |
| 7 | 9 |
| 8 [ $compiler == dart2js && $runtime == drt ] | 10 [ $compiler == dart2js && $runtime == drt ] |
| 9 web/end_to_end_test: Fail, Pass # https://code.google.com/p/v8/issues/detail?id=
3347 | 11 web/end_to_end_test: Fail, Pass # https://code.google.com/p/v8/issues/detail?id=
3347 |
| 10 | 12 |
| 11 [ $csp ] | 13 [ $csp ] |
| 12 web/end_to_end_test: Fail, OK # http://dartbug.com/17935 | 14 web/end_to_end_test: Fail, OK # http://dartbug.com/17935 |
| 13 web/incremental_compilation_update_test: Skip # Test uses eval, not supported in
CSP mode. | 15 web/incremental_compilation_update_test: Skip # Test uses eval, not supported in
CSP mode. |
| 14 | 16 |
| (...skipping 16 matching lines...) Expand all Loading... |
| 31 poi/poi_find_test: SkipByDesign # Uses dart:io. | 33 poi/poi_find_test: SkipByDesign # Uses dart:io. |
| 32 poi/serialize_test: SkipByDesign # Uses dart:io. | 34 poi/serialize_test: SkipByDesign # Uses dart:io. |
| 33 | 35 |
| 34 [ $compiler == dart2js ] | 36 [ $compiler == dart2js ] |
| 35 poi/*: Skip # http://dartbug.com/20031 | 37 poi/*: Skip # http://dartbug.com/20031 |
| 36 | 38 |
| 37 [ $compiler == dart2js ] | 39 [ $compiler == dart2js ] |
| 38 # Compilation is slow, test fails at runtime due to time out, but | 40 # Compilation is slow, test fails at runtime due to time out, but |
| 39 # unpredictably. | 41 # unpredictably. |
| 40 web/incremental_compilation_update_test: Skip | 42 web/incremental_compilation_update_test: Skip |
| OLD | NEW |