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

Side by Side Diff: pkg/pkg.status

Issue 26619002: Log exceptions caught in polymer expressions (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 2 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
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 75 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 intl/test/find_default_locale_browser_test: Skip 86 intl/test/find_default_locale_browser_test: Skip
87 intl/test/date_time_format_http_request_test: Skip 87 intl/test/date_time_format_http_request_test: Skip
88 polymer/test/attr_deserialize_test: Fail, OK # Uses dart:html 88 polymer/test/attr_deserialize_test: Fail, OK # Uses dart:html
89 polymer/test/attr_mustache_test: Fail, OK # Uses dart:html 89 polymer/test/attr_mustache_test: Fail, OK # Uses dart:html
90 polymer/test/event_path_test: Fail, OK # Uses dart:html 90 polymer/test/event_path_test: Fail, OK # Uses dart:html
91 polymer/test/events_test: Fail, OK # Uses dart:html 91 polymer/test/events_test: Fail, OK # Uses dart:html
92 polymer/test/prop_attr_reflection_test: Fail, OK # Uses dart:html 92 polymer/test/prop_attr_reflection_test: Fail, OK # Uses dart:html
93 polymer/test/publish_attributes_test: Fail, OK # Uses dart:html 93 polymer/test/publish_attributes_test: Fail, OK # Uses dart:html
94 polymer/test/take_attributes_test: Fail, OK # Uses dart:html 94 polymer/test/take_attributes_test: Fail, OK # Uses dart:html
95 polymer/example: Fail, OK # Uses dart:html 95 polymer/example: Fail, OK # Uses dart:html
96 polymer_expressions/test/polymer_expressions_test: Fail, OK # Uses dart:html
96 97
97 [ $runtime == vm && $system == windows ] 98 [ $runtime == vm && $system == windows ]
98 docgen/test/single_library_test: Fail # Issue 11985 99 docgen/test/single_library_test: Fail # Issue 11985
99 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 100 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
100 101
101 [ $compiler == dart2js ] 102 [ $compiler == dart2js ]
102 stack_trace/test/trace_test: Pass, Timeout # Issue 11645 103 stack_trace/test/trace_test: Pass, Timeout # Issue 11645
103 104
104 [ $compiler == dartanalyzer || $compiler == dart2analyzer] 105 [ $compiler == dartanalyzer || $compiler == dart2analyzer]
105 # These tests are runtime negative but statically positive, so we skip 106 # These tests are runtime negative but statically positive, so we skip
(...skipping 130 matching lines...) Expand 10 before | Expand all | Expand 10 after
236 237
237 [ $compiler == none && $runtime == vm ] 238 [ $compiler == none && $runtime == vm ]
238 observe/test/observe_test: Pass, Fail # Issue 13543 239 observe/test/observe_test: Pass, Fail # Issue 13543
239 240
240 [ $compiler == none && $runtime == vm && $checked ] 241 [ $compiler == none && $runtime == vm && $checked ]
241 intl/test/message_extraction/failed_extraction_test: Pass, Fail # Issue 13543 242 intl/test/message_extraction/failed_extraction_test: Pass, Fail # Issue 13543
242 243
243 [ $compiler == none && $runtime == dartium ] 244 [ $compiler == none && $runtime == dartium ]
244 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa ilure. 245 source_maps/test/parser_test: Pass, Timeout # Issue 13719: Please triage this fa ilure.
245 246
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698