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

Side by Side Diff: pkg/pkg.status

Issue 392253002: Mark two polymer tests as failing/flaky. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fix typo. Created 6 years, 5 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 | « 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 202 matching lines...) Expand 10 before | Expand all | Expand 10 after
213 polymer/e2e_test/*: Pass, RuntimeError # Issue 19265 213 polymer/e2e_test/*: Pass, RuntimeError # Issue 19265
214 polymer_expressions/*: Pass, RuntimeError # Issue 19265 214 polymer_expressions/*: Pass, RuntimeError # Issue 19265
215 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265 215 template_binding/test/template_binding_test: Pass, RuntimeError # Issue 19265
216 polymer/test/event_handlers_test: Pass, Timeout # Issue 19327 216 polymer/test/event_handlers_test: Pass, Timeout # Issue 19327
217 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747 217 analyzer/test/generated/java_core_test: Pass, Timeout # Issue 19747
218 218
219 [ $runtime == safari || $runtime == safarimobilesim ] 219 [ $runtime == safari || $runtime == safarimobilesim ]
220 # Unexplained errors only occuring on Safari. 220 # Unexplained errors only occuring on Safari.
221 typed_data/test/typed_buffers_test: RuntimeError 221 typed_data/test/typed_buffers_test: RuntimeError
222 222
223 [ $runtime == safari ]
224 polymer/test/js_interop_test: RuntimeError # Issue 20075
225
226 [ $runtime == safari || $ie ]
227 polymer/test/two_way_bind_test: Pass, RuntimeError # Issue 20075
228
223 # Skip browser-specific tests on VM 229 # Skip browser-specific tests on VM
224 [ $runtime == vm ] 230 [ $runtime == vm ]
225 path/test/browser_test: Fail, OK # Uses dart:html 231 path/test/browser_test: Fail, OK # Uses dart:html
226 intl/test/find_default_locale_browser_test: Skip 232 intl/test/find_default_locale_browser_test: Skip
227 intl/test/date_time_format_http_request_test: Skip 233 intl/test/date_time_format_http_request_test: Skip
228 third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733. 234 third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733.
229 235
230 [ $runtime == vm && $system == windows ] 236 [ $runtime == vm && $system == windows ]
231 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 237 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
232 238
(...skipping 205 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 http/test/multipart_test: Fail 444 http/test/multipart_test: Fail
439 http/test/request_test: Fail 445 http/test/request_test: Fail
440 http/test/response_test: Fail 446 http/test/response_test: Fail
441 oauth2/test/authorization_code_grant_test: Fail 447 oauth2/test/authorization_code_grant_test: Fail
442 oauth2/test/client_test: Fail 448 oauth2/test/client_test: Fail
443 oauth2/test/credentials_test: Fail 449 oauth2/test/credentials_test: Fail
444 oauth2/test/handle_access_token_response_test: Fail 450 oauth2/test/handle_access_token_response_test: Fail
445 451
446 [ $runtime == drt ] 452 [ $runtime == drt ]
447 http/test/html/client_test: Skip # Issue 18566 453 http/test/html/client_test: Skip # Issue 18566
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