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

Side by Side Diff: pkg/pkg.status

Issue 17765004: Add support for V8 and Firefox stack traces in pkg/stack_trace. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Make tests run on the browser bots. Created 7 years, 5 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 | pkg/stack_trace/lib/src/frame.dart » ('j') | pkg/stack_trace/lib/src/frame.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 # Run this test manually to verify that the fixnum library produces 5 # Run this test manually to verify that the fixnum library produces
6 # the same results as native ints on a set of directed and random inputs. 6 # the same results as native ints on a set of directed and random inputs.
7 # Skip it when running automated tests because it times out. This 7 # Skip it when running automated tests because it times out. This
8 # test only makes sense on runtimes that support 64-bit integer 8 # test only makes sense on runtimes that support 64-bit integer
9 # arithmetic natively, i.e., the VM. 9 # arithmetic natively, i.e., the VM.
10 fixnum/test/int_64_vm_test: Skip 10 fixnum/test/int_64_vm_test: Skip
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 50
51 [ $runtime == safari ] 51 [ $runtime == safari ]
52 fixnum/test/int_64_test: Pass, Fail # Bug in JSC. 52 fixnum/test/int_64_test: Pass, Fail # Bug in JSC.
53 crypto/test/hmac_sha1_test: Fail # Issue 11407. 53 crypto/test/hmac_sha1_test: Fail # Issue 11407.
54 crypto/test/sha1_test: Fail # Issue 11407. 54 crypto/test/sha1_test: Fail # Issue 11407.
55 55
56 # Skip browser-specific tests on VM 56 # Skip browser-specific tests on VM
57 [ $runtime == vm ] 57 [ $runtime == vm ]
58 pathos/test/pathos_dartium_test: Fail, OK # Uses dart:html 58 pathos/test/pathos_dartium_test: Fail, OK # Uses dart:html
59 pathos/test/pathos_dart2js_test: Fail, OK # Uses dart:html 59 pathos/test/pathos_dart2js_test: Fail, OK # Uses dart:html
60 stack_trace/test/dartium_test: Fail # Dartium-specific traces
Bob Nystrom 2013/06/26 17:01:05 Would "Skip" or "Fail, OK" be better here?
nweiz 2013/06/26 20:08:01 I don't think we want to skip, since if this ever
Bob Nystrom 2013/06/26 20:11:46 I think "Fail, OK" means "this tests is intended t
nweiz 2013/06/26 20:18:48 You're right. Done.
60 intl/test/find_default_locale_browser_test: Skip 61 intl/test/find_default_locale_browser_test: Skip
61 intl/test/date_time_format_http_request_test: Skip 62 intl/test/date_time_format_http_request_test: Skip
62 63
63 [ $runtime == vm && $system == windows ] 64 [ $runtime == vm && $system == windows ]
64 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 65 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
65 intl/test/message_extraction/message_extraction_test: Fail # Issue 9167 66 intl/test/message_extraction/message_extraction_test: Fail # Issue 9167
66 67
67 [ $compiler == dart2js ] 68 [ $compiler == dart2js ]
68 analyzer_experimental/test/generated/ast_test: Fail, Slow # Issue 11230 69 analyzer_experimental/test/generated/ast_test: Fail, Slow # Issue 11230
69 unittest/test/instance_test: Fail # http://dartbug.com/11191 70 unittest/test/instance_test: Fail # http://dartbug.com/11191
(...skipping 26 matching lines...) Expand all
96 # The unminified unittest tests test that the real names of Dart types are 97 # The unminified unittest tests test that the real names of Dart types are
97 # printed. Minified versions of these tests exist that test the behavior when 98 # printed. Minified versions of these tests exist that test the behavior when
98 # minified. 99 # minified.
99 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS 100 unittest/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART 2JS
100 101
101 [ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome || $runtime == drt) ] 102 [ $compiler == dart2js && $unchecked && ($runtime == d8 || $runtime == chrome || $runtime == drt) ]
102 crypto/test/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail ?id=2692 103 crypto/test/sha1_test: Fail # V8 bug: https://code.google.com/p/v8/issues/detail ?id=2692
103 104
104 [ $compiler == dart2js && $browser ] 105 [ $compiler == dart2js && $browser ]
105 pathos/test/pathos_dartium_test: Fail # Issue 6490 106 pathos/test/pathos_dartium_test: Fail # Issue 6490
107 stack_trace/test/dartium_test: Fail # Dartium-specific traces
106 crypto/test/sha256_test: Slow, Pass 108 crypto/test/sha256_test: Slow, Pass
107 crypto/test/sha1_test: Slow, Pass 109 crypto/test/sha1_test: Slow, Pass
108 110
109 [ $browser ] 111 [ $browser ]
110 analyzer_experimental/test/error_test: Fail, OK # Uses dart:io. 112 analyzer_experimental/test/error_test: Fail, OK # Uses dart:io.
111 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io. 113 analyzer_experimental/test/generated/element_test: Fail, OK # Uses dart:io.
112 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io. 114 analyzer_experimental/test/generated/resolver_test: Fail, OK # Uses dart:io.
113 analyzer_experimental/test/options_test: Fail, OK # Uses dart:io. 115 analyzer_experimental/test/options_test: Fail, OK # Uses dart:io.
114 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io. 116 analyzer_experimental/test/services/formatter_test: Fail, OK # Uses dart:io.
115 barback/test/*: Fail, OK # Uses dart:io. 117 barback/test/*: Fail, OK # Uses dart:io.
116 http/test/client_test: Fail, OK # Uses dart:io. 118 http/test/client_test: Fail, OK # Uses dart:io.
117 http/test/http_test: Fail, OK # Uses dart:io. 119 http/test/http_test: Fail, OK # Uses dart:io.
118 http/test/mock_client_test: Fail, OK # Uses dart:io. 120 http/test/mock_client_test: Fail, OK # Uses dart:io.
119 http/test/multipart_test: Fail, OK # Uses dart:io. 121 http/test/multipart_test: Fail, OK # Uses dart:io.
120 http/test/request_test: Fail, OK # Uses dart:io. 122 http/test/request_test: Fail, OK # Uses dart:io.
121 http/test/response_test: Fail, OK # Uses dart:io. 123 http/test/response_test: Fail, OK # Uses dart:io.
122 http/test/streamed_request_test: Fail, OK # Uses dart:io. 124 http/test/streamed_request_test: Fail, OK # Uses dart:io.
123 http_server/test/*: Fail, OK # Uses dart:io. 125 http_server/test/*: Fail, OK # Uses dart:io.
124 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io. 126 intl/test/date_time_format_file_even_test: Fail, OK # Uses dart:io.
125 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io. 127 intl/test/date_time_format_file_odd_test: Fail, OK # Uses dart:io.
126 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io. 128 intl/test/find_default_locale_standalone_test: Fail, OK # Uses dart:io.
127 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io. 129 intl/test/message_extraction/message_extraction_test: Fail, OK # Uses dart:io.
128 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io. 130 oauth2/test/authorization_code_grant_test: Fail, OK # Uses dart:io.
129 oauth2/test/client_test: Fail, OK # Uses dart:io. 131 oauth2/test/client_test: Fail, OK # Uses dart:io.
130 oauth2/test/credentials_test: Fail, OK # Uses dart:io. 132 oauth2/test/credentials_test: Fail, OK # Uses dart:io.
131 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io. 133 oauth2/test/handle_access_token_response_test: Fail, OK # Uses dart:io.
132 pathos/test/pathos_io_test: Fail, OK # Uses dart:io. 134 pathos/test/pathos_io_test: Fail, OK # Uses dart:io.
135 stack_trace/test/vm_test: Fail, OK # VM-specific method names.
133 136
134 scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440 137 scheduled_test/test/descriptor/async_test: Fail # http://dartbug.com/8440
135 scheduled_test/test/descriptor/directory_test: Fail # http://dartbug.com/8440 138 scheduled_test/test/descriptor/directory_test: Fail # http://dartbug.com/8440
136 scheduled_test/test/descriptor/file_test: Fail # http://dartbug.com/8440 139 scheduled_test/test/descriptor/file_test: Fail # http://dartbug.com/8440
137 scheduled_test/test/descriptor/nothing_test: Fail # http://dartbug.com/8440 140 scheduled_test/test/descriptor/nothing_test: Fail # http://dartbug.com/8440
138 scheduled_test/test/descriptor/pattern_test: Fail # http://dartbug.com/8440 141 scheduled_test/test/descriptor/pattern_test: Fail # http://dartbug.com/8440
139 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84 40 142 scheduled_test/test/scheduled_future_matchers_test: Fail # http://dartbug.com/84 40
140 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440 143 scheduled_test/test/scheduled_process_test: Fail # http://dartbug.com/8440
141 scheduled_test/test/scheduled_test/abort_test: Fail # http://dartbug.com/8440 144 scheduled_test/test/scheduled_test/abort_test: Fail # http://dartbug.com/8440
142 scheduled_test/test/scheduled_test/current_schedule_current_task_test: Fail # ht tp://dartbug.com/8440 145 scheduled_test/test/scheduled_test/current_schedule_current_task_test: Fail # ht tp://dartbug.com/8440
143 scheduled_test/test/scheduled_test/current_schedule_errors_test: Fail # http://d artbug.com/8440 146 scheduled_test/test/scheduled_test/current_schedule_errors_test: Fail # http://d artbug.com/8440
144 scheduled_test/test/scheduled_test/current_schedule_state_test: Fail # http://da rtbug.com/8440 147 scheduled_test/test/scheduled_test/current_schedule_state_test: Fail # http://da rtbug.com/8440
145 scheduled_test/test/scheduled_test/nested_task_test: Fail # http://dartbug.com/8 440 148 scheduled_test/test/scheduled_test/nested_task_test: Fail # http://dartbug.com/8 440
146 scheduled_test/test/scheduled_test/on_complete_test: Fail # http://dartbug.com/8 440 149 scheduled_test/test/scheduled_test/on_complete_test: Fail # http://dartbug.com/8 440
147 scheduled_test/test/scheduled_test/on_exception_test: Fail # http://dartbug.com/ 8440 150 scheduled_test/test/scheduled_test/on_exception_test: Fail # http://dartbug.com/ 8440
148 scheduled_test/test/scheduled_test/out_of_band_task_test: Fail # http://dartbug. com/8440 151 scheduled_test/test/scheduled_test/out_of_band_task_test: Fail # http://dartbug. com/8440
149 scheduled_test/test/scheduled_test/set_up_test: Fail # http://dartbug.com/8440 152 scheduled_test/test/scheduled_test/set_up_test: Fail # http://dartbug.com/8440
150 scheduled_test/test/scheduled_test/signal_error_test: Fail # http://dartbug.com/ 8440 153 scheduled_test/test/scheduled_test/signal_error_test: Fail # http://dartbug.com/ 8440
151 scheduled_test/test/scheduled_test/simple_test: Fail # http://dartbug.com/8440 154 scheduled_test/test/scheduled_test/simple_test: Fail # http://dartbug.com/8440
152 scheduled_test/test/scheduled_test/task_return_value_test: Fail # http://dartbug .com/8440 155 scheduled_test/test/scheduled_test/task_return_value_test: Fail # http://dartbug .com/8440
153 scheduled_test/test/scheduled_test/timeout_test: Fail # http://dartbug.com/8440 156 scheduled_test/test/scheduled_test/timeout_test: Fail # http://dartbug.com/8440
154 scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/84 40 157 scheduled_test/test/scheduled_test/wrap_async_test: Fail # http://dartbug.com/84 40
155 scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8 440 158 scheduled_test/test/scheduled_test/wrap_future_test: Fail # http://dartbug.com/8 440
156 159
157 stack_trace/test/frame_test: Fail # http://dartbug.com/6943
158 stack_trace/test/trace_test: Fail # http://dartbug.com/6943
159
160 160
161 [ $runtime == safari] 161 [ $runtime == safari]
162 # Bug in JSC: the test only passes when being debugged. 162 # Bug in JSC: the test only passes when being debugged.
163 crypto/test/hmac_md5_test: Fail, Pass 163 crypto/test/hmac_md5_test: Fail, Pass
164 164
165 [ $minified == false ] 165 [ $minified == false ]
166 # The minified unittest tests test that the minified names of Dart types are 166 # The minified unittest tests test that the minified names of Dart types are
167 # printed. Unminified versions of these tests exist that test the behavior when 167 # printed. Unminified versions of these tests exist that test the behavior when
168 # not minified. 168 # not minified.
169 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J S 169 unittest/test/*_minified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2J S
(...skipping 17 matching lines...) Expand all
187 # test on Dartium, which requires all tests to have a library. 187 # test on Dartium, which requires all tests to have a library.
188 [ $runtime == dartium || $runtime == drt ] 188 [ $runtime == dartium || $runtime == drt ]
189 serialization/test/no_library_test: Skip # Expected Failure 189 serialization/test/no_library_test: Skip # Expected Failure
190 190
191 [ ($runtime == dartium || $runtime == drt) && $compiler == none ] 191 [ ($runtime == dartium || $runtime == drt) && $compiler == none ]
192 pathos/test/pathos_dart2js_test: Fail, OK # Issue 6490 192 pathos/test/pathos_dart2js_test: Fail, OK # Issue 6490
193 193
194 # Skip mdv_observe tests on command line VM, they only run in the browser. 194 # Skip mdv_observe tests on command line VM, they only run in the browser.
195 [ $runtime == vm ] 195 [ $runtime == vm ]
196 mdv_observe: Skip 196 mdv_observe: Skip
OLDNEW
« no previous file with comments | « no previous file | pkg/stack_trace/lib/src/frame.dart » ('j') | pkg/stack_trace/lib/src/frame.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698