Commit Graph

1458 Commits

Author SHA1 Message Date
scheglov@google.com 1145c19860 Rollback pkg/analyzer that breaks code_transformers
R=blois@google.com, brianwilkerson@google.com, sigmund@google.com
BUG=

Review URL: https://codereview.chromium.org//214593008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34479 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-27 20:29:08 +00:00
alanknight@google.com 0f020d1230 Fix status file for new Intl test that shouldn't run on browsers
BUG=

Review URL: https://codereview.chromium.org//214793006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34478 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-27 18:18:23 +00:00
alanknight@google.com fc7d08e15a Avoid flaking in message_extraction tests by doing everything in a temp directory
R=efortuna@google.com

Review URL: https://codereview.chromium.org//197283043

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34476 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-27 17:23:20 +00:00
scheglov@google.com 240b4138ce Translate Java enums to Dart constants.
1. Restore "this.field" field formal initializers.

2. Tweaks for several Java places - mostly to the constructors; but also duplicate HintCode messages (in Dart we cannot get values of constant values final fields).

3. Translate field that are not written to Dart final fields and also to field initializers, even if there are no property for them.

4. And constant enums.

5. pkg/code_transformers/test/resolver_test has to be skipped, I cannot fix it myself.

R=brianwilkerson@google.com
BUG=

Review URL: https://codereview.chromium.org//214253002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34474 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-27 15:37:37 +00:00
vsm@google.com f334b9591d Fix static warnings in custom_element package
BUG=http://dartbug.com/17773
R=blois@google.com

Review URL: https://codereview.chromium.org//211033008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34372 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-25 17:18:03 +00:00
vsm@google.com c6ab99a50f Mark custom_element analyzer test as fail
TBR=blois@google.com

BUG=17773

Review URL: https://codereview.chromium.org//211243004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34369 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-25 16:47:16 +00:00
whesse@google.com 2a1fac8f9a Restore firefox browser to pkg/third_party/angular_tests suppression.
R=sgjesse@google.com

Review URL: https://codereview.chromium.org//211243002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34366 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-25 15:29:51 +00:00
whesse@google.com 862c372753 Add ie11 suppressions to pkg.status, and a new ie9 failure.
R=ricow@google.com

Review URL: https://codereview.chromium.org//211033003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34353 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-25 12:40:41 +00:00
kevmoo@google.com 0eccd1282e pkg/unittest: using matcher and mock from packages
R=sigmund@google.com

Review URL: https://codereview.chromium.org//210413002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34329 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-24 21:17:40 +00:00
kevmoo@google.com 76974f6c44 pkg/mock - NEW!
Pulled out of unittest. Using new 'matcher' package

BUG= https://code.google.com/p/dart/issues/detail?id=16990
R=sigmund@google.com

Review URL: https://codereview.chromium.org//209333003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34323 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-24 19:22:03 +00:00
ajohnsen@google.com 7be9b4d340 Update status file after bug fix.
BUG=
R=kevmoo@google.com

Review URL: https://codereview.chromium.org//208243017

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34321 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-24 19:09:37 +00:00
kevmoo@google.com dd1eb81a84 pkg/docgen: fixed status file
TBR

Review URL: https://codereview.chromium.org//200663003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34317 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-24 17:31:34 +00:00
kevmoo@google.com e0754c06f4 pkg/docgen: skip only_lib_content_in_pkg_test DEBUG - slow
only_lib_content_in_pkg_test fix empty packageRoot case

TBR

Review URL: https://codereview.chromium.org//209413004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34288 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-22 19:51:04 +00:00
kevmoo@google.com 3ced9003fa pkg/doc_gen: fix test on bots
TBR

Review URL: https://codereview.chromium.org//205193007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34287 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-22 18:45:15 +00:00
kevmoo@google.com a27b1f075b pkg/matcher
Copied from unittest. Unittest will update to use this package once it has been published.

R=blois@google.com

Review URL: https://codereview.chromium.org//208823005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34282 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-21 23:50:50 +00:00
ajohnsen@google.com ab90dff578 Mark generate_json_test as 'skip' for debug mode, again.
BUG=
R=sgjesse@google.com

