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

Side by Side Diff: tests/stub-generator/stub-generator.status

Issue 8403040: Don't wait unnecessarily. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: '' Created 9 years, 1 month 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
OLDNEW
1 # Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file 1 # Copyright (c) 2011, 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 # IF YOU ARE TEMPTED TO SKIP TESTS HERE, READ THIS FIRST:
6 # So far, every time these have been marked skip it is because someone broke
7 # the stub generator, usually by making "no such type" unconditionally fatal.
8 # Please instead fix the stub generator. Or at least talk to benl before
9 # committing your change.
10
5 prefix stub-generator 11 prefix stub-generator
6 12
7 [ $component == vm ] 13 [ $component == vm ]
8 14
9 [ $component == dartc ] 15 [ $component == dartc ]
10 MintMakerPromiseWithStubsTest : Skip # Bug 5365165
11 MintMakerFullyIsolatedTest : Skip # Bug 5365165
12 16
13 [ $arch == x64 ] 17 [ $arch == x64 ]
14 *: Skip 18 *: Skip
15 19
16 [ $arch == simarm ] 20 [ $arch == simarm ]
17 *: Skip 21 *: Skip
18 22
19 [ $arch == arm ] 23 [ $arch == arm ]
20 *: Skip 24 *: Skip
21 25
22 [ $component == dartium ] 26 [ $component == dartium ]
23 *: Skip 27 *: Skip
24 28
25 [ $component == chromium ] 29 [ $component == chromium ]
26 *: Skip 30 *: Skip
OLDNEW
« no previous file with comments | « tests/stub-generator/src/MintMakerPromiseWithStubsTest-generatedTest.dart ('k') | tests/stub-generator/testcfg.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698