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

Side by Side Diff: dart/samples/samples.status

Issue 46163002: Bugfix in test.dart, adding of specialized test outcomes for analyzer (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 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) 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 [ $browser ] 5 [ $browser ]
6 # Skip tests that uses dart:io 6 # Skip tests that uses dart:io
7 chat/test/chat_server_test: Skip 7 chat/test/chat_server_test: Skip
8 build_dart: Skip 8 build_dart: Skip
9 build_dart_simple: Skip 9 build_dart_simple: Skip
10 sample_extension: Skip 10 sample_extension: Skip
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 *: Skip 74 *: Skip
75 75
76 [ $arch == simarm ] 76 [ $arch == simarm ]
77 *: Skip 77 *: Skip
78 78
79 [ $arch == mips ] 79 [ $arch == mips ]
80 *: Skip 80 *: Skip
81 81
82 [ $arch == simmips ] 82 [ $arch == simmips ]
83 *: Skip 83 *: Skip
84
85 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
86 swarm/test/swarm_test: StaticWarning
87 swarm/test/swarm_ui_lib/layout/layout_test: StaticWarning
88 swarm/test/swarm_ui_lib/observable/observable_test: StaticWarning
89 swarm/test/swarm_ui_lib/touch/touch_test: StaticWarning
90 swarm/test/swarm_ui_lib/util/util_test: StaticWarning
91 swarm/test/swarm_ui_lib/view/view_test: StaticWarning
92 third_party/todomvc/test/listorder_test: StaticWarning
93 third_party/todomvc/test/mainpage_test: StaticWarning
94 third_party/todomvc/test/markdone_shadow_test: StaticWarning
95 third_party/todomvc/test/markdone_test: StaticWarning
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698