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

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

Issue 374053003: Mark utils/source_mirrors_test as flaky on dart2js-d8 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 5 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) 2012, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2012, 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 [ $compiler == dart2js ] 5 [ $compiler == dart2js ]
6 dummy_compiler_test: Slow, Pass 6 dummy_compiler_test: Slow, Pass
7 recursive_import_test: Slow, Pass 7 recursive_import_test: Slow, Pass
8 8
9 [ $compiler == dart2js && $runtime == d8 ]
10 source_mirrors_test: Pass, RuntimeError # Issue 19874
11
9 [ $compiler == none && $runtime == drt ] 12 [ $compiler == none && $runtime == drt ]
10 dummy_compiler_test: Skip # http://dartbug.com/7233 13 dummy_compiler_test: Skip # http://dartbug.com/7233
11 14
12 [ $compiler == dart2js && $browser ] 15 [ $compiler == dart2js && $browser ]
13 *: Skip 16 *: Skip
14 17
15 [ $compiler == none && $runtime != vm ] 18 [ $compiler == none && $runtime != vm ]
16 dart2js_test: Skip # Uses dart:io. 19 dart2js_test: Skip # Uses dart:io.
17 20
18 21
19 [ $compiler == dart2js && $mode == debug ] 22 [ $compiler == dart2js && $mode == debug ]
20 source_mirrors_test: Slow, Pass 23 source_mirrors_test: Slow, Pass
21 dummy_compiler_test: Slow, Pass 24 dummy_compiler_test: Slow, Pass
22 25
23 [ $compiler == none && $runtime == ContentShellOnAndroid ] 26 [ $compiler == none && $runtime == ContentShellOnAndroid ]
24 dummy_compiler_test: Pass, RuntimeError # http://dartbug.com/17662 27 dummy_compiler_test: Pass, RuntimeError # http://dartbug.com/17662
25 recursive_import_test: Pass, RuntimeError # http://dartbug.com/17662 28 recursive_import_test: Pass, RuntimeError # http://dartbug.com/17662
26 source_mirrors_test: Pass, RuntimeError # http://dartbug.com/17662 29 source_mirrors_test: Pass, RuntimeError # http://dartbug.com/17662
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