Chromium Code Reviews| 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 |
| 11 [ $csp ] | 11 [ $csp ] |
| 12 web/end_to_end_test: Fail, OK # http://dartbug.com/17935 | 12 web/end_to_end_test: Fail, OK # http://dartbug.com/17935 |
| 13 | 13 |
| 14 [ $runtime == safari || $runtime == safarimobilesim ] | 14 [ $runtime == safari || $runtime == safarimobilesim ] |
| 15 web/cursor_position_test: Fail # http://dartbug.com/19836 | 15 web/cursor_position_test: Fail # http://dartbug.com/19836 |
| 16 web/incremental_compilation_update_test: Skip # Safari may crash on this test. | |
|
ahe
2014/10/15 10:42:05
I have to skip this test on Safari. The browser cr
| |
| 16 | 17 |
| 17 [ $runtime == safari && $checked ] | 18 [ $runtime == safari && $checked ] |
| 18 web/source_update_test: Fail, Pass # Safari is flaky, suspect bad optimization. | 19 web/source_update_test: Fail, Pass # Safari is flaky, suspect bad optimization. |
| 19 | 20 |
| 20 [ $browser ] | 21 [ $browser ] |
| 21 poi/poi_test: SkipByDesign # Uses dart:io. | 22 poi/poi_test: SkipByDesign # Uses dart:io. |
| 22 poi/poi_find_test: SkipByDesign # Uses dart:io. | 23 poi/poi_find_test: SkipByDesign # Uses dart:io. |
| 23 poi/serialize_test: SkipByDesign # Uses dart:io. | 24 poi/serialize_test: SkipByDesign # Uses dart:io. |
| 24 | 25 |
| 25 [ $compiler == dart2js ] | 26 [ $compiler == dart2js ] |
| 26 poi/*: Skip # http://dartbug.com/20031 | 27 poi/*: Skip # http://dartbug.com/20031 |
| 27 | 28 |
| 28 [ $runtime == ff || $checked || $csp ] | 29 [ $runtime == ff || $checked || $csp ] |
| 29 web/incremental_compilation_update_test: Slow, Pass | 30 web/incremental_compilation_update_test: Slow, Pass |
| OLD | NEW |