Ok thanks, but like I said every test passes individually. My memory_limit value is already set to a greater value.
The very strange thing is that all the tests seem to be skipped one by one. The process is pretty fast, without any trace excluding the "dubious" and "status 255" messages. Any ideas ? On 21 jan, 18:06, jukea <[email protected]> wrote: > Hi > > I had this problem too, and found why by running the individual > failling test > > e.g : > > php /test/function/FooTest.php > > The problem was that I had to raise the memory_limit from 32MB to > something greater (i.e : 128). > > Julien > > On Jan 21, 10:37 am, Jérôme TEXIER <[email protected]> wrote: > > > Hi, > > > I've got a problem running every functional tests of an application > > > ex: symfony test:functional frontend > > > returns me for each test a "dubious" flag and a "Test returned status > > 255" message > > although all of those tests work individually. > > > I can't figure out what really fails because frontend_test.log remains > > empty, looking like no test were running at all. > > I precise I don't have the same problem with unit test where tests > > harness is working well. > > > My config : > > symfony version 1.2.2 > > PHP 5.2.6-5 with Suhosin-Patch 0.9.6.2 (cli) > > on debian etch, kernel 2.6.18-6-486 > > > Any ideas ? > > Regards. > > > Jérôme --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/symfony-users?hl=en -~----------~----~----~----~------~----~------~--~---
