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

Side by Side Diff: pkg/pkg.status

Issue 293023008: Bring back initPolymer, allow boot.js only if using "polymer_experimental.html". (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years, 7 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 | « pkg/pkg.gyp ('k') | pkg/polymer/e2e_test/README.txt » ('j') | 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 81 matching lines...) Expand 10 before | Expand all | Expand 10 after
92 [ $runtime == jsshell ] 92 [ $runtime == jsshell ]
93 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported. 93 async/test/stream_zip_test: RuntimeError, OK # Timers are not supported.
94 scheduled_test/test/unittest_compatibility_test: RuntimeError # Issue 7728 94 scheduled_test/test/unittest_compatibility_test: RuntimeError # Issue 7728
95 unittest/test/unittest_nested_groups_setup_teardown_test: RuntimeError # http:// dartbug.com/10109 95 unittest/test/unittest_nested_groups_setup_teardown_test: RuntimeError # http:// dartbug.com/10109
96 96
97 [ $compiler == dart2js && $runtime == drt ] 97 [ $compiler == dart2js && $runtime == drt ]
98 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548 98 async/test/stream_zip_test: RuntimeError, Pass # Issue 18548
99 99
100 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ] 100 [ $runtime == vm || $runtime == d8 || $runtime == jsshell ]
101 polymer/example: Skip # Uses dart:html 101 polymer/example: Skip # Uses dart:html
102 polymer/e2e_test: Skip # Uses dart:html
102 polymer/test/attr_deserialize_test: Skip # uses dart:html 103 polymer/test/attr_deserialize_test: Skip # uses dart:html
103 polymer/test/attr_mustache_test: Skip #uses dart:html 104 polymer/test/attr_mustache_test: Skip #uses dart:html
104 polymer/test/bind_test: Skip # uses dart:html 105 polymer/test/bind_test: Skip # uses dart:html
105 polymer/test/bind_mdv_test: Skip # uses dart:html 106 polymer/test/bind_mdv_test: Skip # uses dart:html
106 polymer/test/custom_event_test: Skip # uses dart:html 107 polymer/test/custom_event_test: Skip # uses dart:html
107 polymer/test/entered_view_test: Skip # uses dart:html 108 polymer/test/entered_view_test: Skip # uses dart:html
108 polymer/test/event_handlers_test: Skip #uses dart:html 109 polymer/test/event_handlers_test: Skip #uses dart:html
109 polymer/test/event_path_declarative_test: Skip #uses dart:html 110 polymer/test/event_path_declarative_test: Skip #uses dart:html
110 polymer/test/event_path_test: Skip #uses dart:html 111 polymer/test/event_path_test: Skip #uses dart:html
111 polymer/test/events_test: Skip #uses dart:html 112 polymer/test/events_test: Skip #uses dart:html
(...skipping 56 matching lines...) Expand 10 before | Expand all | Expand 10 after
168 third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733. 169 third_party/angular_tests/vm_test: Fail # Uses removed APIs. See issue 18733.
169 170
170 [ $runtime == vm && $system == windows ] 171 [ $runtime == vm && $system == windows ]
171 intl/test/find_default_locale_standalone_test: Fail # Issue 8110 172 intl/test/find_default_locale_standalone_test: Fail # Issue 8110
172 173
173 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 174 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
174 # These tests are runtime negative but statically positive, so we skip 175 # These tests are runtime negative but statically positive, so we skip
175 # them in the analyzer. 176 # them in the analyzer.
176 mock/test/mock_regexp_negative_test: Skip 177 mock/test/mock_regexp_negative_test: Skip
177 mock/test/mock_stepwise_negative_test: Skip 178 mock/test/mock_stepwise_negative_test: Skip
178 polymer/example/canonicalization: Skip 179 polymer/e2e_test/canonicalization: Skip
179 polymer/example/canonicalization2: Skip 180 polymer/e2e_test/experimental_boot: Skip
180 polymer/example/canonicalization3: Skip
181 181
182 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 182 third_party/angular_tests/browser_test: StaticWarning # Issue 15890
183 183
184 [ $compiler == dart2js && $runtime == none] 184 [ $compiler == dart2js && $runtime == none]
185 polymer/example/canonicalization: Skip 185 polymer/e2e_test/canonicalization: Skip
186 polymer/example/canonicalization2: Skip 186 polymer/e2e_test/experimental_boot: Skip
187 polymer/example/canonicalization3: Skip
188 187
189 [ $compiler == dart2js && $csp ] 188 [ $compiler == dart2js && $csp ]
190 polymer/test/noscript_test: Fail # Issue 17326 189 polymer/test/noscript_test: Fail # Issue 17326
191 polymer/test/js_interop_test: Fail # Issue 17326 190 polymer/test/js_interop_test: Fail # Issue 17326
192 191
193 # This test cannot run under CSP because it is injecting a JavaScript polyfill 192 # This test cannot run under CSP because it is injecting a JavaScript polyfill
194 mutation_observer: Skip 193 mutation_observer: Skip
195 194
196 [ $compiler == dart2js && $minified ] 195 [ $compiler == dart2js && $minified ]
197 # The unminified unittest tests test that the real names of Dart types are 196 # The unminified unittest tests test that the real names of Dart types are
198 # printed. Minified versions of these tests exist that test the behavior when 197 # printed. Minified versions of these tests exist that test the behavior when
199 # minified. 198 # minified.
200 matcher/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2 JS 199 matcher/test/*_unminified_test: Skip # DO NOT COPY THIS UNLESS YOU WORK ON DART2 JS
201 200
202 [ $compiler == dart2js && $browser ] 201 [ $compiler == dart2js && $browser ]
203 stack_trace/test/vm_test: Fail, OK # VM-specific traces 202 stack_trace/test/vm_test: Fail, OK # VM-specific traces
204 stack_trace/test/chain_test: Fail # Issues 15171 and 15105 203 stack_trace/test/chain_test: Fail # Issues 15171 and 15105
205 crypto/test/sha256_test: Slow, Pass 204 crypto/test/sha256_test: Slow, Pass
206 crypto/test/sha1_test: Slow, Pass 205 crypto/test/sha1_test: Slow, Pass
207 polymer/example/component: Fail # Issue 13198 206 polymer/example/component: Fail # Issue 13198
207 polymer/e2e_test/canonicalization/test/dev1_test: Fail, OK # tests development o nly behavior
208 polymer/e2e_test/canonicalization/test/dev2_test: Fail, OK # tests development o nly behavior
209 polymer/e2e_test/canonicalization/test/dev3_test: Fail, OK # tests development o nly behavior
210 polymer/e2e_test/canonicalization/test/dir/dev1_test: Fail, OK # tests developme nt only behavior
211 polymer/e2e_test/canonicalization/test/dir/dev2_test: Fail, OK # tests developme nt only behavior
212 polymer/e2e_test/bad_import1: RuntimeError # Issue 17596
213 polymer/e2e_test/bad_import2: RuntimeError # Issue 17596
214 polymer/e2e_test/bad_import3: Fail, OK # tests broken import
208 polymer/test/mirror_loader_test: Skip # tests development only behavior 215 polymer/test/mirror_loader_test: Skip # tests development only behavior
209 216
210 [ $compiler == dart2js && $runtime == chromeOnAndroid ] 217 [ $compiler == dart2js && $runtime == chromeOnAndroid ]
211 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e. 218 intl/test/date_time_format_http_request_test: Fail # TODO(kasperl): Please triag e.
212 219
213 [ $browser ] 220 [ $browser ]
214 analysis_server/test/*: Skip # Uses dart:io. 221 analysis_server/test/*: Skip # Uses dart:io.
215 analyzer/test/error_test: Fail, OK # Uses dart:io. 222 analyzer/test/error_test: Fail, OK # Uses dart:io.
216 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io. 223 analyzer/test/generated/ast_test: Fail, OK # Uses dart:io.
217 analyzer/test/generated/element_test: Fail, OK # Uses dart:io. 224 analyzer/test/generated/element_test: Fail, OK # Uses dart:io.
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 unittest/test/unittest_runtests_without_tests_test: Fail # 13921 310 unittest/test/unittest_runtests_without_tests_test: Fail # 13921
304 unittest/test/unittest_setup_and_teardown_test: Fail # 13921 311 unittest/test/unittest_setup_and_teardown_test: Fail # 13921
305 unittest/test/unittest_setup_test: Fail # 13921 312 unittest/test/unittest_setup_test: Fail # 13921
306 unittest/test/unittest_single_correct_test: Fail # 13921 313 unittest/test/unittest_single_correct_test: Fail # 13921
307 unittest/test/unittest_single_failing_test: Fail # 13921 314 unittest/test/unittest_single_failing_test: Fail # 13921
308 unittest/test/unittest_skipped_soloed_nested_test: Fail # 13921 315 unittest/test/unittest_skipped_soloed_nested_test: Fail # 13921
309 unittest/test/unittest_teardown_test: Fail # 13921 316 unittest/test/unittest_teardown_test: Fail # 13921
310 unittest/test/unittest_test_returning_future_test: Fail # 13921 317 unittest/test/unittest_test_returning_future_test: Fail # 13921
311 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921 318 unittest/test/unittest_test_returning_future_using_runasync_test: Fail # 13921
312 unittest/test/unittest_testcases_immutable_test: Fail # 13921 319 unittest/test/unittest_testcases_immutable_test: Fail # 13921
320 polymer/e2e_test/canonicalization/test/deploy1_test: Fail, OK # tests deploy onl y behavior
321 polymer/e2e_test/canonicalization/test/deploy2_test: Fail, OK # tests deploy onl y behavior
322 polymer/e2e_test/canonicalization/test/deploy3_test: Fail, OK # tests deploy onl y behavior
323 polymer/e2e_test/canonicalization/test/dir/dev2_test: RuntimeError # Issue 17596
324 polymer/e2e_test/canonicalization/test/dir/deploy1_test: Fail, OK # tests deploy only behavior
325 polymer/e2e_test/canonicalization/test/dir/deploy2_test: Fail, OK # tests deploy only behavior
313 polymer/test/custom_event_test: Pass, Crash # 14360 326 polymer/test/custom_event_test: Pass, Crash # 14360
314 327
315 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) && $checked ] 328 [ $compiler == none && ( $runtime == dartium || $runtime == drt ) && $checked ]
316 polymer/test/custom_event_test: Skip # http://dartbug.com/15517 329 polymer/test/custom_event_test: Skip # http://dartbug.com/15517
317 330
318 [ $runtime == vm ] 331 [ $runtime == vm ]
319 # Skip tests on the VM if the package depends on dart:html 332 # Skip tests on the VM if the package depends on dart:html
320 custom_element: Skip 333 custom_element: Skip
321 template_binding: Skip 334 template_binding: Skip
322 mutation_observer: Skip 335 mutation_observer: Skip
(...skipping 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
375 http/test/multipart_test: Fail 388 http/test/multipart_test: Fail
376 http/test/request_test: Fail 389 http/test/request_test: Fail
377 http/test/response_test: Fail 390 http/test/response_test: Fail
378 oauth2/test/authorization_code_grant_test: Fail 391 oauth2/test/authorization_code_grant_test: Fail
379 oauth2/test/client_test: Fail 392 oauth2/test/client_test: Fail
380 oauth2/test/credentials_test: Fail 393 oauth2/test/credentials_test: Fail
381 oauth2/test/handle_access_token_response_test: Fail 394 oauth2/test/handle_access_token_response_test: Fail
382 395
383 [ $runtime == drt ] 396 [ $runtime == drt ]
384 http/test/html/client_test: Skip # Issue 18566 397 http/test/html/client_test: Skip # Issue 18566
OLDNEW
« no previous file with comments | « pkg/pkg.gyp ('k') | pkg/polymer/e2e_test/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698