Review URL: https://codereview.chromium.org//198203005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34189 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-20 17:41:16 +00:00
ajohnsen@google.com 72a31ec11b Remove generate_json_test marking form status-file, as an attempt to debug it.
BUG=
R=ricow@google.com

Review URL: https://codereview.chromium.org//204463004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34165 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-20 13:10:06 +00:00
ajohnsen@google.com 4900de7137 Run generate_json_test again on mac, to investigate failure.
BUG=

Review URL: https://codereview.chromium.org//205383003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34156 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-20 09:03:42 +00:00
ricow@google.com 30ff69f5c8 Remove suppression of stack trace test on IE10 - this was fixed in r34135
Review URL: https://codereview.chromium.org//206123002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34154 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-20 06:54:05 +00:00
sigmund@google.com c0f8bfa6f0 Fixing e2e test in windows
R=jmesserly@google.com

Review URL: https://codereview.chromium.org//196573040

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34122 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-19 17:52:44 +00:00
ricow@google.com 7467a12b99 Status file updates for running pkg tests on ie10
R=kustermann@google.com

Review URL: https://codereview.chromium.org//204353002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34110 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-19 09:25:20 +00:00
ricow@google.com 8d8e87fa4f Skip pkg/docgen/test/generate_json_test on ia32 in debug mode
This seems sort of random in what configurations this is failing on ia32 (debug)

Review URL: https://codereview.chromium.org//203983004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34105 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-19 07:54:09 +00:00
ricow@google.com 0bad028bfb Remove suppression for test no longer failing in debug mode on ia32
Also fix up suppression for simarm/simmips

Review URL: https://codereview.chromium.org//196413029

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34104 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-19 06:31:44 +00:00
kevmoo@google.com f1b99e2c37 pkg/docgen: more status file exceptions -- for ARM
TBR

Review URL: https://codereview.chromium.org//198923008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34102 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-19 04:02:30 +00:00
kevmoo@google.com 5c5c15cfcb pkg/docgen: more fighting bots
See https://code.google.com/p/dart/issues/detail?id=17602

TBR

Review URL: https://codereview.chromium.org//196423024

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34100 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-19 03:05:50 +00:00
sigmund@google.com 4cb6ecb313 Test seems to be failing with timeouts in the vm too. Updating status file.
BUG=

Review URL: https://codereview.chromium.org//203753008

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34099 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-19 02:42:06 +00:00
sigmund@google.com d45a346062 Mark end_to_end_test as failing in windows while I investigate further.
Review URL: https://codereview.chromium.org//203753007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34097 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-19 02:14:06 +00:00
sigmund@google.com 382f53d1b9 fix pubspec again (typo)
Review URL: https://codereview.chromium.org//203603004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34089 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-19 00:35:47 +00:00
sigmund@google.com 2d61971a43 Fix status file
R=kevmoo@google.com

Review URL: https://codereview.chromium.org//200723006

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34088 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-19 00:30:34 +00:00
sigmund@google.com d0c461fc96 Add codegen support in smoke
R=jmesserly@google.com

Review URL: https://codereview.chromium.org//194813007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34087 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-19 00:21:23 +00:00
kevmoo@google.com 7511e9ec3f pkg/status: disable this test on all bots
TBR

Review URL: https://codereview.chromium.org//203573007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34081 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-18 23:50:11 +00:00
kevmoo@google.com d4be4df334 pkg/docgen: marking status for known static warnings
Also include failure for Issue 17597

TBR

Review URL: https://codereview.chromium.org//203913004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34080 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-18 23:42:38 +00:00
kevmoo@google.com 72c361c89c pkg/docgen: test fixes
Split into seperate files to handle slowness and static state
Updated status file

R=alanknight@google.com

Review URL: https://codereview.chromium.org//203753005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@34078 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-18 23:16:43 +00:00
ricow@google.com fd98cb20a5 Update status for docgen/test/multi_library_test to skip on all browsers
Review URL: https://codereview.chromium.org//200613007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33804 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-18 14:22:53 +00:00
karlklose@google.com 41feb0f43a Fix a typo in transformer_test.
R=johnniwinther@google.com, nweiz@google.com
BUG= http://dartbug.com/17527

