- Dec 12, 2013
-
-
alanknight@google.com authored
BUG= R=rnystrom@google.com Review URL: https://codereview.chromium.org//108513013 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@31094 260f80e4-7a28-3924-810f-c04153c831b5
-
- Dec 11, 2013
-
-
blois@google.com authored
BUG= R=sigmund@google.com Review URL: https://codereview.chromium.org//99053003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@31084 260f80e4-7a28-3924-810f-c04153c831b5
-
blois@google.com authored
Some of the names began with with unittest_, some not at all. BUG= R=sigmund@google.com Review URL: https://codereview.chromium.org//105113009 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@31083 260f80e4-7a28-3924-810f-c04153c831b5
-
sigmund@google.com authored
never updated. One important fix was that an extra 'stack' variable was shadowing a parameter here: https://code.google.com/p/dart/source/detail?r=30322 R=jmesserly@google.com Review URL: https://codereview.chromium.org//112253002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@31052 260f80e4-7a28-3924-810f-c04153c831b5
-
- Dec 02, 2013
-
-
rmacnak@google.com authored
BUG=http://dartbug.com/15405 Review URL: https://codereview.chromium.org//99893002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@30802 260f80e4-7a28-3924-810f-c04153c831b5
-
- Nov 27, 2013
-
-
ngeoffray@google.com authored
Review URL: https://codereview.chromium.org//90973002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@30698 260f80e4-7a28-3924-810f-c04153c831b5
-
- Nov 25, 2013
-
-
rmacnak@google.com authored
R=gbracha@google.com, sigmund@google.com Review URL: https://codereview.chromium.org//84993006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@30650 260f80e4-7a28-3924-810f-c04153c831b5
-
- Nov 15, 2013
-
-
kevmoo@j832.com authored
R=rnystrom@google.com Review URL: https://codereview.chromium.org//58903013 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@30322 260f80e4-7a28-3924-810f-c04153c831b5
-
- Nov 14, 2013
-
-
whesse@google.com authored
BUG= R=kustermann@google.com Review URL: https://codereview.chromium.org//68213016 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@30269 260f80e4-7a28-3924-810f-c04153c831b5
-
- Nov 12, 2013
-
-
nweiz@google.com authored
BUILDBOT_BUILDERNAME is only set for bots using annotated steps, which isn't all of them. This detects whether the username is "chrome-bot" instead. This check is currently only being used to decide whether to use unittest's compact VM config or the default config. R=rnystrom@google.com, sigmund@google.com Review URL: https://codereview.chromium.org//58933006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@30206 260f80e4-7a28-3924-810f-c04153c831b5
-
- Nov 09, 2013
-
-
amouravski@google.com authored
Review URL: https://codereview.chromium.org//66193010 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@30134 260f80e4-7a28-3924-810f-c04153c831b5
-
- Nov 07, 2013
-
-
ajohnsen@google.com authored
BUG= R=ahe@google.com Review URL: https://codereview.chromium.org//62363002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@30035 260f80e4-7a28-3924-810f-c04153c831b5
-
iposva@google.com authored
Review URL: https://codereview.chromium.org//62373008 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@30029 260f80e4-7a28-3924-810f-c04153c831b5
-
iposva@google.com authored
Review URL: https://codereview.chromium.org//63563003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@30027 260f80e4-7a28-3924-810f-c04153c831b5
-
rmacnak@google.com authored
Review URL: https://codereview.chromium.org//63363003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@30024 260f80e4-7a28-3924-810f-c04153c831b5
-
- Nov 06, 2013
-
-
rmacnak@google.com authored
R=iposva@google.com Review URL: https://codereview.chromium.org//63063002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@30005 260f80e4-7a28-3924-810f-c04153c831b5
-
dgrove@google.com authored
SDK constraints bumped from 1.0.0 to 0.8.10+6 . R=ricow@google.com, sigmund@google.com Review URL: https://codereview.chromium.org//62473002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@29986 260f80e4-7a28-3924-810f-c04153c831b5
-
ajohnsen@google.com authored
This is currently blocking us from testing samples. BUG= R=kasperl@google.com Review URL: https://codereview.chromium.org//59513007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@29960 260f80e4-7a28-3924-810f-c04153c831b5
-
jmesserly@google.com authored
- all packages at 0.9.0, except "analyzer" which had a version already - dependencies at ">=0.9.0 <0.10.0" except analyzer is ">=0.10.0 <0.11.0" - sdk constraint ">=1.0.0 <2.0.0" R=sigmund@google.com Review URL: https://codereview.chromium.org//59763006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@29957 260f80e4-7a28-3924-810f-c04153c831b5
-
- Oct 31, 2013
-
-
floitsch@google.com authored
Attempt to fix most uses of the deprecated features. R=floitsch@google.com, nweiz@google.com, rnystrom@google.com Review URL: https://codereview.chromium.org//48483002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@29628 260f80e4-7a28-3924-810f-c04153c831b5
-
- Oct 30, 2013
-
-
lrn@google.com authored
R=scheglov@google.com, sgjesse@google.com Review URL: https://codereview.chromium.org//50413005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@29535 260f80e4-7a28-3924-810f-c04153c831b5
-
- Oct 29, 2013
-
-
kevmoo@j832.com authored
R=sigmund@google.com Review URL: https://codereview.chromium.org//51233005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@29496 260f80e4-7a28-3924-810f-c04153c831b5
-
kevmoo@j832.com authored
Commit https://code.google.com/p/dart/source/detail?r=29487 Issues with Function, checked mode, and closures R=rnystrom@google.com Review URL: https://codereview.chromium.org//49793005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@29495 260f80e4-7a28-3924-810f-c04153c831b5
-
kevmoo@j832.com authored
removed dependency on meta, fixed dart2js warning about double type check R=sigmund@google.com Review URL: https://codereview.chromium.org//46883011 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@29487 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
There were more uses of the deprecated features. Review URL: https://codereview.chromium.org//50313004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@29443 260f80e4-7a28-3924-810f-c04153c831b5
-
lrn@google.com authored
R=alanknight@google.com, rnystrom@google.com, sgjesse@google.com Review URL: https://codereview.chromium.org//48293002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@29438 260f80e4-7a28-3924-810f-c04153c831b5
-
- Oct 28, 2013
-
-
kustermann@google.com authored
Tests going over the 20 seconds is causing us random failures on the buildbots. Until we have a custom unittest configuration for our testing scripts, we'll increase the default timeout to 2 minutes. R=ricow@google.com Review URL: https://codereview.chromium.org//48493002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@29349 260f80e4-7a28-3924-810f-c04153c831b5
-
- Oct 26, 2013
-
-
kevmoo@j832.com authored
R=sigmund@google.com Review URL: https://codereview.chromium.org//26443003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@29307 260f80e4-7a28-3924-810f-c04153c831b5
-
- Oct 25, 2013
-
-
floitsch@google.com authored
R=ajohnsen@google.com, iposva@google.com, kasperl@google.com, lrn@google.com Review URL: https://codereview.chromium.org//27215002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@29271 260f80e4-7a28-3924-810f-c04153c831b5
-
- Oct 23, 2013
-
-
blois@google.com authored
Basically the MutationObserver polyfill is using postMessage as a scheduling mechanism when MutationObserver is not supported (IE9,IE10). These messages are getting picked up by the test controller's logging, which is then putting them into the body. This in turn generates new mutation events, generating new messages. Endless loop. This just filters messages which are random numbers. BUG= R=jmesserly@google.com Review URL: https://codereview.chromium.org//34363005 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@29107 260f80e4-7a28-3924-810f-c04153c831b5
-
- Oct 12, 2013
-
-
floitsch@google.com authored
R=lrn@google.com Review URL: https://codereview.chromium.org//26151002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@28569 260f80e4-7a28-3924-810f-c04153c831b5
-
- Oct 11, 2013
-
-
kustermann@google.com authored
The unittest-based wrapping of tests is completely broken and will be removed with this CL. ('none-drt' is the last configuration where we currently still do unittest-based wrapping.) BUG= R=ricow@google.com Review URL: https://codereview.chromium.org//26162007 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@28501 260f80e4-7a28-3924-810f-c04153c831b5
-
- Oct 08, 2013
-
-
devoncarew@google.com authored
R=sigmund@google.com Review URL: https://codereview.chromium.org//26359002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@28383 260f80e4-7a28-3924-810f-c04153c831b5
-
- Oct 02, 2013
-
-
nweiz@google.com authored
This was disabled to work around issue 13712, which has since been fixed. R=rnystrom@google.com BUG= Review URL: https://codereview.chromium.org//25420003 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@28178 260f80e4-7a28-3924-810f-c04153c831b5
-
kustermann@google.com authored
This is implemented without the broken unittest-based wrapping of tests. R=kasperl@google.com Review URL: https://codereview.chromium.org//25514002 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@28141 260f80e4-7a28-3924-810f-c04153c831b5
-
- Oct 01, 2013
-
-
blois@google.com authored
Adding Element.created constructor and .created constructors to all subclasses. Also ensuring generative constructor for all superclasses. This is for post-construction custom element creation. Element.created is public, then the base classes of that get private ._created constructors. BUG= R=vsm@google.com Review URL: https://codereview.chromium.org//24653006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@28120 260f80e4-7a28-3924-810f-c04153c831b5
-
nweiz@google.com authored
BUG= R=efortuna@google.com Review URL: https://codereview.chromium.org//25404004 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@28077 260f80e4-7a28-3924-810f-c04153c831b5
-
- Sep 13, 2013
-
-
ricow@google.com authored
R=kustermann@google.com Review URL: https://codereview.chromium.org//23609045 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@27474 260f80e4-7a28-3924-810f-c04153c831b5
-
ricow@google.com authored
This is to get more info on issue 13292 R=kustermann@google.com Review URL: https://codereview.chromium.org//23609044 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@27472 260f80e4-7a28-3924-810f-c04153c831b5
-
- Sep 11, 2013
-
-
kathyw@google.com authored
Also had to give a one-liner to stack_trace, to work around a doc generation issue (dartbug.com/13246). R=gram@google.com Review URL: https://codereview.chromium.org//23828006 git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart/pkg/unittest@27398 260f80e4-7a28-3924-810f-c04153c831b5
-