Re: [webkit-dev] A new test in a patch passes locally fails on ews

2012-10-24 Thread Pravin D
Wanted to know if the we are going to go with the plan to attach a mailing
service to the bot for the failing test cases anything soon ?
As only Mac and cr-linux EWS bots run test cases its a becoming little
difficult to figure out whats the failure and whether its platform specific
or not (i'm using Qt-linux and Windows).


On Fri, Oct 5, 2012 at 11:20 PM, Eric Seidel e...@webkit.org wrote:

 I think that's an interesting idea.  The bots don't have a mail
 server. :)  But we could presumably wire up some sort of service for
 them.

 On Thu, Oct 4, 2012 at 6:41 PM, Emil A Eklund e...@chromium.org wrote:
  What if we mail the zip files to the person that uploaded the patch?
  That way the responsibility of managing the storage is shifted to the
  author and the author still benefits from the results from all
  platforms.
  ___
  webkit-dev mailing list
  webkit-dev@lists.webkit.org
  http://lists.webkit.org/mailman/listinfo/webkit-dev
 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


[webkit-dev] HTTP LayoutTests on windows(cygwin)

2012-08-28 Thread Pravin D
Hi All,

I'm trying to run some http related LayoutTests on windows 7 (cygwin
1.7.16).

The httpd(Apache 2.2) does not start and I get an error saying Timed out
waiting for httpd to start at WebKit Root/Tools/Scripts/webkitperl/
httpd.pm line 199.

run-webkit-httpd also has the similar problem.
In this case there is a slightly different error.

1 [main] httpd 2964 child_info_fork::abort: address space needed by
'libphp4.dll' (0x229) is already occupied
ap_spawn_child: Resource temporarily unavailable
Couldn't fork child for ErrorLog process
Timed out waiting for httpd to start at  WebKit
Root /Tools/Scripts/webkitperl/httpd.pm line 199.

Can anyone help me in this regards.

BR
--Pravin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Build failed for Qt port revision - r124698

2012-08-07 Thread Pravin D
There seems to be some problem with the revision. It has been fixed on the
latest revisions... Please refer

http://build.webkit.org/builders/Qt%20Windows%2032-bit%20Debug?numbuilds=200


I'm not able to find Linux debug builder :(  the above link should help
though

--Pravin

On Tue, Aug 7, 2012 at 11:16 AM, Nilesh Patil vni...@gmail.com wrote:

 Hi

 I am trying to build Webkit source based on r124698.
 It breaks with following linking error. I am currently clueless:

 /home/nilesh.patil/Project/WebKit-r124698/WebKitBuild/Debug/lib/libQtWebKit.so:
 undefined reference to `WebCore::GlyphPageTreeNode::getRoot(unsigned int)'
 /home/nilesh.patil/Project/WebKit-r124698/WebKitBuild/Debug/lib/libQtWebKit.so:
 undefined reference to
 `WebCore::GlyphPageTreeNode::getChild(WebCore::FontData const*, unsigned
 int)'
 collect2: ld returned 1 exit status
 make[4]: *** [tst_qobjectbridge] Error 1
 .
 .
 .
 make: *** [incremental] Error 2

 Thanks  Regards
 vniles

 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] DRT on windows showing leaks

2012-07-27 Thread Pravin D
When the dumprRenderTree is closing, webView close will be called. This is
internally event based I guess as any pending events(resource load, etc )
needs to cancelled.

So I'm guessing that before the webview close actually completes,
dumpRenderTree is exited and Leak report generated.

May be you need to check how the Leak Report is generated which might give
some clue on this
What happens when the layout tests are run (especially
new-run-webkit-tests) ?


On Fri, Jul 27, 2012 at 4:51 PM, Vivek Galatage vivekgalat...@gmail.comwrote:

 Hello webkit-dev,

 I am trying to debug DRT standalone using Visual Studio debugger as well
 as running from the command line. I followed this link
 http://trac.webkit.org/wiki/Debugging%20DumpRenderTree%20on%20Windows in
 order to setup and start the debug session.

 In this, when I debug the DRT or simply run from the command line, at the
 end on the output console, I get the something like:
 LEAK: 2 CachedResource
 LEAK: 53 WebCoreNode
 LEAK: 1 Frame
 LEAK: 1 Page

 But when I checked the same here:

 http://build.webkit.org/results/Apple%20Win%20XP%20Debug%20%28Tests%29/r123856%20%2842230%29/fast/dom/Document/early-document-access-stderr.txt

 there are no leaks mentioned at the end.

 So I would like to know whether DRT is leaking memory when run in
 standalone mode?

 Thank you,
 Vivek



 ___
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/mailman/listinfo/webkit-dev


___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Last revision known to compile and work on windows

2012-07-19 Thread Pravin D
http://build.webkit.org/waterfall?category=AppleWin

Windows release build
http://build.webkit.org/builders/Apple%20Win%20Release%20%28Build%29?numbuilds=50


Currently debug build is not working properly I guess...

Hope this helps
Pravin

On Thu, Jul 19, 2012 at 3:49 PM, foru...@smartmobili.com wrote:

 Hi,

 What svn revision should I get if I want to compile a custom webkit
 version on windows ?

 Thanks
 __**_
 webkit-dev mailing list
 webkit-dev@lists.webkit.org
 http://lists.webkit.org/**mailman/listinfo/webkit-devhttp://lists.webkit.org/mailman/listinfo/webkit-dev

___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-dev


Re: [webkit-dev] Error while applying on EWS bots.

2012-05-11 Thread Pravin D
On Fri, May 11, 2012 at 1:42 PM, Daniel Bates dba...@webkit.org wrote:

 Hi Pravin,

 svn-apply currently doesn't support SVN 1.7 property diffs. See 
 https://bugs.webkit.org/show_bug.cgi?id=80762 for more details. I hope
 to take a look at implementing support for these diffs this weekend unless
 someone beats me to it.

 Dan

 Thnks for information Dan...
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev


[webkit-dev] Error while applying on EWS bots.

2012-05-10 Thread Pravin D
Hi All,

I had uploaded a patch for a Bug from Windows cygwin, using  webkit-patch
upload command.
All the EWS bots are not able to apply the patch issuing the following
error:

Failed to find the property value for the SVN property
svn:executable: ## -0,0 +1 ##
. at /mnt/git/webkit-style-queue/Tools/Scripts/VCSUtils.pm line 1197,
ARGV line 478.


can anyone help on this?

--Pravin
___
webkit-dev mailing list
webkit-dev@lists.webkit.org
http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev