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

Side by Side Diff: pkg/pkg.status

Issue 260303002: Update status after updating firefox to v28 on linux (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 7 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 | tests/html/html.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 # 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 91 matching lines...) Expand 10 before | Expand all | Expand 10 after
102 polymer/test/unbind_test: Skip # uses dart:html 102 polymer/test/unbind_test: Skip # uses dart:html
103 third_party/angular_tests/browser_test: Skip # uses dart:html 103 third_party/angular_tests/browser_test: Skip # uses dart:html
104 104
105 [$compiler == dart2dart] 105 [$compiler == dart2dart]
106 *: Skip 106 *: Skip
107 107
108 [ $compiler == dart2js || $compiler == dart2dart ] 108 [ $compiler == dart2js || $compiler == dart2dart ]
109 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th at 109 source_maps/test/vlq_test: RuntimeError # A VLQ test checks for large numbers th at
110 # overflow in JS (numbers slightly larger than 110 # overflow in JS (numbers slightly larger than
111 # 32 bits where we do bitwise operations). 111 # 32 bits where we do bitwise operations).
112 [ ($runtime == ff || $runtime == jsshell) && $system != windows ] 112 [ $runtime == jsshell ]
113 # Bug in Spidermonkey's Uint8ClampedArray on x64 (non-Win FF is x64, Win is x86) 113 # Bug in Spidermonkey's Uint8ClampedArray on x64 (non-Win FF is x64, Win is x86)
114 # See https://bugzilla.mozilla.org/show_bug.cgi?id=940972 114 # See https://bugzilla.mozilla.org/show_bug.cgi?id=940972
115 # Likely to get patched only on some versions of Firefox. 115 # Likely to get patched only on some versions of Firefox.
116 typed_data/test/typed_buffers_test: RuntimeError 116 typed_data/test/typed_buffers_test: RuntimeError
117 117
118 [ $runtime == opera && $compiler == dart2js ] 118 [ $runtime == opera && $compiler == dart2js ]
119 intl/test/find_default_locale_browser_test: Fail 119 intl/test/find_default_locale_browser_test: Fail
120 intl/test/date_time_format_http_request_test: Skip # Timeout. 120 intl/test/date_time_format_http_request_test: Skip # Timeout.
121 121
122 [ $runtime == ie9 ] 122 [ $runtime == ie9 ]
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
347 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode. 347 third_party/angular_tests/browser_test/core/scope: Skip # Requires checked mode.
348 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode. 348 third_party/angular_tests/browser_test/core/zone: Skip # Requires checked mode.
349 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152 349 third_party/angular_tests/browser_test/directive/ng_repeat: Skip # Issue 17152
350 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152 350 third_party/angular_tests/browser_test/change_detection/dirty_checking_change_de tector: Skip # Issue 17152
351 351
352 [ $use_repository_packages ] 352 [ $use_repository_packages ]
353 analyzer/test/*: PubGetError 353 analyzer/test/*: PubGetError
354 354
355 [ $runtime == ie9 ] 355 [ $runtime == ie9 ]
356 polymer: Pass, Fail, Timeout # Issue 16717 356 polymer: Pass, Fail, Timeout # Issue 16717
OLDNEW
« no previous file with comments | « no previous file | tests/html/html.status » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698