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, RuntimeError # issue 23197 | 5 web/incremental_compilation_update_test: Slow, RuntimeError # issue 23197 |
6 | 6 |
7 [ $runtime == ie10 || $runtime == ie9 || $runtime == vm || $jscl ] | 7 [ $runtime == ie10 || $runtime == ie9 || $runtime == vm || $jscl ] |
8 web/*: Skip | 8 web/*: Skip |
9 | 9 |
10 [ $compiler == dart2js && $runtime == drt ] | 10 [ $compiler == dart2js && $runtime == drt ] |
11 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 |
12 | 12 |
13 [ $compiler == none && $runtime == drt ] | 13 [ $compiler == none && $runtime == drt ] |
14 web/end_to_end_test: Fail # Issue 24568 | 14 web/end_to_end_test: Fail # Issue 24568 |
15 | 15 |
16 [ $csp ] | 16 [ $csp ] |
17 web/end_to_end_test: Fail, OK # Issue 17935 | 17 web/end_to_end_test: Fail, OK # Issue 17935 |
18 web/incremental_compilation_update_test: SkipByDesign # Test uses eval, not supp
orted in CSP mode. | 18 web/incremental_compilation_update_test: SkipByDesign # Test uses eval, not supp
orted in CSP mode. |
19 | 19 |
20 [ $runtime == safari || $runtime == safarimobilesim ] | 20 [ $runtime == safari || $runtime == safarimobilesim ] |
| 21 web/incremental_compilation_update_test: Skip # Safari may crash on this test. |
| 22 |
| 23 [ $runtime == safarimobilesim ] |
21 web/cursor_position_test: Fail # Issue 19836 | 24 web/cursor_position_test: Fail # Issue 19836 |
22 web/incremental_compilation_update_test: Skip # Safari may crash on this test. | |
23 | 25 |
24 [ $runtime == safari && $checked ] | 26 [ $runtime == safari && $checked ] |
25 # The following tests flake with this error: | 27 # The following tests flake with this error: |
26 # type '*Theme' is not a subtype of type 'Theme' | 28 # type '*Theme' is not a subtype of type 'Theme' |
27 # Suspect this is a bad optimization. | 29 # Suspect this is a bad optimization. |
28 web/source_update_test: Fail, Pass | 30 web/source_update_test: Fail, Pass |
29 web/paste_content_rewriting_test: Fail, Pass | 31 web/paste_content_rewriting_test: Fail, Pass |
30 | 32 |
31 [ $runtime == safarimobilesim ] | 33 [ $runtime == safarimobilesim ] |
32 web/end_to_end_test: Skip # Issue 21608 | 34 web/end_to_end_test: Skip # Issue 21608 |
33 | 35 |
34 [ $browser ] | 36 [ $browser ] |
35 poi/poi_test: SkipByDesign # Uses dart:io. | 37 poi/poi_test: SkipByDesign # Uses dart:io. |
36 poi/poi_find_test: SkipByDesign # Uses dart:io. | 38 poi/poi_find_test: SkipByDesign # Uses dart:io. |
37 poi/serialize_test: SkipByDesign # Uses dart:io. | 39 poi/serialize_test: SkipByDesign # Uses dart:io. |
38 | 40 |
39 [ $compiler == dart2js ] | 41 [ $compiler == dart2js ] |
40 poi/*: Skip # Issue 20031 | 42 poi/*: Skip # Issue 20031 |
41 | 43 |
42 [ $compiler == dart2js ] | 44 [ $compiler == dart2js ] |
43 # Compilation is slow, test fails at runtime due to time out, but | 45 # Compilation is slow, test fails at runtime due to time out, but |
44 # unpredictably. | 46 # unpredictably. |
45 web/incremental_compilation_update_test: Skip | 47 web/incremental_compilation_update_test: Skip |
OLD | NEW |