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

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

Issue 94093009: Mark stack_trace/test/trace_test as passing on safari (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years 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 76 matching lines...) Expand 10 before | Expand all | Expand 10 after
87 intl/test/date_time_format_http_request_test: Skip # Timeout. 87 intl/test/date_time_format_http_request_test: Skip # Timeout.
88 88
89 [ $runtime == ie9 ] 89 [ $runtime == ie9 ]
90 intl/test/date_time_format_http_request_test: Fail # Issue 8983 90 intl/test/date_time_format_http_request_test: Fail # Issue 8983
91 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9. 91 mime/test/mime_multipart_transformer_test: Skip # No typed_data on IE9.
92 collection_helpers/test/typed_buffers_test: Fail, Crash # No typed_data on IE9. 92 collection_helpers/test/typed_buffers_test: Fail, Crash # No typed_data on IE9.
93 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 93 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167
94 94
95 [ $runtime == safari ] 95 [ $runtime == safari ]
96 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. 96 fixnum/test/int_64_test: Pass, Fail # Bug in JSC.
97 stack_trace/test/trace_test: Fail # http://dartbug.com/12380
98 97
99 # Unexplained errors only occuring on Safari. 98 # Unexplained errors only occuring on Safari.
100 collection_helpers/test/typed_buffers_test: RuntimeError 99 collection_helpers/test/typed_buffers_test: RuntimeError
101 100
102 [ $runtime == ie9 || $runtime == ie10 ] 101 [ $runtime == ie9 || $runtime == ie10 ]
103 polymer/example/canonicalization/test/canonicalization_deploy_test: Pass, Timeou t 102 polymer/example/canonicalization/test/canonicalization_deploy_test: Pass, Timeou t
104 polymer/example/canonicalization/test/canonicalization_test: Timeout, OK # tests development only behavior 103 polymer/example/canonicalization/test/canonicalization_test: Timeout, OK # tests development only behavior
105 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260 104 polymer/test/attr_deserialize_test: Pass, Timeout # Issue 13260
106 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260 105 polymer/test/attr_mustache_test: Pass, Timeout # Issue 13260
107 polymer/test/bind_test: Timeout # Issue 13260 106 polymer/test/bind_test: Timeout # Issue 13260
(...skipping 222 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members 329 unittest/test/mock_test: StaticWarning, OK # testing unimplemented members
331 330
332 [ $runtime == vm && ($system == windows || $system == macos) ] 331 [ $runtime == vm && ($system == windows || $system == macos) ]
333 watcher/test/*/linux_test: Skip 332 watcher/test/*/linux_test: Skip
334 333
335 [ $runtime == vm && ($system == windows || $system == linux) ] 334 [ $runtime == vm && ($system == windows || $system == linux) ]
336 watcher/test/*/mac_os_test: Skip 335 watcher/test/*/mac_os_test: Skip
337 336
338 [ $runtime == vm && $system == macos ] 337 [ $runtime == vm && $system == macos ]
339 watcher/test/directory_watcher/mac_os_test: Pass, Fail # Issue 15024 338 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