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

Side by Side Diff: pkg/pkg.status

Issue 82543003: mark polymer/test/unbind_test flaky (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
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
« 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 # Don't run any test-like files that show up in packages directories. It 5 # Don't run any test-like files that show up in packages directories. It
6 # shouldn't be necessary to run "pub install" in these packages, but if you do 6 # shouldn't be necessary to run "pub install" in these packages, but if you do
7 # it shouldn't break the tests. 7 # it shouldn't break the tests.
8 */packages/*/*: Skip 8 */packages/*/*: Skip
9 */*/packages/*/*: Skip 9 */*/packages/*/*: Skip
10 */*/*/packages/*/*: Skip 10 */*/*/packages/*/*: Skip
(...skipping 95 matching lines...) Expand 10 before | Expand all | Expand 10 after
106 polymer/test/nested_binding_test: Pass, Timeout # Issue 13260 106 polymer/test/nested_binding_test: Pass, Timeout # Issue 13260
107 polymer/test/noscript_test: Pass, Timeout # Issue 13260 107 polymer/test/noscript_test: Pass, Timeout # Issue 13260
108 polymer/test/property_change_test: Pass, Timeout # Issue 13260 108 polymer/test/property_change_test: Pass, Timeout # Issue 13260
109 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260 109 polymer/test/prop_attr_reflection_test: Pass, Timeout # Issue 13260
110 polymer/test/prop_attr_bind_reflection_test: Pass, Timeout # Issue 13260 110 polymer/test/prop_attr_bind_reflection_test: Pass, Timeout # Issue 13260
111 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260 111 polymer/test/publish_attributes_test: Pass, Timeout # Issue 13260
112 polymer/test/publish_inherited_properties_test: Pass, Timeout # Issue 13260 112 polymer/test/publish_inherited_properties_test: Pass, Timeout # Issue 13260
113 polymer/test/register_test: Pass, Timeout # Issue 13260 113 polymer/test/register_test: Pass, Timeout # Issue 13260
114 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260 114 polymer/test/take_attributes_test: Pass, Timeout # Issue 13260
115 polymer/test/template_distribute_dynamic_test: Pass, Timeout # Issue 13260 115 polymer/test/template_distribute_dynamic_test: Pass, Timeout # Issue 13260
116 polymer/test/unbind_test: Pass, Timeout # Issue 13260 116 polymer/test/unbind_test: Pass, Fail, Timeout # Issue 13260, 15259
117 117
118 # Skip browser-specific tests on VM 118 # Skip browser-specific tests on VM
119 [ $runtime == vm ] 119 [ $runtime == vm ]
120 path/test/browser_test: Fail, OK # Uses dart:html 120 path/test/browser_test: Fail, OK # Uses dart:html
121 intl/test/find_default_locale_browser_test: Skip 121 intl/test/find_default_locale_browser_test: Skip
122 intl/test/date_time_format_http_request_test: Skip 122 intl/test/date_time_format_http_request_test: Skip
123 123
124 [ $runtime == vm && $system == windows ] 124 [ $runtime == vm && $system == windows ]
125 docgen/test/single_library_test: Fail # Issue 11985 125 docgen/test/single_library_test: Fail # Issue 11985
126 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 126 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
228 scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/84 40 228 scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/84 40
229 scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8 440 229 scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8 440
230 230
231 231
232 */test/analyzer_test: Skip # No need to run analysis tests on browser bots 232 */test/analyzer_test: Skip # No need to run analysis tests on browser bots
233 233
234 # Skip tests on the browser if the test depends on dart:io 234 # Skip tests on the browser if the test depends on dart:io
235 third_party/html5lib/test/parser_test: Skip 235 third_party/html5lib/test/parser_test: Skip
236 third_party/html5lib/test/tokenizer_test: Skip 236 third_party/html5lib/test/tokenizer_test: Skip
237 237
238 polymer/test/unbind_test: Pass, Fail # Issue 15259
239
238 [ $runtime == safari] 240 [ $runtime == safari]
239 # Bug in JSC: the test only passes when being debugged. 241 # Bug in JSC: the test only passes when being debugged.
240 crypto/test/hmac_md5_test: Fail, Pass 242 crypto/test/hmac_md5_test: Fail, Pass
241 243
242 [ $minified == false ] 244 [ $minified == false ]
243 # The minified unittest tests test that the minified names of Dart types are 245 # The minified unittest tests test that the minified names of Dart types are
244 # printed. Unminified versions of these tests exist that test the behavior when 246 # printed. Unminified versions of these tests exist that test the behavior when
245 # not minified. 247 # not minified.
246 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J S 248 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J S
247 249
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
332 watcher/test/*/linux_test: Skip 334 watcher/test/*/linux_test: Skip
333 335
334 [ $runtime == vm && ($system == windows || $system == linux) ] 336 [ $runtime == vm && ($system == windows || $system == linux) ]
335 watcher/test/*/mac_os_test: Skip 337 watcher/test/*/mac_os_test: Skip
336 338
337 [ $runtime == vm && $system == linux ] 339 [ $runtime == vm && $system == linux ]
338 watcher/test/*/linux_test: Pass, Slow # Issue 14606 340 watcher/test/*/linux_test: Pass, Slow # Issue 14606
339 341
340 [ $runtime == vm && $system == macos ] 342 [ $runtime == vm && $system == macos ]
341 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 343 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024
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