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

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

Issue 2232273004: Delete site/try (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 4 years, 4 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
OLDNEW
(Empty)
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
3 # BSD-style license that can be found in the LICENSE file.
4
5 web/incremental_compilation_update_test: Slow, RuntimeError # issue 23197
6
7 [ $runtime == ie10 || $runtime == ie9 || $runtime == vm || $jscl ]
8 web/*: Skip
9
10 [ $compiler == dart2js && $runtime == drt ]
11 web/end_to_end_test: Fail, Pass # https://code.google.com/p/v8/issues/detail?id= 3347
12
13 [ $compiler == none && $runtime == drt ]
14 web/end_to_end_test: Fail # Issue 24568
15
16 [ $csp ]
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.
19
20 [ $runtime == safari || $runtime == safarimobilesim ]
21 web/incremental_compilation_update_test: Skip # Safari may crash on this test.
22
23 [ $runtime == safarimobilesim ]
24 web/cursor_position_test: Fail # Issue 19836
25
26 [ $runtime == safari && $checked ]
27 # The following tests flake with this error:
28 # type '*Theme' is not a subtype of type 'Theme'
29 # Suspect this is a bad optimization.
30 web/source_update_test: Fail, Pass
31 web/paste_content_rewriting_test: Fail, Pass
32
33 [ $runtime == safarimobilesim ]
34 web/end_to_end_test: Skip # Issue 21608
35
36 [ $browser ]
37 poi/poi_test: SkipByDesign # Uses dart:io.
38 poi/poi_find_test: SkipByDesign # Uses dart:io.
39 poi/serialize_test: SkipByDesign # Uses dart:io.
40
41 [ $compiler == dart2js ]
42 poi/*: Skip # Issue 20031
43
44 [ $compiler == dart2js ]
45 # Compilation is slow, test fails at runtime due to time out, but
46 # unpredictably.
47 web/incremental_compilation_update_test: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698