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

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

Issue 8384012: Make some ErrorCode-s compile-time errors and some just type warnings (Closed) Base URL: https://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 prefix stub-generator 5 prefix stub-generator
6 6
7 [ $arch == ia32 ] 7 [ $arch == ia32 ]
8 8
9 [ $arch == dartc ] 9 [ $arch == dartc ]
10 MintMakerFullyIsolatedTest: Skip # Bug 5541695
11 MintMakerPromiseWithStubsTest: Skip # Bug 5541695
10 12
11 [ $arch == x64 ] 13 [ $arch == x64 ]
12 *: Skip 14 *: Skip
13 15
14 [ $arch == simarm ] 16 [ $arch == simarm ]
15 *: Skip 17 *: Skip
16 18
17 [ $arch == arm ] 19 [ $arch == arm ]
18 *: Skip 20 *: Skip
19 21
20 [ $arch == dartium ] 22 [ $arch == dartium ]
21 *: Skip 23 *: Skip
22 24
23 [ $arch == chromium ] 25 [ $arch == chromium ]
24 *: Skip 26 *: Skip
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698