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

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

Issue 845793004: Update status files, replace "dartbug.com" with "Issue ". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove change to test_runner. Created 5 years, 11 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 | « tests/standalone/standalone.status ('k') | tests/utils/utils.status » ('j') | 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 web/incremental_compilation_update_test: Slow, Pass 5 web/incremental_compilation_update_test: Slow, Pass
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 [ $csp ] 13 [ $csp ]
14 web/end_to_end_test: Fail, OK # http://dartbug.com/17935 14 web/end_to_end_test: Fail, OK # Issue 17935
15 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.
16 16
17 [ $runtime == safari || $runtime == safarimobilesim ] 17 [ $runtime == safari || $runtime == safarimobilesim ]
18 web/cursor_position_test: Fail # http://dartbug.com/19836 18 web/cursor_position_test: Fail # Issue 19836
19 web/incremental_compilation_update_test: Skip # Safari may crash on this test. 19 web/incremental_compilation_update_test: Skip # Safari may crash on this test.
20 20
21 [ $runtime == safari && $checked ] 21 [ $runtime == safari && $checked ]
22 # The following tests flake with this error: 22 # The following tests flake with this error:
23 # type '*Theme' is not a subtype of type 'Theme' 23 # type '*Theme' is not a subtype of type 'Theme'
24 # Suspect this is a bad optimization. 24 # Suspect this is a bad optimization.
25 web/source_update_test: Fail, Pass 25 web/source_update_test: Fail, Pass
26 web/paste_content_rewriting_test: Fail, Pass 26 web/paste_content_rewriting_test: Fail, Pass
27 27
28 [ $runtime == safarimobilesim ] 28 [ $runtime == safarimobilesim ]
29 web/end_to_end_test: Skip # Issue 21608 29 web/end_to_end_test: Skip # Issue 21608
30 30
31 [ $browser ] 31 [ $browser ]
32 poi/poi_test: SkipByDesign # Uses dart:io. 32 poi/poi_test: SkipByDesign # Uses dart:io.
33 poi/poi_find_test: SkipByDesign # Uses dart:io. 33 poi/poi_find_test: SkipByDesign # Uses dart:io.
34 poi/serialize_test: SkipByDesign # Uses dart:io. 34 poi/serialize_test: SkipByDesign # Uses dart:io.
35 35
36 [ $compiler == dart2js ] 36 [ $compiler == dart2js ]
37 poi/*: Skip # http://dartbug.com/20031 37 poi/*: Skip # Issue 20031
38 38
39 [ $compiler == dart2js ] 39 [ $compiler == dart2js ]
40 # 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
41 # unpredictably. 41 # unpredictably.
42 web/incremental_compilation_update_test: Skip 42 web/incremental_compilation_update_test: Skip
OLDNEW
« no previous file with comments | « tests/standalone/standalone.status ('k') | tests/utils/utils.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698