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

Side by Side Diff: pkg/pkg.status

Issue 397823004: Detect invalid const constructor due to non-const initializer in field declaration. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Comment fix Created 6 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
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 231 matching lines...) Expand 10 before | Expand all | Expand 10 after
242 [ $compiler == dartanalyzer || $compiler == dart2analyzer ] 242 [ $compiler == dartanalyzer || $compiler == dart2analyzer ]
243 # These tests are runtime negative but statically positive, so we skip 243 # These tests are runtime negative but statically positive, so we skip
244 # them in the analyzer. 244 # them in the analyzer.
245 mock/test/mock_regexp_negative_test: Skip 245 mock/test/mock_regexp_negative_test: Skip
246 mock/test/mock_stepwise_negative_test: Skip 246 mock/test/mock_stepwise_negative_test: Skip
247 polymer/e2e_test/canonicalization: Skip 247 polymer/e2e_test/canonicalization: Skip
248 polymer/e2e_test/experimental_boot: Skip 248 polymer/e2e_test/experimental_boot: Skip
249 249
250 third_party/angular_tests/browser_test: StaticWarning # Issue 15890 250 third_party/angular_tests/browser_test: StaticWarning # Issue 15890
251 251
252 [ $compiler == dartanalyzer ]
253 # This test uses third_party/pkg/perf_api/lib/perf_api.dart, which
254 # contains illegal constant constructors.
255 third_party/angular_tests/browser_test: CompileTimeError
256
252 [ $compiler == dart2js && $runtime == none] 257 [ $compiler == dart2js && $runtime == none]
253 polymer/e2e_test/canonicalization: Skip 258 polymer/e2e_test/canonicalization: Skip
254 polymer/e2e_test/experimental_boot: Skip 259 polymer/e2e_test/experimental_boot: Skip
255 260
256 [ $compiler == dart2js && $csp ] 261 [ $compiler == dart2js && $csp ]
257 polymer/test/noscript_test: Fail # Issue 17326 262 polymer/test/noscript_test: Fail # Issue 17326
258 polymer/test/js_custom_event_test: Fail # Issue 17326 263 polymer/test/js_custom_event_test: Fail # Issue 17326
259 polymer/test/js_interop_test: Fail # Issue 17326 264 polymer/test/js_interop_test: Fail # Issue 17326
260 265
261 # This test cannot run under CSP because it is injecting a JavaScript polyfill 266 # This test cannot run under CSP because it is injecting a JavaScript polyfill
(...skipping 185 matching lines...) Expand 10 before | Expand all | Expand 10 after
447 http/test/multipart_test: Fail 452 http/test/multipart_test: Fail
448 http/test/request_test: Fail 453 http/test/request_test: Fail
449 http/test/response_test: Fail 454 http/test/response_test: Fail
450 oauth2/test/authorization_code_grant_test: Fail 455 oauth2/test/authorization_code_grant_test: Fail
451 oauth2/test/client_test: Fail 456 oauth2/test/client_test: Fail
452 oauth2/test/credentials_test: Fail 457 oauth2/test/credentials_test: Fail
453 oauth2/test/handle_access_token_response_test: Fail 458 oauth2/test/handle_access_token_response_test: Fail
454 459
455 [ $runtime == drt ] 460 [ $runtime == drt ]
456 http/test/html/client_test: Skip # Issue 18566 461 http/test/html/client_test: Skip # Issue 18566
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698