Review URL: https://codereview.chromium.org//203163002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33797 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-18 07:49:04 +00:00
kevmoo@google.com f6c13e8434 pkg/docgen re-skipping generate_json_test pending debug
TBR

Review URL: https://codereview.chromium.org//201883004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33782 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-17 22:37:50 +00:00
sigmund@google.com dcd5a3348c Fixes code_transformers after the latest analyzer changes
BUG=http://dartbug.com/17502
R=blois@google.com

Review URL: https://codereview.chromium.org//199413020

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33768 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-17 20:05:15 +00:00
kevmoo@google.com 2df2a9a11b pkg/docgen: refactoring and cleanup
locking down Indexable
Moved MDN code into its own library

R=efortuna@google.com

Review URL: https://codereview.chromium.org//180243024

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33753 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-17 17:06:50 +00:00
johnniwinther@google.com f744481c8e Mark various tests as slow for FYI
BUG=
R=karlklose@google.com

Review URL: https://codereview.chromium.org//199893004

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33743 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-17 13:26:25 +00:00
karlklose@google.com 213ade1f0c Mark pkg/observe/test/transformer_test as failing for dartanalyzer.
BUG= http://dartbug.com/17527

R=johnniwinther@google.com

Review URL: https://codereview.chromium.org//196383027

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33742 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-17 13:08:42 +00:00
scheglov@google.com 0542eb09b3 Fix pkg.status file
TBR

R=brianwilkerson@google.com
BUG=

Review URL: https://codereview.chromium.org//200863003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33720 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-14 20:51:46 +00:00
scheglov@google.com 5a455dbd46 Skip code_transformers/test/resolver_test
R=johnmccutchan@google.com
BUG=

Review URL: https://codereview.chromium.org//196423011

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33718 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-14 20:35:28 +00:00
ricow@google.com 8d542a1dbd Remove suppression for pkg/async/test/stream_zip_test on drt in checked mode noncsp
Updated issue 16719

Review URL: https://codereview.chromium.org//198623003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33637 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-13 06:56:11 +00:00
iposva@google.com c08e63f211 - Skip flaky test (dartbug.com/17430).
Review URL: https://codereview.chromium.org//197283003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33575 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-12 13:51:21 +00:00
kevmoo@google.com 4adf65a9dd pkg/unittest: support up to 6 arguments in expectAsync[Until]
Also support for default values in provided functions
removed deprecated in most tests
whitespace cleanup

R=sigmund@google.com

Review URL: https://codereview.chromium.org//193643003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33560 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-11 22:22:10 +00:00
brianwilkerson@google.com 7676bca4f4 Fix the build
Review URL: https://codereview.chromium.org//191273003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33458 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-07 21:40:46 +00:00
ricow@google.com dc3b6eea07 Mark two tests as failing in csp mode
pkg/polymer/test/noscript_test, pkg/polymer/test/js_interop_test

Started failing in r[33397:33409]

Filed http://dartbug.com/17326 to track this

Review URL: https://codereview.chromium.org//189363005

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33413 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-07 06:36:51 +00:00
jmesserly@google.com b218f342fd [polymer] interop with polymer-element and polymer.js
* let polymer.js register polymer-element
* let polymer.js bootstrap for polymer.dart
* hook polymer-element's register, if it's a Dart class go down the Dart code path

building polymer.concat.js (debug only) requires https://github.com/Polymer/polymer-dev/pull/9

R=sigmund@google.com

Review URL: https://codereview.chromium.org//182193002

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33398 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-06 22:04:20 +00:00
asiva@google.com a45d35263d Revert https://code.google.com/p/dart/source/detail?r=33346
R=sigmund@google.com

Review URL: https://codereview.chromium.org//187653007

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33353 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-05 23:17:06 +00:00
kevmoo@google.com e3c86256e7 pkg/unittest: much cleaner support for arbitrary args in expectAsync functions
remove calls to deprecated methods in tests
whitespace cleanup

R=sigmund@google.com

Review URL: https://codereview.chromium.org//187323003

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@33346 260f80e4-7a28-3924-810f-c04153c831b5
2014-03-05 21:41:40 +00:00