Re: [Libreoffice-qa] Need help in compiling and running Test cases in Libreoffice

2013-09-20 Thread Markus Mohrhard
2013/9/20 Stephan Bergmann sberg...@redhat.com

 On 09/10/2013 01:50 PM, Tushar wrote:

 I was trying to run some unit test cases in Libreoffice code to take an
 example
 core/sc/qa/extras/regression-**test.cxx in a following manner :

 /make -rf  CppunitTest_sc_chart_**regression_test.mk
 qa/extras/regression-test.cx http://regression-test.cx/x

 however it is giving _make: Nothing to be done for
 `qa/extras/regression-test.**cxx'._


 sc/CppunitTest_sc_chart_**regression_test.mk is special in that it is
 commented out in sc/Module_sc.mk since http://cgit.freedesktop.org/**
 libreoffice/core/commit/?id=**782c3ccb3bc608a24483a64ae6bbae**bcd917ce0dhttp://cgit.freedesktop.org/libreoffice/core/commit/?id=782c3ccb3bc608a24483a64ae6bbaebcd917ce0d
 disable chart test for now.  If it were not, the way to run that test
 would be make CppunitTest_sc_chart_**regression_test (optionally
 preceded by cd sc for faster turnaround).

 Moggi, is disabling that test still relevant?



Yes. This test shows that we have a serious problem in charts where they
are rendered differently on different platforms. We had up to 15% of size
differences in the different XShape objects between different machines.

Sadly I don't have enough time to look into it but consider this test a
viable part of improving chart when someone has time to fix the underlying
problems.

Tushar, any special reason why you picked just this tet?

Regards,
Markus
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Re: [Libreoffice-qa] Need help in compiling and running Test cases in Libreoffice

2013-09-20 Thread Stephan Bergmann

On 09/10/2013 01:50 PM, Tushar wrote:

I was trying to run some unit test cases in Libreoffice code to take an
example
core/sc/qa/extras/regression-test.cxx in a following manner :

/make -rf  CppunitTest_sc_chart_regression_test.mk
qa/extras/regression-test.cx http://regression-test.cx/x

however it is giving _make: Nothing to be done for
`qa/extras/regression-test.cxx'._


sc/CppunitTest_sc_chart_regression_test.mk is special in that it is 
commented out in sc/Module_sc.mk since 
http://cgit.freedesktop.org/libreoffice/core/commit/?id=782c3ccb3bc608a24483a64ae6bbaebcd917ce0d 
disable chart test for now.  If it were not, the way to run that test 
would be make CppunitTest_sc_chart_regression_test (optionally 
preceded by cd sc for faster turnaround).


Moggi, is disabling that test still relevant?

Stephan
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/


[Libreoffice-qa] Need help in compiling and running Test cases in Libreoffice

2013-09-18 Thread Tushar
Hi All,
I was trying to run some unit test cases in Libreoffice code to take an
example
core/sc/qa/extras/regression-test.cxx in a following manner :

*make -rf  CppunitTest_sc_chart_regression_test.mk qa/extras/
regression-test.cx*x

however it is giving *make: Nothing to be done for
`qa/extras/regression-test.cxx'.*

So I am not getting whether it is success or test cases has not yet
executed .Please help me to understand correct process of executing test
cases.

Thanks in Advance.


Tushar
___
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/