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

Side by Side Diff: pkg/pkg.status

Issue 75863004: Add a stack chain class to the stack trace package. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: code review Created 7 years, 1 month 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 | pkg/stack_trace/lib/src/chain.dart » ('j') | pkg/stack_trace/lib/src/chain.dart » ('J')
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 22 matching lines...) Expand all
33 [ $compiler == dart2js && $checked && $runtime == ie9 ] 33 [ $compiler == dart2js && $checked && $runtime == ie9 ]
34 crypto/test/base64_test: Timeout # Issue 12486 34 crypto/test/base64_test: Timeout # Issue 12486
35 template_binding/test/template_binding_test: Fail # Issue 15093 35 template_binding/test/template_binding_test: Fail # Issue 15093
36 36
37 [ $compiler == dart2js && $checked && $runtime == d8 ] 37 [ $compiler == dart2js && $checked && $runtime == d8 ]
38 serialization/test/serialization_test: Pass, RuntimeError # Issue 14735 38 serialization/test/serialization_test: Pass, RuntimeError # Issue 14735
39 39
40 [ $runtime == d8 || $runtime == jsshell ] 40 [ $runtime == d8 || $runtime == jsshell ]
41 unittest/test/unittest_nested_groups_setup_teardown_test: Pass, RuntimeError # h ttp://dartbug.com/10109 41 unittest/test/unittest_nested_groups_setup_teardown_test: Pass, RuntimeError # h ttp://dartbug.com/10109
42 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces 42 stack_trace/test/vm_test: RuntimeError, OK # VM-specific traces
43 stack_trace/test/chain_test: Fail # Issues 15171 and 15105
43 sequence_zip/test/stream_test: RuntimeError, OK # Timers are not supported. 44 sequence_zip/test/stream_test: RuntimeError, OK # Timers are not supported.
44 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728. 45 unittest/test/missing_tick_test: Fail # Timer interface not supported: dartbug.c om/7728.
45 46
46 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] 47 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
47 polymer/example: Skip # Uses dart:html 48 polymer/example: Skip # Uses dart:html
48 polymer/test/attr_deserialize_test: Skip # uses dart:html 49 polymer/test/attr_deserialize_test: Skip # uses dart:html
49 polymer/test/attr_mustache_test: Skip #uses dart:html 50 polymer/test/attr_mustache_test: Skip #uses dart:html
50 polymer/test/bind_test: Skip # uses dart:html 51 polymer/test/bind_test: Skip # uses dart:html
51 polymer/test/bind_mdv_test: Skip # uses dart:html 52 polymer/test/bind_mdv_test: Skip # uses dart:html
52 polymer/test/custom_event_test: Skip # uses dart:html 53 polymer/test/custom_event_test: Skip # uses dart:html
(...skipping 98 matching lines...) Expand 10 before | Expand all | Expand 10 after
151 mutation_observer: Skip 152 mutation_observer: Skip
152 153
153 [ $compiler == dart2js && $minified ] 154 [ $compiler == dart2js && $minified ]
154 # The unminified unittest tests test that the real names of Dart types are 155 # The unminified unittest tests test that the real names of Dart types are
155 # printed. Minified versions of these tests exist that test the behavior when 156 # printed. Minified versions of these tests exist that test the behavior when
156 # minified. 157 # minified.
157 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS 158 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS
158 159
159 [ $compiler == dart2js && $browser ] 160 [ $compiler == dart2js && $browser ]
160 stack_trace/test/vm_test: Fail, OK # VM-specific traces 161 stack_trace/test/vm_test: Fail, OK # VM-specific traces
162 stack_trace/test/chain_test: Fail # Issues 15171 and 15105
161 crypto/test/sha256_test: Slow, Pass 163 crypto/test/sha256_test: Slow, Pass
162 crypto/test/sha1_test: Slow, Pass 164 crypto/test/sha1_test: Slow, Pass
163 polymer/example/component: Fail # Issue 13198 165 polymer/example/component: Fail # Issue 13198
164 polymer/example/canonicalization/test/canonicalization_test: Fail, OK # tests de velopment only behavior 166 polymer/example/canonicalization/test/canonicalization_test: Fail, OK # tests de velopment only behavior
165 167
166 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 168 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
167 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage. 169 docgen/test/single_library_test: Fail # TODO(kasperl): Please triage.
168 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e. 170 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e.
169 171
170 [ $compiler == none && $runtime == vm && $system == windows ] 172 [ $compiler == none && $runtime == vm && $system == windows ]
(...skipping 160 matching lines...) Expand 10 before | Expand all | Expand 10 after
331 watcher/test/*/linux_test: Skip 333 watcher/test/*/linux_test: Skip
332 334
333 [ $runtime == vm && ($system == windows || $system == linux) ] 335 [ $runtime == vm && ($system == windows || $system == linux) ]
334 watcher/test/*/mac_os_test: Skip 336 watcher/test/*/mac_os_test: Skip
335 337
336 [ $runtime == vm && $system == linux ] 338 [ $runtime == vm && $system == linux ]
337 watcher/test/*/linux_test: Pass, Slow # Issue 14606 339 watcher/test/*/linux_test: Pass, Slow # Issue 14606
338 340
339 [ $runtime == vm && $system == macos ] 341 [ $runtime == vm && $system == macos ]
340 watcher/test/no_subscribers/mac_os_test: Fail # Issue 14793 (see test file for d etails) 342 watcher/test/no_subscribers/mac_os_test: Fail # Issue 14793 (see test file for d etails)
OLDNEW
« no previous file with comments | « no previous file | pkg/stack_trace/lib/src/chain.dart » ('j') | pkg/stack_trace/lib/src/chain.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698