Re: [Libreoffice-qa] minutes of ESC call ...

2013-09-20 Thread Lionel Elie Mamane
On Thu, Sep 19, 2013 at 04:16:18PM +0100, Michael Meeks wrote:

 + noticed a couple of people CC'ing developers on bugs (Joel)
 + been an issue in the past - what's the story now

Except for running into the bug myself, it is the _only_ way for me to
know about a bug.

-- 
Lionel
___
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] Hiding of thinderboxes

2013-09-20 Thread Florian Reisinger
Hi,

For a better User Experience I hid all thinderboxes in the daily subdir
of http://dev-builds.libreoffice.org
http://dev-builds.libreoffice.org/, which didn't uploaded a build for
a long time. The most up-to-date thinderbox I have hidden uploaded the
last build on 26-07-2013 DD-MM-YYY.

I didn't delete the directory becuase of two things:
1) A final OK from a wider group and
2) I was told, that there is a script, which automatically deletes
ancient thinderboxes


-- 
Liebe Grüße, / Yours,
Florian Reisinger

___
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] minutes of ESC call ...

2013-09-20 Thread Alex Thurgood

Le 19/09/2013 17:16, Michael Meeks a écrit :


* QA update (Robinson)
 + noticed a couple of people CC'ing developers on bugs (Joel)
 + been an issue in the past - what's the story now


My understanding was that this was the only way to bring the bugs to 
devs attention, especially, but not only, regressions, rather than 
assigning it off the bat to any given dev. If we are no longer supposed 
to do that, how is bug triaging supposed to work ?


Alex


___
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 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/


Re: [Libreoffice-qa] minutes of ESC call ...

2013-09-20 Thread Tommy
On Thu, 19 Sep 2013 17:16:18 +0200, Michael Meeks  
michael.me...@collabora.com wrote:



* QA update (Robinson)
+ noticed a couple of people CC'ing developers on bugs (Joel)
+ been an issue in the past - what's the story now
+ sberg - likes to be CC'd on bugs
+ moggi - thinks it is quite helpful
+ kohei - turned off CC notifications, so it's fine.
+ vmiklos - likes to see certain bugs
+ feel free to bug Robinson/Joel if you don't want to get CC'd
  now and then.
  + only use for MABs / important ones (Michael M)



I'm one of the 2 guys adding devs to CC-list.
it seems to me that this brought to a considerable amount of bug fixed in  
the last 2 months.

apparently I did not receive complains from the devs I CC'ed.
anyway if some developer wants me to stop or to limit it, please tell me.

___
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] [ANN] LibreOffice 4.1.2 RC2 available

2013-09-20 Thread Christian Lohmaier
Dear Community,

The Document Foundation is pleased to announce the second release
candidate of LibreOffice 4.1.2. The upcoming 4.1.2 will be the second
in a sequence of frequent bugfix releases for our feature-packed 4.1
line. Please be aware that LibreOffice 4.1.2 RC2 is not been flagged as ready
for production use yet, you should continue to use LibreOffice 4.1.1 for that.

The release is available for Windows, Linux and Mac OS X from our QA
builds download page at

  http://www.libreoffice.org/download/pre-releases/

Should you find bugs, please report them to the FreeDesktop Bugzilla:

  https://bugs.freedesktop.org

A good way to assess the release candidate quality is to run some
specific manual tests on it, our TCM wiki page has more details:

 
http://wiki.documentfoundation.org/QA/Testing/Regression_Tests#Full_Regression_Test

For other ways to get involved with this exciting project - you can
e.g. contribute code:

  http://www.libreoffice.org/get-involved/developers/

translate LibreOffice to your language:

  http://wiki.documentfoundation.org/LibreOffice_Localization_Guide

or help with funding our operations:

  http://donate.libreoffice.org/

A list of known issues and fixed bugs with 4.1.2 RC2 is available
from our wiki:

  http://wiki.documentfoundation.org/Releases/4.1.2/RC2

Let us close again with a BIG Thank You! to all of you having
contributed to the LibreOffice project - this release would not have
been possible without your help.

On behalf of the Community,

Christian
___
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/