Re: testing framework GSOC

2021-04-08 Thread Aman Kapoor
> > Thanks Sarthak for the help > It is not clear what problems arise for you because of the local > vs. remote thing. Please elaborate. Maybe I don't understand you > correctly. > When I am trying to run it locally it simply generates blank html report of the comparison and blank images, i

Testing framework

2021-04-08 Thread sarthak bhardwaj
hello mentors, I had found the same problem as Aman is facing some days before actually, I forgot to intimate about this thing earlier, inside test-font.sh, there is a function written xvfbRunAndScreenShot, it will show error and only blank png's will be generated, as far as there is no

Re: Testing framework

2021-04-08 Thread Alexei Podtelezhnikov
Hi Sarthak I suggest using ftgrid or ftview executables directly without xvfbRunAndScreenShot. They have built-in capability to save PNG screenshots by pressing [P] or using -k[blah-blah-blah]Pq switch. Please compile freetype-demos in a parallel folder and try it. Best, Alexei On Thu, Apr 8,

Re: testing framework GSOC

2021-04-08 Thread Alexei Podtelezhnikov
Hi Aman, Forget about Xvfb. Compile freetype-demos (ftview, and ftgrid) and run them directly. Try making screenshot by pressing [P] or using -kPq switch. Alexei On Thu, Apr 8, 2021 at 3:25 AM Aman Kapoor wrote: > Thanks Sarthak for the help > >> It is not clear what problems arise for you