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

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

Issue 1504003002: Update status for two failing tests (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years 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
« no previous file with comments | « tests/standalone/standalone.status ('k') | 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 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 ]
(...skipping 21 matching lines...) Expand all
32 web/end_to_end_test: Skip # Issue 21608 32 web/end_to_end_test: Skip # Issue 21608
33 33
34 [ $browser ] 34 [ $browser ]
35 poi/poi_test: SkipByDesign # Uses dart:io. 35 poi/poi_test: SkipByDesign # Uses dart:io.
36 poi/poi_find_test: SkipByDesign # Uses dart:io. 36 poi/poi_find_test: SkipByDesign # Uses dart:io.
37 poi/serialize_test: SkipByDesign # Uses dart:io. 37 poi/serialize_test: SkipByDesign # Uses dart:io.
38 38
39 [ $compiler == dart2js ] 39 [ $compiler == dart2js ]
40 poi/*: Skip # Issue 20031 40 poi/*: Skip # Issue 20031
41 41
42 [ $compiler == dart2js && $runtime == none ]
43 poi/serialize_test: RuntimeError # Issue 25125
44
42 [ $compiler == dart2js ] 45 [ $compiler == dart2js ]
43 # Compilation is slow, test fails at runtime due to time out, but 46 # Compilation is slow, test fails at runtime due to time out, but
44 # unpredictably. 47 # unpredictably.
45 web/incremental_compilation_update_test: Skip 48 web/incremental_compilation_update_test: Skip
OLDNEW
« no previous file with comments | « tests/standalone/standalone.status ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698