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

Side by Side Diff: samples/samples.status

Issue 225563003: Fix fyi debug test expectations. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 8 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 | « pkg/pkg.status ('k') | tests/co19/co19-dart2js.status » ('j') | 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 [ $use_public_packages == false && $use_repository_packages == false] 5 [ $use_public_packages == false && $use_repository_packages == false]
6 pop_pop_win: Skip # Require packages 6 pop_pop_win: Skip # Require packages
7 7
8 [ $browser ] 8 [ $browser ]
9 # Skip tests that uses dart:io 9 # Skip tests that uses dart:io
10 build_dart: Skip 10 build_dart: Skip
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 [ $compiler == dart2js && $runtime == none ] 45 [ $compiler == dart2js && $runtime == none ]
46 *: Fail, Pass # TODO(ahe): Triage these tests. 46 *: Fail, Pass # TODO(ahe): Triage these tests.
47 47
48 [ $compiler == dart2analyzer ] 48 [ $compiler == dart2analyzer ]
49 build_dart: Skip 49 build_dart: Skip
50 50
51 [ $compiler == dart2dart ] 51 [ $compiler == dart2dart ]
52 # Skip until we stabilize language tests. 52 # Skip until we stabilize language tests.
53 *: Skip 53 *: Skip
54 54
55 [ $compiler == dart2js && $mode == debug ]
56 polymer_intl/test/polymer_intl_test: Pass, Timeout
57 searchable_list/test/demo_app_test: Pass, Timeout
58
55 [ $arch == arm ] 59 [ $arch == arm ]
56 sample_extension/test/sample_extension_test: Skip # Issue 14705 60 sample_extension/test/sample_extension_test: Skip # Issue 14705
57 61
58 [ $arch == simarm64 ] 62 [ $arch == simarm64 ]
59 *: Skip 63 *: Skip
OLDNEW
« no previous file with comments | « pkg/pkg.status ('k') | tests/co19/co19-dart2js.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698