Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(550)

Side by Side Diff: dart/tests/try/try.status

Issue 663453002: Skip test that doesn't work in CSP mode. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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 web/incremental_compilation_update_test: Skip # Test uses eval, not supported in CSP mode.
13 14
14 [ $runtime == safari || $runtime == safarimobilesim ] 15 [ $runtime == safari || $runtime == safarimobilesim ]
15 web/cursor_position_test: Fail # http://dartbug.com/19836 16 web/cursor_position_test: Fail # http://dartbug.com/19836
16 web/incremental_compilation_update_test: Skip # Safari may crash on this test. 17 web/incremental_compilation_update_test: Skip # Safari may crash on this test.
17 18
18 [ $runtime == safari && $checked ] 19 [ $runtime == safari && $checked ]
19 # The following tests flake with this error: 20 # The following tests flake with this error:
20 # type '*Theme' is not a subtype of type 'Theme' 21 # type '*Theme' is not a subtype of type 'Theme'
21 # Suspect this is a bad optimization. 22 # Suspect this is a bad optimization.
22 web/source_update_test: Fail, Pass 23 web/source_update_test: Fail, Pass
23 web/paste_content_rewriting_test: Fail, Pass 24 web/paste_content_rewriting_test: Fail, Pass
24 25
25 [ $browser ] 26 [ $browser ]
26 poi/poi_test: SkipByDesign # Uses dart:io. 27 poi/poi_test: SkipByDesign # Uses dart:io.
27 poi/poi_find_test: SkipByDesign # Uses dart:io. 28 poi/poi_find_test: SkipByDesign # Uses dart:io.
28 poi/serialize_test: SkipByDesign # Uses dart:io. 29 poi/serialize_test: SkipByDesign # Uses dart:io.
29 30
30 [ $compiler == dart2js ] 31 [ $compiler == dart2js ]
31 poi/*: Skip # http://dartbug.com/20031 32 poi/*: Skip # http://dartbug.com/20031
32 33
33 [ $runtime == ff || $checked || $csp ] 34 [ $runtime == ff || $checked ]
34 web/incremental_compilation_update_test: Slow, Pass 35 web/incremental_compilation_update_test: Slow, Pass
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698