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

Side by Side Diff: pkg/pkg.status

Issue 206123002: Remove suppression of stack trace test on IE10 - this was fixed in r34135 (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 6 years, 9 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 104 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167 115 polymer/test/instance_attrs_test: Pass, Fail # Issue 14167
116 polymer/test/bind_mdv_test: Slow, Pass 116 polymer/test/bind_mdv_test: Slow, Pass
117 template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717 117 template_binding/test/custom_element_bindings_test: Fail, Timeout # Issue 16717
118 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260 118 polymer/test/bind_mdv_test: RuntimeError # Issue 14412, 13260
119 119
120 [ $runtime == ie9 || $runtime == ie10 ] 120 [ $runtime == ie9 || $runtime == ie10 ]
121 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260 121 polymer/test/noscript_test: RuntimeError, Pass # Issue 13260
122 intl/test/date_time_format_http_request_test: Fail # Issue 8983 122 intl/test/date_time_format_http_request_test: Fail # Issue 8983
123 123
124 [ $runtime == ie10 ] 124 [ $runtime == ie10 ]
125 stack_trace/test/trace_test: RuntimeError # Issue 17607
126 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here exp licitly, since this is not the same as on ie9) 125 typed_data/test/typed_buffers_test/none: Fail # Issue 17607 (I put this here exp licitly, since this is not the same as on ie9)
127 126
128 [ $runtime == safari ] 127 [ $runtime == safari ]
129 # Unexplained errors only occuring on Safari. 128 # Unexplained errors only occuring on Safari.
130 typed_data/test/typed_buffers_test: RuntimeError 129 typed_data/test/typed_buffers_test: RuntimeError
131 130
132 # Skip browser-specific tests on VM 131 # Skip browser-specific tests on VM
133 [ $runtime == vm ] 132 [ $runtime == vm ]
134 path/test/browser_test: Fail, OK # Uses dart:html 133 path/test/browser_test: Fail, OK # Uses dart:html
135 intl/test/find_default_locale_browser_test: Skip 134 intl/test/find_default_locale_browser_test: Skip
(...skipping 248 matching lines...) Expand 10 before | Expand all | Expand 10 after
384 collection/test/priority_queue_test: PubGetError 383 collection/test/priority_queue_test: PubGetError
385 collection/test/unmodifiable_collection_test: PubGetError 384 collection/test/unmodifiable_collection_test: PubGetError
386 collection/test/wrapper_test: PubGetError 385 collection/test/wrapper_test: PubGetError
387 stack_trace/test/chain_test: PubGetError 386 stack_trace/test/chain_test: PubGetError
388 stack_trace/test/frame_test: PubGetError 387 stack_trace/test/frame_test: PubGetError
389 stack_trace/test/trace_test: PubGetError 388 stack_trace/test/trace_test: PubGetError
390 stack_trace/test/vm_test: PubGetError 389 stack_trace/test/vm_test: PubGetError
391 390
392 [ $runtime == ie9 ] 391 [ $runtime == ie9 ]
393 polymer: Pass, Fail, Timeout # Issue 16717 392 polymer: Pass, Fail, Timeout # Issue 16717
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