smoketestoo_native

2011-12-29 Thread linyi li
After finishing a build I want to do smoketest over Ubuntu. But thers is
some problem.

My step is:

source LinuxX86Env.Set.sh

cd smoketestoo_native && build


But error occured while making smoketest.obj. The reason is that some files
do not exist,such as cppunit/TestAssert.h,  cppunit/TestFixture.h, etc.

I redid "./configure" with "--with-system-cppunit" and builded again. But
the error is still there.

I downloaded cppunit-cvs-repo-archive.tar.bz2 from internet and put the
desired files under folder smoketestoo_native, but other errors occured. I
think maybe I put it in a wrong directory.

Doea anybody know how to fix this problem?


Re: smoketestoo_native

2012-01-09 Thread linyi li
Hi Oliver,
I tried you configure options, but the entire build can not work well.

My configure options is:

./configure --with-jdk-home=/usr/lib/jvm/java-6-sun --with-system-python
--enable-verbose --with-epm-url="
http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz";


I downloaded cppunit_1.12.1.orig.tar.gz and installed manually. The error
of missing files is gone, but it stoped by the following error:

/usr/bin/ld: cannot find -ltest

collect2: ld returned 1 exit status

dmake: Error code 1, while making './unxlngi6.pro/lib/libsmoketest.so'

Then I tried to build in test module, but it prompted: "cppunit disabled.
Nothing to do".

But if I added "--with-system-cppunit" in the configure, it can not be
built successfully.


Do you have any idea about this?


2012/1/4 Oliver-Rainer Wittmann 

> Hi,
>
>
> On 29.12.2011 09:40, linyi li wrote:
>
>> After finishing a build I want to do smoketest over Ubuntu. But thers is
>> some problem.
>>
>> My step is:
>>
>> source LinuxX86Env.Set.sh
>>
>> cd smoketestoo_native&&  build
>>
>>
>>
>> But error occured while making smoketest.obj. The reason is that some
>> files
>> do not exist,such as cppunit/TestAssert.h,  cppunit/TestFixture.h, etc.
>>
>> I redid "./configure" with "--with-system-cppunit" and builded again. But
>> the error is still there.
>>
>> I downloaded cppunit-cvs-repo-archive.tar.**bz2 from internet and put the
>> desired files under folder smoketestoo_native, but other errors occured. I
>> think maybe I put it in a wrong directory.
>>
>> Doea anybody know how to fix this problem?
>>
>>
> Hm.. I did not have such a problem.
>
> I had setup an Ubuntu 11.10, 32bit in a virtual machince using VirtualBox
> under Window 7, 64bit.
> My configure options are:
> --with-dmake-url=http://dmake.**apache-extras.org.codespot.**
> com/files/dmake-4.12.tar.bz2<http://dmake.apache-extras.org.codespot.com/files/dmake-4.12.tar.bz2>\
> --with-epm-url=http://ftp.**easysw.com/pub/epm/3.7/epm-3.**7-source.tar.gz<http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz>\
> --without-junit \
> --with-system-cppunit \
> --disable-binfilter \
> --disable-odk \
> --enable-category-b \
> --disable-build-mozilla \
> --disable-gstreamer \
> --without-stlport
> After a complete build a 'build' in smoketestoo_native works fine - the
> test was successful.
>
> Do you have some more information about your environment?
>
> Best regards, Oliver.
>


Re: smoketestoo_native

2012-01-16 Thread linyi li
Hi Ariel,

My problem is the same like L'oiseau de mer.

The variable CPPUNIT_CFLAGSis set to: -I/usr/local/include
The variable CPPUNIT_LIBS  is set to: -L/usr/local/lib -lcppunit

The full output of the command when building smoketestoo_native is:
lily@lily-desktop:~/ooo/main$ cd smoketestoo_native && build
build -- version: 275224


=
Building module smoketestoo_native
=

Entering /home/lily/ooo/main/smoketestoo_native

dmake: Executing shell macro: ls
$(installationtest_instset)/OOo_*_install-arc_$(defaultlangiso).tar.gz
Making:libsmoketest.so
g++ -Wl,-z,combreloc -Wl,-z,defs -Wl,-Bsymbolic-functions
-Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo
-Wl,--hash-style=both -shared -Wl,-O1 -Wl,--version-script ./
unxlngi6.pro/misc/version_smoketest.map -L./unxlngi6.pro/lib -L../lib
-L/home/lily/ooo/main/solenv/unxlngi6/lib -L/home/lily/ooo/main/solver/340/
unxlngi6.pro/lib -L/home/lily/ooo/main/solenv/unxlngi6/lib
-L/usr/lib/jvm/java-6-sun/lib -L/usr/lib/jvm/java-6-sun/jre/lib/i386
-L/usr/lib/jvm/java-6-sun/jre/lib/i386/client
-L/usr/lib/jvm/java-6-sun/jre/lib/i386/native_threads -L/usr/lib ./
unxlngi6.pro/slo/smoketest.o ./unxlngi6.pro/slo/smoketest_version.o -o ./
unxlngi6.pro/lib/libsmoketest.so -luno_cppuhelpergcc3 -luno_cppu
-L/usr/local/lib -lcppunit -luno_sal -ltest -Wl,--as-needed -ldl -lpthread
-lm -Wl,--no-as-needed -Wl,-Bdynamic -lstlport_gcc
/usr/bin/ld: cannot find -ltest
collect2: ld returned 1 exit status
dmake:  Error code 1, while making './unxlngi6.pro/lib/libsmoketest.so'
ERROR: error 65280 occurred while making
/home/lily/ooo/main/smoketestoo_native

lily@lily-desktop:~/ooo/main/smoketestoo_native$



2012/1/12 Ariel Constenla-Haile 

> Hi linyi li,
>
> On Mon, Jan 09, 2012 at 05:59:07PM +0800, linyi li wrote:
> > Hi Oliver,
> > I tried you configure options, but the entire build can not work well.
> >
> > My configure options is:
> >
> > ./configure --with-jdk-home=/usr/lib/jvm/java-6-sun --with-system-python
> > --enable-verbose --with-epm-url="
> > http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz";
> >
> >
> > I downloaded cppunit_1.12.1.orig.tar.gz and installed manually. The error
> > of missing files is gone, but it stoped by the following error:
> >
> > /usr/bin/ld: cannot find -ltest
> >
> > collect2: ld returned 1 exit status
> >
> > dmake: Error code 1, while making './unxlngi6.pro/lib/libsmoketest.so'
> >
> > Then I tried to build in test module, but it prompted: "cppunit disabled.
> > Nothing to do".
> >
> > But if I added "--with-system-cppunit" in the configure, it can not be
> > built successfully.
>
> can you post the content of CPPUNIT_CFLAGS and CPPUNIT_LIBS, and the
> full output of the command when building that module?
>
> Regards
> --
> Ariel Constenla-Haile
> La Plata, Argentina
>


Re: smoketestoo_native

2012-01-18 Thread linyi li
Hi Ariel,


is /usr/local/lib in the linker search path?
>
>  Can you tell me how to put /usr/local/lib in the linker search path.


* does your system set the environment variable LD_LIBRARY_PATH
>  Try echo $LD_LIBRARY_PATH
>
> My system did not set the environment variable LD_LIBRARY_PATH, the echo
result is NULL.


* does your system add this path in the ld configuration? Usually
>  /etc/ld.so.conf and /etc/ld.so.conf.d/*.conf
>
>
> If /usr/local/lib is not on the linker search path you will always get
> undefined references.
> Adding -L/usr/local/lib to the linker command is not enough.
>
> did you build the trunk/main/test module?
>
> When I  met the problem in smoketestoo_native module, I tried to build
test module. But there were problems too. Here is the error message:

lily@lily-desktop:~/ooo/main$ cd test && build
build -- version: 275224


=
Building module test
=

Entering /home/lily/ooo/main/test/source/java/org/openoffice/test/tools

echo Manifest-Version: 1.0 > ../../../../../../
unxlngi6.pro/class/test-tools/META-INF/MANIFEST.MF
echo "Class-Path: juh.jar ridl.jar unoil.jar" >> ../../../../../../
unxlngi6.pro/class/test-tools/META-INF/MANIFEST.MF
echo "Solar-Version: 340m1(Build:9584)" >> ../../../../../../
unxlngi6.pro/class/test-tools/META-INF/MANIFEST.MF
cd ../../../../../../unxlngi6.pro/class/test-tools && zip  -u -rX
../test-tools.jar META-INF/MANIFEST.MF  || ret=$?; if [[ "$ret" != "12" &&
"$ret" != "1" ]] ; then exit $ret ; fi && echo "Nothing to update for zip"
updating: META-INF/MANIFEST.MF (deflated 14%)
cd ../../../../../../unxlngi6.pro/class && zip  -u -rX test-tools.jar
org/openoffice/test/tools  || ret=$?; if [[ "$ret" != "12" && "$ret" != "1"
]] ; then exit $ret ; fi && echo "Nothing to update for zip"
Nothing to update for zip

Entering /home/lily/ooo/main/test/source/java/org/openoffice/test

echo Manifest-Version: 1.0 > ../../../../../
unxlngi6.pro/class/test/META-INF/MANIFEST.MF
echo "Class-Path: juh.jar ridl.jar unoil.jar" >> ../../../../../
unxlngi6.pro/class/test/META-INF/MANIFEST.MF
echo "Solar-Version: 340m1(Build:9584)" >> ../../../../../
unxlngi6.pro/class/test/META-INF/MANIFEST.MF
cd ../../../../../unxlngi6.pro/class/test && zip  -u -rX ../test.jar
META-INF/MANIFEST.MF -x "org/openoffice/test/tools/*" || ret=$?; if [[
"$ret" != "12" && "$ret" != "1" ]] ; then exit $ret ; fi && echo "Nothing
to update for zip"
updating: META-INF/MANIFEST.MF (deflated 14%)
cd ../../../../../unxlngi6.pro/class && zip  -u -rX test.jar
org/openoffice/test -x "org/openoffice/test/tools/*" || ret=$?; if [[
"$ret" != "12" && "$ret" != "1" ]] ; then exit $ret ; fi && echo "Nothing
to update for zip"
Nothing to update for zip

Entering /home/lily/ooo/main/test/inc


Entering /home/lily/ooo/main/test/source/cpp

Making:libtest.so
g++ -Wl,-z,combreloc -Wl,-z,defs -Wl,-Bsymbolic-functions
-Wl,--dynamic-list-cpp-new -Wl,--dynamic-list-cpp-typeinfo
-Wl,--hash-style=both -shared -L../../unxlngi6.pro/lib -L../lib
-L/home/lily/ooo/main/solenv/unxlngi6/lib -L/home/lily/ooo/main/solver/340/
unxlngi6.pro/lib -L/home/lily/ooo/main/solenv/unxlngi6/lib
-L/usr/lib/jvm/java-6-sun/lib -L/usr/lib/jvm/java-6-sun/jre/lib/i386
-L/usr/lib/jvm/java-6-sun/jre/lib/i386/client
-L/usr/lib/jvm/java-6-sun/jre/lib/i386/native_threads -L/usr/lib ../../
unxlngi6.pro/slo/getargument.o ../../unxlngi6.pro/slo/gettestargument.o../../
unxlngi6.pro/slo/officeconnection.o ../../
unxlngi6.pro/slo/toabsolutefileurl.o
../../unxlngi6.pro/slo/uniquepipename.o../../
unxlngi6.pro/slo/test_version.o -o
../../unxlngi6.pro/lib/libtest.so-luno_cppuhelpergcc3 -luno_cppu
-L/usr/local/lib -lcppunit -luno_sal
-Wl,--as-needed -ldl -lpthread -lm -Wl,--no-as-needed -Wl,-Bdynamic
-lstlport_gcc
../../unxlngi6.pro/slo/uniquepipename.o: In function
`test::uniquePipeName(rtl::OUString const&)':
uniquepipename.cxx:(.text+0xb9): undefined reference to
`CppUnit::SourceLine::SourceLine(_STL::basic_string, _STL::allocator > const&, int)'
../../unxlngi6.pro/slo/uniquepipename.o: In function `void
CppUnit::assertEquals(oslProcessError const&,
oslProcessError const&, CppUnit::SourceLine, _STL::basic_string, _STL::allocator > const&)':
uniquepipename.cxx:(.text._ZN7CppUnit12assertEqualsI15oslProcessErrorEEvRKT_S4_NS_10SourceLineERKN4_STL12basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIc[void
CppUnit::assertEquals(oslProcessError const&,
oslProcessError const&, CppUnit::SourceLine, _STL::basic_string, _STL::allocator > const&)]+0x43): undefined
reference to
`CppUnit::AdditionalMessage::AdditionalMessage(_STL::basic_string, _STL::allocator > const&)'
uniquepipename.cxx:(.text._ZN7CppUnit12assertEqualsI15oslProcessErrorEEvRKT_S4_NS_10SourceLineERKN4_STL12basic_stringIcNS6_11char_traitsIcEENS6_9allocatorIc[void
CppUnit::assertEquals(oslProcessError const&,
oslProcessError const&, CppUnit::SourceLine, _STL::basic_string, _STL::allocator > const&)]+0x73): undefined
reference to `CppUnit::Asserter::failNotEqual(_STL::basic_strin

Research on smoke test

2012-02-26 Thread linyi li
Hi,

Recently I did some research on smoketestoo_native module. I updated the
wiki page of SmokeTest for you review.
http://wiki.services.openoffice.org/wiki/SmokeTest

If there is any error or you have any suggestion, pls tell me.

Best Regards


Re: Is any one here familiar with OpenOffice?

2012-03-13 Thread linyi li
Hi Rob,

I am a new comer of Symphony and did test job nearly 4 months.
Now I am focus on automation test of AOO.

2012/3/12 Rob Weir 

> I jest,of course.
>
> But seriously, there are some claiming that "all" of the
> OpenOffice.org project went over to LibreOffice and that the Apache
> has zero experience with this code base.  I know this sounds crazy,
> but how can we best refute that statement?
>
> Here's my idea:  Respond to this note and tell me how many years
> experience you have working with OpenOffice.  This could be in any
> capacity, as a coder, tester, documentation, marketing, forum
> volunteer, whatever.  Please count relevant work with related
> projects, such as Symphony, BSD ports, OOo4Kids, ODF, etc. as well.
> How many years were you doing this before the project came to Apache?
>
> If I get a good number of responses I'll put together an infographic on
> this.
>
> Regards,
>
> -Rob
>



-- 
Best wishes.

Lynn


Add defect product

2012-04-16 Thread linyi li
Hi all,

I opened a defect about compatibility:
https://issues.apache.org/ooo/show_bug.cgi?id=119233.
I chose "Word 
processor"
to enter a defect, but I think I did not choose the appropriate one.
Because the file formats are not only .docx.

The scenario is:
1. Open MS 2007 files in AOO3.4
2. Save it as MS 2003 format
3. Reopen it in AOO3.4

When saving files, files will be froze. The problem exists in .docx, .xlsx
and .pptx.

But when I raised a defect, there is no appropriate product to choose. Pls
anyone who has the permission add a appropriate product for this situation
or tell me whick one to choose.
Thank you.



-- 
Best wishes.

Lynn


Re: Add defect product

2012-04-16 Thread linyi li
Hi Rob,

I raised this defect as you suggested. But I think we should add one
product for relevant defects.
Thank you.

2012/4/16 Rob Weir 

> On Mon, Apr 16, 2012 at 10:32 AM, linyi li 
> wrote:
> > Hi all,
> >
> > I opened a defect about compatibility:
> > https://issues.apache.org/ooo/show_bug.cgi?id=119233.
> > I chose "Word processor<
> https://issues.apache.org/ooo/enter_bug.cgi?product=Word%20processor>"
> > to enter a defect, but I think I did not choose the appropriate one.
> > Because the file formats are not only .docx.
> >
> > The scenario is:
> > 1. Open MS 2007 files in AOO3.4
> > 2. Save it as MS 2003 format
> > 3. Reopen it in AOO3.4
> >
> > When saving files, files will be froze. The problem exists in .docx,
> .xlsx
> > and .pptx.
> >
> > But when I raised a defect, there is no appropriate product to choose.
> Pls
> > anyone who has the permission add a appropriate product for this
> situation
> > or tell me whick one to choose.
>
>
> Simplest thing is to just add it to Wordprocessor and then note in the
> comments that the same issue occurs with other MS document types as
> well.
>
> -Rob
>
> > Thank you.
> >
> >
> >
> > --
> > Best wishes.
> >
> > Lynn
>



-- 
Best wishes.

Lynn


Build AOO on Ubuntu

2011-12-08 Thread linyi li
I downloaded source code from svn recently(by svn co
https://svn.apache.org/repos/asf/incubator/ooo/trunk ooo), and T want to
build on Ubuntu followed the guide
http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Linux
.

But there is problem. After configure, I want to run"./bootstrap". But I
can not find bootstrap.

Does anybody know how to continue?
Thanks a lot.


Re: Build AOO on Ubuntu

2011-12-09 Thread linyi li
Thank you, Eric :-)
But still, there is problem.
When I run source LinuxX86Env.Set.sh or source LinuxX86-64Env.Set.sh, there
is error showed that: No such file or ditrctory.
Does it mean configure is not successful?
After I run configure, the last line showed that "configure: error: no".
Then I think it is successful. Do I have to foucus on the warnings or other
things?


2011/12/9 eric b 

> Hello,
>
> Le 9 déc. 11 à 08:19, linyi li a écrit :
>
>
>  I downloaded source code from svn recently(by svn co
>> https://svn.apache.org/repos/**asf/incubator/ooo/trunk<https://svn.apache.org/repos/asf/incubator/ooo/trunk>ooo),
>>  and T want to
>> build on Ubuntu followed the guide http://wiki.services.**
>> openoffice.org/wiki/**Documentation/Building_Guide/**Building_on_Linux<http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Linux>
>> .
>>
>> But there is problem. After configure, I want to run"./bootstrap". But I
>> can not find bootstrap.
>>
>
>
> bootstrap is no longer needed. The reason is that bootstrap role is to
> build dmake.
>
> Because of the IP clearance, it has been decided to remove dmake and to
> use the system one instead. If configure succeed for you, things should be
> ok for you, and the only thing you have to do is
>
> source LinuxX86 .sh
> dmake
>
> And the build should start as expected !
>
>
>
>
>> Does anybody know how to continue?
>>
>>
>
> Please read above :-)
>
>
>
>  Thanks a lot.
>>
>
>
> You're welcome :-)
>
> Eric Bachard
>
> --
> qɔᴉɹə
> Projet OOo4Kids : 
> http://wiki.ooo4kids.org/**index.php/Main_Page<http://wiki.ooo4kids.org/index.php/Main_Page>
> L'association EducOOo : http://www.educoo.org
> Blog : http://eric.bachard.org/news
>
>
>
>
>
>


Re: Build AOO on Ubuntu

2011-12-09 Thread linyi li
ild version... no

checking whether to build with Java support... yes

checking for java... /usr/bin/java

checking the installed JDK... checked (JDK 1.6.0_20)

checking for javac... /usr/bin/javac

checking for javadoc... /usr/bin/javadoc

checking for jawt lib name... -ljawt

checking whether to enable gcj aot compilation... no

checking whether to enable EPM for packing... yes

checking for epm... no

epm will be downloaded and compiled in bootstrap

EPM will be built.

checking which package format to use... deb

checking for dpkg... /usr/bin/dpkg

checking for gperf... /usr/bin/gperf

checking for gperf... (cached) /usr/bin/gperf

checking gperf version... OK

checking whether to build the stax... yes

checking whether to build the ODK... yes

checking for external/unowinreg/unowinreg.dll... configure: WARNING: not
found, will be cross-built using mingw32

checking for yes... yes

checking whether we are using the MinGW32 cross C++ compiler... yes:
invalid option -- 'd'

Try `yes --help' for more information.

configure: error: no


2011/12/9 eric b 

> Hi again,
>
> Le 9 déc. 11 à 09:08, linyi li a écrit :
>
>
>  Thank you, Eric :-)
>> But still, there is problem.
>> When I run source LinuxX86Env.Set.sh or source LinuxX86-64Env.Set.sh,
>> there
>> is error showed that: No such file or ditrctory.
>>
>>
> Means the file is not created.
>
> What returns uname for you ?
>
>
>
>  Does it mean configure is not successful?
>>
>>
>
> No idea. FYI, there is a config.log file, maybe the answer is inside ?
>
>
>
>
>  After I run configure, the last line showed that "configure: error: no".
>>
>>
>
>
> Can you please paste :
>
> your configure command line
>
> + the last 20 lines of configure please ?
>
>
>
>
>  Then I think it is successful. Do I have to foucus on the warnings or
>> other things?
>>
>
> Warnings are often harmless (e.g. visibility, no Java .. and so on)
>
> Maybe you could paste them here too. Just in case something unusual occured
>
>
> Regards,
> Eric
>
> --
> qɔᴉɹə
> Projet OOo4Kids : 
> http://wiki.ooo4kids.org/**index.php/Main_Page<http://wiki.ooo4kids.org/index.php/Main_Page>
> L'association EducOOo : http://www.educoo.org
> Blog : http://eric.bachard.org/news
>
>
>
>
>
>


Re: Build AOO on Ubuntu

2011-12-09 Thread linyi li
run uame -a, is
2.6.32-36-generic #79-Ubuntu SMP Tue Nov 8 22.29.26 UTC 2011 i686 GNU/Linux

2011/12/9 eric b 

>
> OOops, should read:
>
> What returns "uname -a"  for you.
>
> Sorry
>
>
> Le 9 déc. 11 à 09:14, eric b a écrit :
>
>> Thank you, Eric :-)
>>> But still, there is problem. When I run source LinuxX86Env.Set.sh or
>>> source LinuxX86-64Env.Set.sh, thereis error showed that: No such file
>>> or ditrctory.
>>>
>> Means the file is not created.
>> What returns uname for you ?
>>
>
>
>
>
>
> --
> qɔᴉɹə
> Projet OOo4Kids : 
> http://wiki.ooo4kids.org/**index.php/Main_Page
> L'association EducOOo : http://www.educoo.org
> Blog : http://eric.bachard.org/news
>
>
>
>
>
>


Re: Build AOO on Ubuntu

2011-12-09 Thread linyi li
>
> When all prerequisites are fullfilled then these commands are necessary to
> build OpenOffice:
>
> cd /main
> autoconf
> ./configure 
> ./bootstrap
> source Linux.set.sh
> cd instsetoo_native
> build --all
>
>
> Here  is the directory where the SVN source code was checked out to.
>
> Call ./configure --help to see what options are available for inclusion
> into .  --with-dmake-url= is a good candidate.
>
>  depends, well, on your platform.  There should be only two
> files starting with Linux.  Use the one that ends in .sh when you use bash,
> use the other one for csh.
>
>
Thank you, Andre.
It is very detailed and helpful. I will check the configure result to see
the reason of failur.

Thanks to Eric too:-)


Re: Build AOO on Ubuntu

2011-12-11 Thread linyi li
Hi, Andrew

I tried the following step:

In case it might help, here are the commands currently used to run the
> nightly build:
>
>   svn co 
> https://svn.apache.org/repos/**asf/incubator/ooo/trunkooo
>   cd ooo/main
>   wget -O external/unowinreg/unowinreg.**dll
> http://tools.openoffice.org/**unowinreg_prebuild/680/**unowinreg.dll
>   autoconf
>   ./configure --with-jdk-home=/usr/lib/jvm/**java-6-sun
>  --with-system-python --enable-verbose
>   ./bootstrap
>   . ./LinuxX86Env.Set.sh
>   cd instsetoo_native && build --all --html
>
>
And I did some modification whick made me to get the final build step:

svn co https://svn.apache.org/repos/asf/incubator/ooo/trunk ooo
cd ooo/main
wget -O external/unowinreg/unowinreg.dll
http://tools.openoffice.org/unowinreg_prebuild/680/unowinreg.dl
autoconf
./configure --with-jdk-home=/usr/lib/jvm/java-6-sun--with-system-python
--enable-verbose --with -epm-url="
http://ftp.easysw.com/pub/epm-3.7-source.tar.gz";
./bootstrap
source LinuxX86Env.Set.sh 

But when I run "cd instsetoo_native && build --all --html", there was error:

-

Entering /home/lily/ooo/main/stlport

 mkout -- version: 1.8

dmake: Error: -- `./
unxlngi6.pro/misc/18f577b374d60b3c760a3a3350407632-STLport-4.5.unpack' not
found, and can't be made

 1 module(s):

stlport

need(s) to be rebuilt

 Reason(s):

 ERROR: error 65280 occurred while making /home/lily/ooo/main/stlport

--

Does anybody know where the `./
unxlngi6.pro/misc/18f577b374d60b3c760a3a3350407632-STLport-4.5.unpack'  is?


Thanks a lot.


Re: Build AOO on Ubuntu

2011-12-11 Thread linyi li
Hi Tsutomu,

I have already put that file into ext_source/ directory.
I tried to build again and the last error disappeared.
Thank you very much:)

Hope the following build successful:)


2011/12/12 Tsutomu Uchino 

> Hi,
>
> 2011/12/12 linyi li :
> > Hi, Andrew
> [snip]
> >
> > -
> >
> > Entering /home/lily/ooo/main/stlport
> >
> >  mkout -- version: 1.8
> >
> > dmake: Error: -- `./
> > unxlngi6.pro/misc/18f577b374d60b3c760a3a3350407632-STLport-4.5.unpack'
> not
> > found, and can't be made
> >
> >  1 module(s):
> >
> > stlport
> >
> > need(s) to be rebuilt
> >
> >  Reason(s):
> >
> >  ERROR: error 65280 occurred while making /home/lily/ooo/main/stlport
> >
> > --
> >
> > Does anybody know where the `./
> > unxlngi6.pro/misc/18f577b374d60b3c760a3a3350407632-STLport-4.5.unpack'
>  is?
> >
> >
> > Thanks a lot.
>
> There were three STLport files in older repository but current
> repository has two of them.
> Get the following file and put it into ext_source/ directory:
>
> http://hg.services.openoffice.org/binaries/18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
>
> Regards,
> Tsutomu
>


Re: Build AOO on Ubuntu

2011-12-12 Thread linyi li
Hi,

When I built module udkapi, while compiling XBridgeTest.idl, error occured:
undefined symbol: rtl_allocateMemory.
Here is the error log:
//

=

Building module udkapi

=


 Entering /home/lily/ooo/main/udkapi/com/sun/star/test/bridge


 mkout -- version: 1.8

: && 
LD_LIBRARY_PATH=/home/lily/ooo/main/solver/340/unxlngi6.pro/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}
/home/lily/ooo/main/solver/340/unxlngi6.pro/bin/idlc -verbose
@/tmp/mkmxtPok

/home/lily/ooo/main/solver/340/unxlngi6.pro/bin/idlc: compiling 1 source
files ...

Compiling: XBridgeTest.idl

/home/lily/ooo/main/solver/340/unxlngi6.pro/bin/ucpp: symbol lookup error:
/home/lily/ooo/main/solver/340/unxlngi6.pro/bin/ucpp: undefined symbol:
rtl_allocateMemory

/home/lily/ooo/main/solver/340/unxlngi6.pro/bin/idlc: preprocessing file
/home/lily/ooo/main/udkapi/com/sun/star/test/bridge/XBridgeTest.idl failed

dmake: Error code 127, while making '../../../../../
unxlngi6.pro/ucr/cssbridgetest.db'


 1 module(s):

udkapi

need(s) to be rebuilt


 Reason(s):


 ERROR: error 65280 occurred while making
/home/lily/ooo/main/udkapi/com/sun/star/test/bridge
-//
Does anybody know how to fix it?


2011/12/12 linyi li 

> Hi Tsutomu,
>
> I have already put that file into ext_source/ directory.
> I tried to build again and the last error disappeared.
> Thank you very much:)
>
> Hope the following build successful:)
>
>
>
> 2011/12/12 Tsutomu Uchino 
>
>> Hi,
>>
>> 2011/12/12 linyi li :
>> > Hi, Andrew
>> [snip]
>> >
>> > -
>> >
>> > Entering /home/lily/ooo/main/stlport
>> >
>> >  mkout -- version: 1.8
>> >
>> > dmake: Error: -- `./
>> > unxlngi6.pro/misc/18f577b374d60b3c760a3a3350407632-STLport-4.5.unpack'
>> not
>> > found, and can't be made
>> >
>> >  1 module(s):
>> >
>> > stlport
>> >
>> > need(s) to be rebuilt
>> >
>> >  Reason(s):
>> >
>> >  ERROR: error 65280 occurred while making /home/lily/ooo/main/stlport
>> >
>> > --
>> >
>> > Does anybody know where the `./
>> > unxlngi6.pro/misc/18f577b374d60b3c760a3a3350407632-STLport-4.5.unpack'
>>  is?
>> >
>> >
>> > Thanks a lot.
>>
>> There were three STLport files in older repository but current
>> repository has two of them.
>> Get the following file and put it into ext_source/ directory:
>>
>> http://hg.services.openoffice.org/binaries/18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
>>
>> Regards,
>> Tsutomu
>>
>
>


Re: Build AOO on Ubuntu

2011-12-12 Thread linyi li
I can edit the page
http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide too.

2011/12/12 Raphael Bircher 

> Am 12.12.11 10:12, schrieb Andre Fischer:
>
>  On 09.12.2011 19:07, TJ Frazier wrote:
>>
>>> On 12/9/2011 11:47, Rob Weir wrote:
>>>
>>>> On Fri, Dec 9, 2011 at 2:19 AM, linyi li
>>>> wrote:
>>>>
>>>>> I downloaded source code from svn recently(by svn co
>>>>> https://svn.apache.org/repos/**asf/incubator/ooo/trunk<https://svn.apache.org/repos/asf/incubator/ooo/trunk>ooo),
>>>>>  and T want to
>>>>> build on Ubuntu followed the guide
>>>>> http://wiki.services.**openoffice.org/wiki/**
>>>>> Documentation/Building_Guide/**Building_on_Linux<http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide/Building_on_Linux>
>>>>>
>>>>> .
>>>>>
>>>>> But there is problem. After configure, I want to run"./bootstrap". But
>>>>> I
>>>>> can not find bootstrap.
>>>>>
>>>>>
>>>> Something to consider: For every new developer that tries to build
>>>> and fails, because the build guide is outdated, there are probably
>>>> several others who try it, fail, and then just walk away and are never
>>>> heard of again. A bad initial experience for developers is harmful to
>>>> the growth of the project.
>>>>
>>>
>>> +1
>>>
>>>>
>>>> Does anyone have any thoughts on why the Build Guide is not updated?
>>>>
>>>
>>> That I can describe exactly: Bjoern Michaelsen isn't around to push it.
>>>
>>>  Do the right people not have write access to that page?
>>>>
>>>
>>> Anyone with a wiki account can edit the page. Anyone can sign up for a
>>> wiki account. Anyone who needs some hand-holding is welcome to ask (here
>>> on this list, by private email, or on my User:TJFrazier talk page); I
>>> consider that part of a sysop's duties.
>>>
>>
>> Some hand-holding please.  I can log in and edit most of the pages
>> referenced on http://wiki.services.**openoffice.org/wiki/**
>> Documentation/Building_Guide<http://wiki.services.openoffice.org/wiki/Documentation/Building_Guide>.
>> Only the Building_on_Linux is not editable.  It also uses a different page
>> banner. Any idea what I am doing wrong?
>>
>>  I don't know, I can edit this page. Do you have me your User Name on the
> wiki?
>
> Greetings Raphael
> --
> My private Homepage: http://www.raphaelbircher.ch/
>


Re: Build AOO on Ubuntu

2011-12-12 Thread linyi li
Hi all,
Finally, I build AOO 3.4 on Ubuntu successfully:)
Thanks all of you.

The following is my step:


   1. svn co https://svn.apache.org/repos/asf/incubator/ooo/trunk ooo
   2. cd ooo/main
   3. wget -O external/unowinreg/unowinreg.dll
   http://tools.openoffice.org/unowinreg_prebuild/680/unowinreg.dll
   4. autoconf
   5. sudo apt-get install g++ gcc bison flex libarchive-zip-perl
   libcups2-dev libpam0g-dev sun-java6-jdk gperf libfreetype6-dev libxaw7-dev
   libfontconfig1-dev libxrandr-dev patch libgconf2-dev libgnomevfs2-dev ant
   libgtk2.0-dev junit junit4
   6. sudo apt-get build-dep openoffice.org
   7. ./configure --with-jdk-home=/usr/lib/jvm/java-6-sun
   --with-system-python --enable-verbose --with -epm-url="
   http://ftp.easysw.com/pub/epm/3.7/epm-3.7-source.tar.gz";
   8. ./bootstrap
   9. source LinuxX86Env.Set.sh
   10. Downloaded 18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz and
   3ade8cfe7e59ca8e65052644fed9fca4-epm-3.7.tar.gz from the internet and put
   them into ext_source/.
   11. cd instsetoo_native && build --all --html
   12. cd $SRC_ROOT/ucpp/$INPATH/misc/build/ucpp && make clean && make
   13. cp -f ucpp $SRC_ROOT/ucpp/$INPATH/bin
   14. cd $SRC_ROOT/ucpp && deliver
   15. cd instsetoo_native && build –all



2011/12/12 Tsutomu Uchino 

> Hi,
>
> 2011/12/12 linyi li :
> > Hi,
> >
> > When I built module udkapi, while compiling XBridgeTest.idl, error
> occured:
> > undefined symbol: rtl_allocateMemory.
> > Here is the error log:
> > //
> >
> > =
> >
> > Building module udkapi
> >
> > =
> >
> >
> >  Entering /home/lily/ooo/main/udkapi/com/sun/star/test/bridge
> >
> >
> >  mkout -- version: 1.8
> >
> > : && LD_LIBRARY_PATH=/home/lily/ooo/main/solver/340/
> unxlngi6.pro/lib${LD_LIBRARY_PATH:+:${LD_LIBRARY_PATH}}<http://unxlngi6.pro/lib$%7BLD_LIBRARY_PATH:+:$%7BLD_LIBRARY_PATH%7D%7D>
> > /home/lily/ooo/main/solver/340/unxlngi6.pro/bin/idlc -verbose
> > @/tmp/mkmxtPok
> >
> > /home/lily/ooo/main/solver/340/unxlngi6.pro/bin/idlc: compiling 1 source
> > files ...
> >
> > Compiling: XBridgeTest.idl
> >
> > /home/lily/ooo/main/solver/340/unxlngi6.pro/bin/ucpp: symbol lookup
> error:
> > /home/lily/ooo/main/solver/340/unxlngi6.pro/bin/ucpp: undefined symbol:
> > rtl_allocateMemory
> >
> > /home/lily/ooo/main/solver/340/unxlngi6.pro/bin/idlc: preprocessing file
> > /home/lily/ooo/main/udkapi/com/sun/star/test/bridge/XBridgeTest.idl
> failed
> >
> > dmake: Error code 127, while making '../../../../../
> > unxlngi6.pro/ucr/cssbridgetest.db'
> >
> >
> >  1 module(s):
> >
> > udkapi
> >
> > need(s) to be rebuilt
> >
> >
> >  Reason(s):
> >
> >
> >  ERROR: error 65280 occurred while making
> > /home/lily/ooo/main/udkapi/com/sun/star/test/bridge
> > -----//
> > Does anybody know how to fix it?
> >
> >
> > 2011/12/12 linyi li 
> >
> >> Hi Tsutomu,
> >>
> >> I have already put that file into ext_source/ directory.
> >> I tried to build again and the last error disappeared.
> >> Thank you very much:)
> >>
> >> Hope the following build successful:)
> >>
> >>
> >>
> >> 2011/12/12 Tsutomu Uchino 
> >>
> >>> Hi,
> >>>
> >>> 2011/12/12 linyi li :
> >>> > Hi, Andrew
> >>> [snip]
> >>> >
> >>> > -
> >>> >
> >>> > Entering /home/lily/ooo/main/stlport
> >>> >
> >>> >  mkout -- version: 1.8
> >>> >
> >>> > dmake: Error: -- `./
> >>> >
> unxlngi6.pro/misc/18f577b374d60b3c760a3a3350407632-STLport-4.5.unpack'
> >>> not
> >>> > found, and can't be made
> >>> >
> >>> >  1 module(s):
> >>> >
> >>> > stlport
> >>> >
> >>> > need(s) to be rebuilt
> >>> >
> >>> >  Reason(s):
> >>> >
> >>> >  ERROR: error 65280 occurred while making /home/lily/ooo/main/stlport
> >>> >
> >>> > --
> >>> >
> >>> > Does anybody know where the `./
> >>> >
> unxlngi6.pro/misc/18f577b374d60b3c760a3a3350407632-STLport-4.5.unpack'
> >>>  is?
> >>> >
> >>> >
> >>> > Thanks a lot.
> >>>
> >>> There were three STLport files in older repository but current
> >>> repository has two of them.
> >>> Get the following file and put it into ext_source/ directory:
> >>>
> >>>
> http://hg.services.openoffice.org/binaries/18f577b374d60b3c760a3a3350407632-STLport-4.5.tar.gz
> >>>
> >>> Regards,
> >>> Tsutomu
> >>>
> >>
> >>
> I met the same problem on ucpp and I thought it was occurred only on
> my environment. ucpp can be compiled individually, so try as follows:
>
> cd $SRC_ROOT/ucpp/$INPATH/misc/build/ucpp && make clean && make
> cp -f ucpp $SRC_ROOT/ucpp/$INPATH/bin
> cd $SRC_ROOT/ucpp && deliver
>
> Regards,
> Tsutomu
>


Re: [Request] [Bugzilla] Please help me adding into qa-team or related to have permission in BugZilla

2012-06-11 Thread Linyi Li
same issue, pls add: lilinyi921...@gmail.com

Thank you.

2012/6/11 Du Jing 

> me too, id:bjdujin...@gmail.com
> thanks a lot!
> On Mon, Jun 11, 2012 at 5:21 PM, Xiao Ting Xiao 
> wrote:
>
> > same issue, please help add me: tingxi...@gmail.com
> >
> > On Mon, Jun 11, 2012 at 5:19 PM, liu ping 
> wrote:
> >
> > > I have the same situation ,please add me ,bugzilla id:
> > > doneyours...@gmail.com ,thanks
> > >
> > >
> > > On Mon, Jun 11, 2012 at 5:16 PM, Bin Guo  wrote:
> > >
> > > > Hi All,
> > > >
> > > > I am working on AOO as QA, need permission to do some operations on
> > > > BugZilla, such as modify stutas of bug, currently my account has
> > > permission
> > > > of "registered-user All registered users" only, maybe I should be
> added
> > > > into qa-team or related, so I send this mail out, who has the
> > permission
> > > to
> > > > help me adding into related team, please do us a favour, thank you so
> > > much.
> > > >
> > > > Thanks,
> > > > Bin
> > > >
> > >
> >
>



-- 
Best wishes.

Lynn


Re: [Request] [Bugzilla] Please help me adding into qa-team or related to have permission in BugZilla

2012-06-11 Thread Linyi Li
 Thanks for Juergen's suggestion.

 I joined AOO several months. I did automation jobs on AOO before.
Researched automation test module especially smoketest module. Wrote
automation test scripts on AOO4.0. Did manual performance test about
AOO3.4, and compared performance test results with LibreOffice and
Symphony. I also did manual test jobs. I did General Testing about AOO3.4
and updated AOO 3.4 General Testing Cases and Result on wiki. Recently I
want to verify defects in bugzilla, which are in query
"DefectsNeedVerification".

In addition, enclose with my work in bugzilla, which is a little different
from Herbert's result:

https://issues.apache.org/ooo/buglist.cgi?resolution=---&emailassigned_to1=1&emailreporter1=1&emailtype1=exact&email1=lilinyi921734%40gmail.com&list_id=13747

 But I am not sure this is the only way to judge someone's contribution.

Thanks for Rob's support.




2012/6/11 Rob Weir 

> On Mon, Jun 11, 2012 at 6:25 AM, Herbert Duerr  wrote:
> > Hi,
> >
> > our bugzilla grants many rights by default with two major exceptions:
> > can-confirm is needed for confirming an issue as reproducible
> > edit-bugs is needed for setting the status of an issue to resolved
> >
> > Answering the calls for increased rights in bugzilla I looked through all
> > the applicants and browsed through their contributions. For a third-party
> > review here are the relevant links:
> >
> > Bin Guo  http://s.apache.org/VWu
> > Liu Ping  http://s.apache.org/d2F
> > Xiao Ting Xiao  http://s.apache.org/xZX
> > Du Jing  http://s.apache.org/BkQ
> > Linyi Li  http://s.apache.org/1Hf
> > Kevin Grignon  http://s.apache.org/LwV
> >
> > I don't want to offend anyone and I remember the recent discussion for
> > increased leniency on fast-tracking contributors, but at least for two
> > applicants a bugzilla-query found nothing, so I am a bit hesitant to
> elevate
> > their priviledges.
> >
> > I'd be happy to change my conservative mind if there is consensus to do
> so.
> > What is the general opinion on that topic?
> >
>
> At one point there was the suggestion that we give everyone (all user
> accounts) canconfirm and editbugs permissions.  I thought that was too
> much, since a random user, confused by BZ could accidentally remove a
> critical bug from our attention by making the wrong changes.
>
> But the general idea was to make these permissions widely available
> upon request.  So not just committers, but anyone who asks for them.
>
> So I would not object to adding volunteers to "qa-team".
>
> -Rob
>
> > Other than that I want to mention that there we already have an
> automatism
> > in bugzilla. All committers that log in via their @apache.org mail
> address
> > automatically get edit-bug rights.
> >
> > Herbert
>



-- 
Best wishes.

Lynn


Re: Defects Need Verification Query is created and please help on these defects

2012-06-11 Thread Linyi Li
Hi,

I planed to do defects verification recently. I have got two questions.
1. Defects in query "
DefectsNeedVerificaiton"
have two status: RESOLVED, VERIFIED. For verification, My understanding is
to verify defects which are fixed. How to deal with the defects already
marked as VERIFIED? To mark it CLOSED?
2. I found there are some fixed defect, marked as "committed to trunk in
revision 1345624". Is there any official build after AOO3.4. And where to
get these revision to verity there defects?



2012/6/4 Xia Zhao 

> Sorry, originally this note I plan send to ooo-qa mail list... But I do
> hope everyone can contribute to defects verification.
>
> Best regards,
>
> Lily
>
>
> 2012/6/4 Xia Zhao 
>
> > Hi all,
> >
> > I just created and published one query "DefectsNeedVerification" in
> > BugZilla, I'd suggest you all take a look for these defects and do the
> > verification, this way we can clearup more and more bugs in BugZilla,
> > meanwhile, for those very old resolved defects to see if there are
> > regression against current AOO 3.4 release to improve the quality.
> Thanks.
> >
> > Best regards,
> >
> > Lily
> >
>



-- 
Best wishes.

Lynn


Re: Defects Need Verification Query is created and please help on these defects

2012-06-12 Thread Linyi Li
Thanks for explanation, Juergen.
I will focus on the old defects which can be verified on official AOO3.4
build first. Then to deal with others when the nightly builds for trunk is
ready.

2012/6/12 Juergen Schmidt 

> Am Dienstag, 12. Juni 2012 um 05:17 schrieb Linyi Li:
> > Hi,
> >
> > I planed to do defects verification recently. I have got two questions.
> > 1. Defects in query "
> > DefectsNeedVerificaiton<
> https://issues.apache.org/ooo/buglist.cgi?cmdtype=dorem&remaction=run&namedcmd=DefectsNeedVerificaiton&sharer_id=248824
> >"
> > have two status: RESOLVED, VERIFIED. For verification, My understanding
> is
> > to verify defects which are fixed. How to deal with the defects already
> > marked as VERIFIED? To mark it CLOSED?
> >
> >
>
> In the past we verified issues in a cws and cross checked it later in an
> "official" dev/milestone build and closed it afterwards.
> Today I would say we can verify issues in official dev builds or hopefully
> in the future in nightly builds. And cross check and close them in official
> published dev builds.
> But maybe others have a different opinion.
>
> > 2. I found there are some fixed defect, marked as "committed to trunk in
> > revision 1345624". Is there any official build after AOO3.4. And where to
> > get these revision to verity there defects?
> >
> >
>
> No not yet, I would hope that we can use nightly builds for trunk and more
> official builds for 3.4.1 soon
>
> Juergen
> >
> >
> >
> > 2012/6/4 Xia Zhao 
> >
> > > Sorry, originally this note I plan send to ooo-qa mail list... But I do
> > > hope everyone can contribute to defects verification.
> > >
> > > Best regards,
> > >
> > > Lily
> > >
> > >
> > > 2012/6/4 Xia Zhao 
> > >
> > > > Hi all,
> > > >
> > > > I just created and published one query "DefectsNeedVerification" in
> > > > BugZilla, I'd suggest you all take a look for these defects and do
> the
> > > > verification, this way we can clearup more and more bugs in BugZilla,
> > > > meanwhile, for those very old resolved defects to see if there are
> > > > regression against current AOO 3.4 release to improve the quality.
> > > >
> > >
> > > Thanks.
> > > >
> > > > Best regards,
> > > >
> > > > Lily
> >
> >
> >
> > --
> > Best wishes.
> >
> > Lynn
>
>


-- 
Best wishes.

Lynn


Re: Symphony code now in SVN

2012-06-17 Thread Linyi Li
Wonderful news! One big step of Symphony code contribution.

2012/6/18 Li Feng Wang 

> Great News!
>
> 2012/6/18 Yong Lin Ma 
>
> > Thanks Danielsh.
> >
> > http://wiki.services.openoffice.org/wiki/Symphony  has been updated for
> > this.
> >
> > And call for native speakers to tune the words there. Thanks for your
> > help in advence.
> >
> > On Mon, Jun 18, 2012 at 7:58 AM, Rob Weir  wrote:
> > > Thanks to danielsh the Symphony contribution is now loaded into
> > > Subversion here:
> > > https://svn.apache.org/repos/asf/incubator/ooo/symphony/trunk/
> > >
> > > -Rob
> >
>
>
>
> --
> Best Wishes, LiFeng Wang
>



-- 
Best wishes.
Linyi Li


[QA] Build Verification Test for AOO

2012-06-27 Thread Linyi Li
Hi,

 Since we have weekly AOO branch build and daily trunk build, I want to do
build verification test to make sure the main functions are OK. After this
test we can do further general function test.

 I noticed there is smoketest in the AOO which can do some verification
test. But it is based on macros and basic language, which is hard to read
and debug. And no one maintained this.

Based on Liu Zhe's VCLAuto, we developed 40+ test cases to do build
verification test. These test cases are:

1. Test cases include 5 products: word processor, spreadsheet, impress,
formula, drawing.

2. Doing basic operations about each products: new, save, load.

3. Objects operations: chart, table, function.

4. Integrated smoketest from AOO.

 Plan to do:

1. Set up some machines to do build verification test, including OS:windows
32 & 64bit, mac, ubuntu, redhat.

2. Send verification test result to community when daily/weekly build is
ready, or to add to wiki.

3. Develop more test cases, such as database cases.

 Any comments are welcome!


-- 
Best wishes.
Linyi Li


Re: [QA] Build Verification Test for AOO

2012-06-28 Thread Linyi Li
Thanks Zhe. Good suggestion. I think that will make this test much clearer.

2012/6/28 Zhe Liu 

> 2012/6/28 Linyi Li :
> > Hi,
> >
> >  Since we have weekly AOO branch build and daily trunk build, I want to
> do
> > build verification test to make sure the main functions are OK. After
> this
> > test we can do further general function test.
> >
> >  I noticed there is smoketest in the AOO which can do some verification
> > test. But it is based on macros and basic language, which is hard to read
> > and debug. And no one maintained this.
> >
> > Based on Liu Zhe's VCLAuto, we developed 40+ test cases to do build
> > verification test. These test cases are:
> >
> > 1. Test cases include 5 products: word processor, spreadsheet, impress,
> > formula, drawing.
> Suggest to write one wiki page to introduce what kind of testcases are
> included.
> Case by case.
> >
> > 2. Doing basic operations about each products: new, save, load.
> >
> > 3. Objects operations: chart, table, function.
> >
> > 4. Integrated smoketest from AOO.
> >
> >  Plan to do:
> >
> > 1. Set up some machines to do build verification test, including
> OS:windows
> > 32 & 64bit, mac, ubuntu, redhat.
> >
> > 2. Send verification test result to community when daily/weekly build is
> > ready, or to add to wiki.
> >
> > 3. Develop more test cases, such as database cases.
> >
> >  Any comments are welcome!
> >
> >
> > --
> > Best wishes.
> > Linyi Li
>
>
>
> --
> Best Regards
> From aliu...@gmail.com
>



-- 
Best wishes.
Linyi Li


Re: [QA] Build Verification Test for AOO

2012-06-28 Thread Linyi Li
Hi Yan Ji,
I will add a new wiki to describe BVT cases. Then I'll add the link to
here. Thank you.

2012/6/28 Yan Ji 

> Lin Yi,
>
>  That will be great to have Build Verification Test(BVT) report to let us
> know the build availability. Would you pls let us know the BVT case list
> which function area will be test during BVT?
>
> Thanks & Best Regards, Yan Ji
>
> On Jun 28, 2012, at 1:48 PM, Linyi Li wrote:
>
> > Hi,
> >
> > Since we have weekly AOO branch build and daily trunk build, I want to do
> > build verification test to make sure the main functions are OK. After
> this
> > test we can do further general function test.
> >
> > I noticed there is smoketest in the AOO which can do some verification
> > test. But it is based on macros and basic language, which is hard to read
> > and debug. And no one maintained this.
> >
> > Based on Liu Zhe's VCLAuto, we developed 40+ test cases to do build
> > verification test. These test cases are:
> >
> > 1. Test cases include 5 products: word processor, spreadsheet, impress,
> > formula, drawing.
> >
> > 2. Doing basic operations about each products: new, save, load.
> >
> > 3. Objects operations: chart, table, function.
> >
> > 4. Integrated smoketest from AOO.
> >
> > Plan to do:
> >
> > 1. Set up some machines to do build verification test, including
> OS:windows
> > 32 & 64bit, mac, ubuntu, redhat.
> >
> > 2. Send verification test result to community when daily/weekly build is
> > ready, or to add to wiki.
> >
> > 3. Develop more test cases, such as database cases.
> >
> > Any comments are welcome!
> >
> >
> > --
> > Best wishes.
> > Linyi Li
>
>


-- 
Best wishes.
Linyi Li


Re: [VCL Test Assistant] results copy?

2012-06-28 Thread Linyi Li
Hi,
I added an example of adding a new test case to vclauto. Hope this can help
the beginer start to use vclauto and call for more volunteers to write test
cases.

http://wiki.services.openoffice.org/wiki/QA/vclauto/A_step_by_step_example


2012/6/27 Reizinger Zoltán 

> 2012.06.27. 10:05 keltezéssel, Linyi Li írta:
>
>  Thanks Jurgen. I updated the wiki,
>> http://wiki.services.**openoffice.org/wiki/QA/**
>> vclauto#How_to_Get_Help_ID<http://wiki.services.openoffice.org/wiki/QA/vclauto#How_to_Get_Help_ID>
>> .
>> Zoltan, you can find the screenshot there.
>>
> It is clearer, but if I try to follow it my next barrier is the name.
> What to do when "Name" is empty?
> See my screen shots: AOO Base main window and the VCL Explorer window:
> http://www.flickr.com/photos/**48546468@N00/7453424370/<http://www.flickr.com/photos/48546468@N00/7453424370/>
> http://www.flickr.com/photos/**48546468@N00/7453424516/<http://www.flickr.com/photos/48546468@N00/7453424516/>
> If I doubleclick on any item, no copy to the  UIMap.java.
> How can I add name?
> What is the common rules for naming?
>
> Thanks,
> Zoltan
>
>  To Zhe, If I made some mistake in the wiki, pls tell me.
>>
>> 2012/6/27 Reizinger Zoltán 
>>
>>  2012.06.27. 9:04 keltezéssel, Linyi Li írta:
>>>
>>>  Hi  Zoltan,
>>>
>>>> When I used vcl test assistant, I used it to get the control's ID.
>>>> First, drag the gray circle to controls that I want to use and then
>>>> release
>>>> the button. See the attachment "fucus on controls.png".
>>>> Second, left double click on the "Name" column of the control I want to
>>>> use, then add a name to the control. See attachment "add control.png",
>>>> control .uno:Open.
>>>> After the two steps you will find a UI control defined automatically in
>>>> the
>>>> last line of UIMap.java.
>>>> (%EclipseWorkspaceDir%\test\testscript\src\testlib\UIMap.java)
>>>>
>>>> Then I can use the control by the name I defined instead of using
>>>> control
>>>> ID.
>>>>
>>>> As you mentioned you want to save the HID result. Would you pls descirbe
>>>> your requirement detailedly? Then I think we can add these functions to
>>>> the
>>>> vcl test assistant.
>>>>
>>>>  To make some clearer.
>>> My thought is that, when creating new script, the steps:
>>> 1. I first needs all control description from whole AOO window or a and
>>> HID details, to make a clear picture where to start.
>>> For example the AOO control center, or Base main window.
>>> 2. Next needs for example the wizards all steps all options details.
>>> For example, the creation new database table wizard and four steps in the
>>> wizard with all options.
>>> 3. When I figured out the picture, needs details for each control, to
>>> create script.
>>>
>>> You can send me in the PM the screenshots.
>>> Thanks,
>>> Zoltan
>>>
>>>
>>>  2012/6/27 Zhe Liu 
>>>>
>>>>  Hi Zoltan,
>>>>
>>>>> What's your exact requirement?
>>>>> Which items do you want? What format do you hope the data saved?
>>>>> I will implement it asap.
>>>>>
>>>>> 2012/6/27 Reizinger Zoltán :
>>>>>
>>>>>  Hi,
>>>>>> I try to use VCL Test Assistant, inside Eclipse.
>>>>>> I want to save the inspection HID result, to text file.
>>>>>> I can not copy the result by mouse, or CTRL+C.
>>>>>> How can I proceed?
>>>>>> Zoltan
>>>>>>
>>>>>>
>>>>>>  --
>>>>> Best Regards
>>>>>  From aliu...@gmail.com
>>>>>
>>>>>
>>>>>
>>>>
>>>
>>
>
>


-- 
Best wishes.
Linyi Li


[QA AUTOMATION] Build Verification Test(BVT) introduction

2012-07-02 Thread Linyi Li
Hi,

I added a wiki to introduce test cases of Build Verification Test(BVT):
http://wiki.services.openoffice.org/wiki/QA/Build_Verification_Test%28BVT%29

As I mentioned before, I will do BVT on AOO branch build and daily trunk
build. I planed to start with windows 8. Later I will upload BVT test
results.
If you find something wrong or have any objection, pls reply me. Thanks.

-- 
Best wishes.
Linyi Li


[QA AUTOMATION] Build Verification Test(BVT) test results

2012-07-03 Thread Linyi Li
Hi,

I setup some machines to perform Build Verification Test(BVT). Here is the
test result.

   - Platform:

windows 8
mac 10.7.4
redhat 6.1
ubuntu 10.04
windows 7 x64

   - Build version: trunk build r1355288.
   - Total cases: 41.
   - Found defects: 1.
   https://issues.apache.org/ooo/show_bug.cgi?id=120171

Liu Zhe helped me to put the detailed result to his spac. You can get them
from here: http://people.apache.org/~liuzhe/test/
Thanks Zhe!

About the test results.
logs/Logs of BVT. Recording the executed test cases and
error messages.
report/  Summary of test results. How many test cases were
executed. How many passed, how many failed. Execution time. You can click
on the number in the page to see the relevant test cases.
result/  A .xml file. Recording the whold test process.
screenshot/  If any case is failed, there will be a screenshot to
record failing scenario.

Any comments are welcomed!

-- 
Best wishes.
Linyi Li


Re: [QE] AOO 3.4.1 First Snapshot build PVT Report

2012-07-03 Thread Linyi Li
>From Xuan Xuan's introduction in the beginning, I think the first data is
average value of the test results and the second data is the standard
deviation.


On Tue, Jul 3, 2012 at 5:36 PM, Ji Yan  wrote:

> I'm sure Yi Xuan will update her wiki page with detail test case and the
> meaning of report data
>
> 2012/7/3 Andre Fischer 
>
> > On 03.07.2012 09:02, Herbert Duerr wrote:
> >
> >> |-|---**|---|-**
> >>> |
> >>> | Filter | odt Load Show| Plain   | 0.72/ 0.03  |
> >>> | |   | Complex | 1.13/ 0.03  |
> >>> |-|---**|---|-**
> >>> |
> >>> [...]
> >>>   Any comment is welcomed!
> >>>
> >>
> >> Thanks for sharing this interesting data.
> >> I haven't found an explanation what these numbers mean though, so I have
> >> to guess: The first number is the average value and the second is the
> >> sigma value for running the test, right?
> >>
> >
> > It would be good to put any explanation/documentation on the wiki page or
> > else the information about the test parameters from the first mail -- (8
> > runs, average over 5), what is plain or complex -- would be lost.
> >
> > -Andre
> >
>
>
>
> --
>
>
> Thanks & Best Regards, Yan Ji
>



-- 
Best wishes.
Linyi Li


Re: [QA AUTOMATION] Build Verification Test(BVT) test results

2012-07-03 Thread Linyi Li
Hi, Yan Ji
Thanks for your advice. I will update this wiki. And I will add some
contents to make it more intuitive.

On Wed, Jul 4, 2012 at 11:32 AM, Ji Yan  wrote:

> Lin Yi,
>
>   You can put the report in wiki page[1]. I just made a sample with your
> Mac platform report, you could continue post result for other platform
> [1]http://wiki.services.openoffice.org/wiki/QA/Report/BVT
>
> 2012/7/3 Linyi Li 
>
> > Hi,
> >
> > I setup some machines to perform Build Verification Test(BVT). Here is
> the
> > test result.
> >
> >- Platform:
> >
> > windows 8
> > mac 10.7.4
> > redhat 6.1
> > ubuntu 10.04
> > windows 7 x64
> >
> >- Build version: trunk build r1355288.
> >- Total cases: 41.
> >- Found defects: 1.
> >https://issues.apache.org/ooo/show_bug.cgi?id=120171
> >
> > Liu Zhe helped me to put the detailed result to his spac. You can get
> them
> > from here: http://people.apache.org/~liuzhe/test/
> > Thanks Zhe!
> >
> > About the test results.
> > logs/Logs of BVT. Recording the executed test cases and
> > error messages.
> > report/  Summary of test results. How many test cases were
> > executed. How many passed, how many failed. Execution time. You can click
> > on the number in the page to see the relevant test cases.
> > result/  A .xml file. Recording the whold test process.
> > screenshot/  If any case is failed, there will be a screenshot to
> > record failing scenario.
> >
> > Any comments are welcomed!
> >
> > --
> > Best wishes.
> > Linyi Li
> >
>
>
>
> --
>
>
> Thanks & Best Regards, Yan Ji
>



-- 
Best wishes.
Linyi Li


Re: [QA AUTOMATION] Build Verification Test(BVT) test results

2012-07-04 Thread Linyi Li
Hi,
I updated Build Verification Test(BVT) Report wiki page[1]. I added the
pass/skip/fail cases in to the report table. Hope the results more
intuitive.


[1] http://wiki.services.openoffice.org/wiki/QA/Report/BVT


On Wed, Jul 4, 2012 at 1:07 PM, Linyi Li  wrote:

> Hi, Yan Ji
> Thanks for your advice. I will update this wiki. And I will add some
> contents to make it more intuitive.
>
>
> On Wed, Jul 4, 2012 at 11:32 AM, Ji Yan  wrote:
>
>> Lin Yi,
>>
>>   You can put the report in wiki page[1]. I just made a sample with your
>> Mac platform report, you could continue post result for other platform
>> [1]http://wiki.services.openoffice.org/wiki/QA/Report/BVT
>>
>> 2012/7/3 Linyi Li 
>>
>> > Hi,
>> >
>> > I setup some machines to perform Build Verification Test(BVT). Here is
>> the
>> > test result.
>> >
>> >- Platform:
>> >
>> > windows 8
>> > mac 10.7.4
>> > redhat 6.1
>> > ubuntu 10.04
>> > windows 7 x64
>> >
>> >- Build version: trunk build r1355288.
>> >- Total cases: 41.
>> >- Found defects: 1.
>> >https://issues.apache.org/ooo/show_bug.cgi?id=120171
>> >
>> > Liu Zhe helped me to put the detailed result to his spac. You can get
>> them
>> > from here: http://people.apache.org/~liuzhe/test/
>> > Thanks Zhe!
>> >
>> > About the test results.
>> > logs/Logs of BVT. Recording the executed test cases and
>> > error messages.
>> > report/  Summary of test results. How many test cases were
>> > executed. How many passed, how many failed. Execution time. You can
>> click
>> > on the number in the page to see the relevant test cases.
>> > result/  A .xml file. Recording the whold test process.
>> > screenshot/  If any case is failed, there will be a screenshot to
>> > record failing scenario.
>> >
>> > Any comments are welcomed!
>> >
>> > --
>> > Best wishes.
>> > Linyi Li
>> >
>>
>>
>>
>> --
>>
>>
>> Thanks & Best Regards, Yan Ji
>>
>
>
>
> --
> Best wishes.
> Linyi Li
>
>


-- 
Best wishes.
Linyi Li


[QA AUTOMATION] Build Verification Test(BVT) test results of AOO3.4.1 r1354891

2012-07-05 Thread Linyi Li
Hi,

I did Build Verification Test(BVT) test of AOO3.4.1 r1354891. And I updated
BVT result to [1].

[1]
http://wiki.services.openoffice.org/wiki/QA/Report/BVT#BVT_Report_for_AOO3.4.1_Branch_r1354891


Details:

   - Platform:

windows 8
mac 10.7.4
redhat 6.1
ubuntu 10.04
windows 7 x64

   - Build version: AOO3.4.1 r1354891.
   - Total cases: 41.
   - One opened defects:
   https://issues.apache.org/ooo/show_bug.cgi?id=120171

I plan to set up some linux 64bit platforms to do BVT in the future.

-- 
Best wishes.
Linyi Li


Re: [QA AUTOMATION] Build Verification Test(BVT) test results of AOO3.4.1 r1354891

2012-07-08 Thread Linyi Li
Hi Simon,

Thanks for your suggestion. It is helpful. I will add this column today.

On Sun, Jul 8, 2012 at 9:57 PM, Shenfeng Liu  wrote:

> Linyi,
>   Thanks for the BVT report! And the report wiki looks great!
>   Only suggestion is to add one column as comments to attach the bugzilla
> id for the failed test case, or explain the fail reason (test
> environment/test script reason...).
>   Thanks!
>
> - Simon
>
>
> 2012/7/5 Linyi Li 
>
> > Hi,
> >
> > I did Build Verification Test(BVT) test of AOO3.4.1 r1354891. And I
> updated
> > BVT result to [1].
> >
> > [1]
> >
> >
> http://wiki.services.openoffice.org/wiki/QA/Report/BVT#BVT_Report_for_AOO3.4.1_Branch_r1354891
> >
> >
> > Details:
> >
> >- Platform:
> >
> > windows 8
> > mac 10.7.4
> > redhat 6.1
> > ubuntu 10.04
> > windows 7 x64
> >
> >- Build version: AOO3.4.1 r1354891.
> >- Total cases: 41.
> >- One opened defects:
> >https://issues.apache.org/ooo/show_bug.cgi?id=120171
> >
> > I plan to set up some linux 64bit platforms to do BVT in the future.
> >
> > --
> > Best wishes.
> > Linyi Li
> >
>



-- 
Best wishes.
Linyi Li


[QA CALLFORREVIEW] VCLAuto patch to make Build Verification Test language-neutral

2012-07-08 Thread Linyi Li
Hi All,

Now we have Build Verification Test based on VCLAuto. But it can only be
test on en-US AOO build.
To make Build Verification Test(BVT) language-neutral, I modified some test
scripts, and created a patch of test module: test_patch.patch.
Pls help to review it. Thx.

Bug 120217 has been created to track this task.

https://issues.apache.org/ooo/show_bug.cgi?id=120217


-- 
Best wishes.
Linyi Li


Re: [QA AUTOMATION] Build Verification Test(BVT) test results of AOO3.4.1 r1354891

2012-07-08 Thread Linyi Li
Hi,

I updated BVT report wiki [1].
I added a column called "Failed Info" to explain the failed reason. If
there is defect I will attach bugzilla ID.

[1]--http://wiki.services.openoffice.org/wiki/QA/Report/BVT


On Mon, Jul 9, 2012 at 9:32 AM, Linyi Li  wrote:

> Hi Simon,
>
> Thanks for your suggestion. It is helpful. I will add this column today.
>
>
> On Sun, Jul 8, 2012 at 9:57 PM, Shenfeng Liu  wrote:
>
>> Linyi,
>>   Thanks for the BVT report! And the report wiki looks great!
>>   Only suggestion is to add one column as comments to attach the bugzilla
>> id for the failed test case, or explain the fail reason (test
>> environment/test script reason...).
>>   Thanks!
>>
>> - Simon
>>
>>
>> 2012/7/5 Linyi Li 
>>
>> > Hi,
>> >
>> > I did Build Verification Test(BVT) test of AOO3.4.1 r1354891. And I
>> updated
>> > BVT result to [1].
>> >
>> > [1]
>> >
>> >
>> http://wiki.services.openoffice.org/wiki/QA/Report/BVT#BVT_Report_for_AOO3.4.1_Branch_r1354891
>> >
>> >
>> > Details:
>> >
>> >- Platform:
>> >
>> > windows 8
>> > mac 10.7.4
>> > redhat 6.1
>> > ubuntu 10.04
>> > windows 7 x64
>> >
>> >- Build version: AOO3.4.1 r1354891.
>> >    - Total cases: 41.
>> >- One opened defects:
>> >https://issues.apache.org/ooo/show_bug.cgi?id=120171
>> >
>> > I plan to set up some linux 64bit platforms to do BVT in the future.
>> >
>> > --
>> > Best wishes.
>> > Linyi Li
>> >
>>
>
>
>
> --
> Best wishes.
> Linyi Li
>
>


-- 
Best wishes.
Linyi Li


Re: [QA AUTOMATION][Proposal]Suggest to group definition of UI Controls in UIMap.java.

2012-07-09 Thread Linyi Li
+1
I think we can regroup the definition of controls to make them clearer.
One concern: Sometimes some editors(document/spreadsheet/
presentation) have the same dialog. Do we have to omit the editor name or
add on special prefix to identify them?


On Mon, Jul 9, 2012 at 3:25 PM, Shan Zhu  wrote:

> Hi, all
>
> In VCLAuto, we define the UI controls used in our script in UIMap.java.
> Now, there is a long disordered list of UI controls, which will continue to
> grow up.
> For readability, I propose to group the definition of controls by Editor
> and dialogs.
>
> 1. Put the definition of controls in same editor together, with a comment
> line at the front to declare the editor name.
> 2. Put the definition of controls in same dialog together, with a comment
> line to declare the dialog name.
> It would be better that if the sequence of the definition for a dialog
> could  following the UI arrangement in dialog.
> For example,
> // Spreadsheet: "Select Sheets" dialog
> public static final VclDialog SCSelectSheetsDlg =
> dialog(".uno:SelectTables");
> ...
> // Spreasheet: "Sort" dialog
> ...
> Moreover,  suggest to add definition for other controls in one dialog, even
> you've used few of them in your script writing.
> And, a basic rule for variable name definition is needed, if necessary.
>
> Regards,
> Shan Zhu
>



-- 
Best wishes.
Linyi Li


Re: Propose AOO 3.4.1 Testing Plan

2012-07-09 Thread Linyi Li
Hi Ian C,

If you just want to see the test result, you can click on the “Report”
column link. This link describes the detailed test report of one special
paltform. About how many test cases were executed. How many passed, how
many failed. Execution time. You can click on the number in the page to see
the relevant test cases.
About the "Result" column,  actually it is a .xml file. Recording the whold
test process. This is useful for the tester who want to see the detailed
test process.
And the "Log" column. It is the logs of BVT. Recording the executed test
cases and error messages.

I think I will have to add some introduction on the BVT report wiki to
describe the result later.


On Mon, Jul 9, 2012 at 4:42 PM, Ian C  wrote:

> Hi,
>
> these reports are great.
>
> However, clicking on the Result column, say link 8, gives an error re
> no stylesheet attached (at least on Firefox). Is it meant to be a raw
> XML file?
>

-- 
Best wishes.
Linyi Li


[QA CALLFORREVIEW]-VCLAuto patch: refactor function verification test. Test cases about formula.

2012-07-12 Thread Linyi Li
Hi,

I planed to refactor function verification test cases about vclauto. Try to
make them more organized and clearer.
This patch includes test cases about formula. Also this patch resolved a
problem about the mouse event.
Pls help to review it. Thx.
I opened a defect to follow this task:
https://issues.apache.org/ooo/show_bug.cgi?id=120272


BVT, I will add a wiki to introduce the function verification test which
will help more volunteers to join the automation test script development.

-- 
Best wishes.
Linyi Li


[QA AUTOMATION] Build Verification Test(BVT) report of AOO3.4.1 r1359641

2012-07-16 Thread Linyi Li
Hi,

Build Verification Test(BVT) report of AOO3.4.1 r1359641 is here [1].

[1]
http://wiki.services.openoffice.org/wiki/QA/Report/BVT#BVT_Report_for_AOO3.4.1_Branch_r1359641

Details:
Added 5 test cases.
Did en-US/zh-CN/zh-TW language.

   - Platform:

windows 8
mac 10.7.4
redhat 6.1
ubuntu 10.04
windows 7 x64

   - Build version: AOO3.4.1 r1359641.
   - Total cases: 46.


-- 
Best wishes.
Linyi Li


[QA CALLFORREVIEW]-VCLAuto patch: refactor function verification test. Test cases about text document and presentation.

2012-07-17 Thread Linyi Li
Hi,

This patch includes test cases about text document and presentation.
Pls help to review it. Thx.
I opened a defect to follow this task:
https://issues.apache.org/ooo/show_bug.cgi?id=120295


-- 
Best wishes.
Linyi Li


[QA CALLFORREVIEW]-VCLAuto patch: refactor function verification test cases. Test cases about spreadsheet.

2012-07-21 Thread Linyi Li
Hi,

This patch includes test cases about spreadsheet.
Pls help to review it. Thx.

[1] https://issues.apache.org/ooo/show_bug.cgi?id=120321

-- 
Best wishes.
Linyi Li


[QA REPORT] After long-running GUI testing, memory leak is much less than before.

2012-07-22 Thread Linyi Li
Hi all,

Last week I did some long-running GUI testing on AOO 3.4, build r1359641,
using Java on my ubuntu10.04.


   - Here is my scenario:

1. Create new Text Document/Spreadsheet/Presentation/Drawing.
2. Input some simple text in it.
3. Save and then reopen it.
4. Repeat the above steps.


   - Here is the long-running report.

471 iterations, 61 hours, memory changed from 121168 KB to 809644 KB,+1462KB
per iteration.

Comparing with the long-running test report on June 8[1], memory leak is
half of that time.

Thanks to those who contributed to this. Hope memory leak will be less and
less.

[1]
On Mon, Jun 11, 2012 at 9:17 AM, Zhe Liu  wrote:

> Unfortunately,I lost  Mac data and forget the iteration count.
> Fortunately, I also did the same test on Ubuntu:
> 361 iterations,  48hours, memory changed from 122644KB to 1133668KB,
> +2800KB per iteration.
>
-- 

-- 
Best wishes.
Linyi Li


Re: [QA REPORT] After long-running GUI testing, memory leak is much less than before.

2012-07-23 Thread Linyi Li
> Exactly, it is the way it is working. And I believe this test only
> shows a part of leaks. It still needs other use cases to show
> different kinds of memory leaks. Perhaps checking existing memory leak
> bugs which has specific steps is a good direction.
>

+1
It is a good suggestion to test memory leak. Maybe we can write some test
cases based on memory leak defect.

-- 
Best wishes.
Linyi Li


[QA CALLFORREVIEW]-VCLAuto patch: Make test code under testcase.sc/sw/sd.* language-neutral

2012-07-25 Thread Linyi Li
Hi,

This patch is to make sure all test cases in testgui package of test module
are language-neutral.
Pls help to review it . Thx.

[1] https://issues.apache.org/ooo/show_bug.cgi?id=120323
-- 
Best wishes.
Linyi Li


Re: [QA CALLFORVOLUNTEER]Release Testing for AOO 3.4.1 RC rev. 1366353

2012-07-30 Thread Linyi Li
I will do 120407 <https://issues.apache.org/ooo/show_bug.cgi?id=120407>  [QA
Task][Release Testing]BVT for AOO 3.4.1 RC rev 1366353

On Mon, Jul 30, 2012 at 9:04 PM, Ji Yan  wrote:

> Hi all,
>
>   The new RC build is ready, I propose we start RC test now. several QA
> tasks have been created.
>
> The main task 120401 to track all of sub tasks.
> 120401 <https://issues.apache.org/ooo/show_bug.cgi?id=120401>  [QA
> Task][Release Testing]AOO 3.4.1 RC rev. 1366353
>
> Sub task for what should be test:
> 120402 <https://issues.apache.org/ooo/show_bug.cgi?id=120402>  [QA
> Task][Release Testing]Installation test for AOO 3.4.1 RC rev 1366353
> 120403 <https://issues.apache.org/ooo/show_bug.cgi?id=120403>  [QA
> Task][Release Testing]General testing for AOO 3.4.1 RC rev. 1366353
> 120404 <https://issues.apache.org/ooo/show_bug.cgi?id=120404>  [QA
> Task][Release Testing]Native language testing for AOO 3.4.1 RC rev. 1366353
> 120407 <https://issues.apache.org/ooo/show_bug.cgi?id=120407>  [QA
> Task][Release Testing]BVT for AOO 3.4.1 RC rev 1366353
> 120408 <https://issues.apache.org/ooo/show_bug.cgi?id=120408>  [QA
> Task][Release Testing]PVT for AOO 3.4.1 RC rev 1366353
>
>
> Is there any volunteer will take ownership of above testing task.
> --
>
>
> Thanks & Best Regards, Yan Ji
>



-- 
Best wishes.
Linyi Li


Re: [QA CALLFORVOLUNTEER]Release Testing for AOO 3.4.1 RC rev. 1366353

2012-07-31 Thread Linyi Li
Done subtask 120407.
Put BVT test report here[1].

[1]
http://wiki.services.openoffice.org/wiki/QA/Report/BVT#BVT_Report_for_AOO3.4.1_Branch_r1366353

On Mon, Jul 30, 2012 at 9:04 PM, Ji Yan  wrote:

> Hi all,
>
>   The new RC build is ready, I propose we start RC test now. several QA
> tasks have been created.
>
> The main task 120401 to track all of sub tasks.
> 120401 <https://issues.apache.org/ooo/show_bug.cgi?id=120401>  [QA
> Task][Release Testing]AOO 3.4.1 RC rev. 1366353
>
> Sub task for what should be test:
> 120402 <https://issues.apache.org/ooo/show_bug.cgi?id=120402>  [QA
> Task][Release Testing]Installation test for AOO 3.4.1 RC rev 1366353
> 120403 <https://issues.apache.org/ooo/show_bug.cgi?id=120403>  [QA
> Task][Release Testing]General testing for AOO 3.4.1 RC rev. 1366353
> 120404 <https://issues.apache.org/ooo/show_bug.cgi?id=120404>  [QA
> Task][Release Testing]Native language testing for AOO 3.4.1 RC rev. 1366353
> 120407 <https://issues.apache.org/ooo/show_bug.cgi?id=120407>  [QA
> Task][Release Testing]BVT for AOO 3.4.1 RC rev 1366353
> 120408 <https://issues.apache.org/ooo/show_bug.cgi?id=120408>  [QA
> Task][Release Testing]PVT for AOO 3.4.1 RC rev 1366353
>
>
> Is there any volunteer will take ownership of above testing task.
> --
>
>
> Thanks & Best Regards, Yan Ji
>



-- 
Best wishes.
Linyi Li


Re: [QA CALLFORVOLUNTEER]Release Testing for AOO 3.4.1 RC rev. 1366353

2012-07-31 Thread Linyi Li
I will do that build when it ready:)

On Wed, Aug 1, 2012 at 10:18 AM, Ji Yan  wrote:

> Lin Yi,
>
>   Thanks for your report, unfortunately, we got another release blocker
> issue. Next RC build will be r1367440.
>
> 2012/8/1 Linyi Li 
>
> > Done subtask 120407.
> > Put BVT test report here[1].
> >
> > [1]
> >
> >
> http://wiki.services.openoffice.org/wiki/QA/Report/BVT#BVT_Report_for_AOO3.4.1_Branch_r1366353
> >
> > On Mon, Jul 30, 2012 at 9:04 PM, Ji Yan  wrote:
> >
> > > Hi all,
> > >
> > >   The new RC build is ready, I propose we start RC test now. several QA
> > > tasks have been created.
> > >
> > > The main task 120401 to track all of sub tasks.
> > > 120401 <https://issues.apache.org/ooo/show_bug.cgi?id=120401>  [QA
> > > Task][Release Testing]AOO 3.4.1 RC rev. 1366353
> > >
> > > Sub task for what should be test:
> > > 120402 <https://issues.apache.org/ooo/show_bug.cgi?id=120402>  [QA
> > > Task][Release Testing]Installation test for AOO 3.4.1 RC rev 1366353
> > > 120403 <https://issues.apache.org/ooo/show_bug.cgi?id=120403>  [QA
> > > Task][Release Testing]General testing for AOO 3.4.1 RC rev. 1366353
> > > 120404 <https://issues.apache.org/ooo/show_bug.cgi?id=120404>  [QA
> > > Task][Release Testing]Native language testing for AOO 3.4.1 RC rev.
> > 1366353
> > > 120407 <https://issues.apache.org/ooo/show_bug.cgi?id=120407>  [QA
> > > Task][Release Testing]BVT for AOO 3.4.1 RC rev 1366353
> > > 120408 <https://issues.apache.org/ooo/show_bug.cgi?id=120408>  [QA
> > > Task][Release Testing]PVT for AOO 3.4.1 RC rev 1366353
> > >
> > >
> > > Is there any volunteer will take ownership of above testing task.
> > > --
> > >
> > >
> > > Thanks & Best Regards, Yan Ji
> > >
> >
> >
> >
> > --
> > Best wishes.
> > Linyi Li
> >
>
>
>
> --
>
>
> Thanks & Best Regards, Yan Ji
>



-- 
Best wishes.
Linyi Li


[QA CALLFORREVIEW] - Create VclTreeListBox for WINDOW_TREELISTBOX controls

2012-08-01 Thread Linyi Li
Hi,

I added VclTreeListBox control to make it easier to write GUI test cases.
Pls help to review it. Thx~
I created a defect to follow this task.
https://issues.apache.org/ooo/show_bug.cgi?id=120384

-- 
Best wishes.
Linyi Li


[QA AUTOMATION REPORT] GUI automation test report

2012-08-03 Thread Linyi Li
Hi,

After refactoring function test cases, we have almost 70 automation
function test cases about formula/spreadsheet/word/impress. These test
cases are all GUI test, based on VCLAuto[1].
I run all the test cases on build r1367911 and added test report to wiki
[2].
Because linux build is not ready, I just run the windows build.

I think automation test will play a significant role in AOO with the
increasing of test cases. Hope more volunteers join to write automation
test case.
Any comments are welcome:)

[1] http://wiki.services.openoffice.org/wiki/QA/vclauto
[2] http://wiki.services.openoffice.org/wiki/QA/Report/FVT


BTW, BVT report is available here:
http://wiki.services.openoffice.org/wiki/QA/Report/BVT#BVT_Report_for_AOO3.4.1_Branch_r1367911
.

-- 
Best wishes.
Linyi Li


Re: [QA AUTOMATION REPORT] GUI automation test report

2012-08-05 Thread Linyi Li
Hi Yan Ji,


  I have one comment to your report. If case failed by "test script
> reason",  will you correct the script and add re-test result in your
> report?
>
> I will correct the test cases and re-test them. And I plan to update test
report in next build.

-- 
Best wishes.
Linyi Li


[CALL FOR REVIEW] VCLAuto patch -- Fix unstable problems of automation scripts

2012-08-07 Thread Linyi Li
Hi,

When I run GUI automation test cases, some test cases are not stable.

To increase the robustness, I created this patch. Solved following problems:

 1. SubtotalsFunctions.java: Changed a control to treelistbox, changed
coordinate positioning to treelistbox selection. Which made more precise
positioning.

2. Sometimes navigator dialog will block operations of 3 editor(word
process/spreasheet/presentation). Cleaned user installation directory
before each test case.

3. testSortOptionsIncludeFormats: Sample file for this test case is not
correct.

I created on defect to track it:
https://issues.apache.org/ooo/show_bug.cgi?id=120477
Pls help to review it. Thanks~

-- 
Best wishes.
Linyi Li


[QA AUTOMATION REPORT] GUI automation test report

2012-08-09 Thread Linyi Li
Hi,

I run Build Verification Test and Function Verification Test on 341 build
r1369110 and r1369843.
I updated test report here[1], [2].

I fixed some unstable problems of test cases[3].
Test result is pass on both build.

[1]
http://wiki.services.openoffice.org/wiki/QA/Report/BVT#BVT_Report_for_AOO3.4.1_Branch_r1369110
[2]
http://wiki.services.openoffice.org/wiki/QA/Report/FVT#FVT_Report_for_AOO3.4.1_Branch_r1369110
[3] https://issues.apache.org/ooo/show_bug.cgi?id=120477
-- 
Best wishes.
Linyi Li


Re: Splash Screen showed twice when start?

2012-08-15 Thread Linyi Li
Thanks for your explanation, Juergen.
It is very clear:)


> It is normal because we bundle now the minimizer and presenter screen as
> pre-registered extensions. This triggers an automatic restart of the
> office during the first start.
>
> One plan is to integrate both extension in the core directly because
> they are more or less default features when we bundle them. The code is
> from us and there is no demand to bundle it as extensions. The
> extensions came from earlier days where some people had clever ideas in
> mind ;-)
> The integration in the core will also improve the startup performance
> and will eliminate the overhead to bundle it as extensions, special
> handling during the pack process and during the installation.
>
> But again for now it is the correct behaviour.
>
> Juergen
>
>
>

-- 
Best wishes.
Linyi Li


[QA AUTOMATION REPORT] GUI automation test report

2012-08-15 Thread Linyi Li
Hi,

I run Build Verification Test and Automated Function Verification Test on
341 build r1372282.
BVT and FVT are passed.

I updated test report here[1], [2].

[1]
http://wiki.openoffice.org/wiki/QA/Report/BVT#BVT_Report_for_AOO3.4.1_Branch_r1372282<http://wiki.services.openoffice.org/wiki/QA/Report/BVT#BVT_Report_for_AOO3.4.1_Branch_r1369110>
[2]
http://wiki.openoffice.org/wiki/QA/Report/FVT#FVT_Report_for_AOO3.4.1_Branch_r1372282<http://wiki.services.openoffice.org/wiki/QA/Report/FVT#FVT_Report_for_AOO3.4.1_Branch_r1369110>

-- 
Best wishes.
Linyi Li


Re: [VOTE] Apache OpenOffice Community Graduation Vote

2012-08-20 Thread Linyi Li
+1
Ready to move on~

On Mon, Aug 20, 2012 at 4:24 PM, Kevin Grignon wrote:

> +1 - onward...
>
> On Aug 20, 2012, at 4:07 PM, Shenfeng Liu  wrote:
>
> > 2012/8/19 Rob Weir 
> >
> >> Per the IPMC's "Guide to Successful Graduation" [1] this is the
> >> optional, but recommended, community vote for us to express our
> >> willingness/readiness to govern ourselves.  If this vote passes then
> >> we continue by drafting a charter, submitting it for IPMC endorsement,
> >> and then to the ASF Board for final approval.   Details can be found
> >> in the "Guide to Successful Graduation".
> >>
> >> Everyone in the community is encouraged to vote.  Votes from PPMC
> >> members and Mentors are binding.  This vote will run 72-hours.
> >>
> >>
> >> [ ] +1  Apache OpenOffice community is ready to graduate from the
> >> Apache Incubator.
> >> [ ] +0 Don't care.
> >> [ ] -1  Apache OpenOffice community is not ready to graduate from the
> >> Apache Incubator because...
> >>
> >>
> >> Regards,
> >>
> >> -Rob
> >>
> >> [1]
> http://incubator.apache.org/guides/graduation.html#tlp-community-vote
> >>
> >
> > +1  Apache OpenOffice community is ready to graduate from the Apache
> > Incubator.
> >
> > - Simon
>



-- 
Best wishes.
Linyi Li


[QA REPORT] Long run report of r1372282

2012-08-22 Thread Linyi Li
Hi all,

I finally finished long-running GUI testing on AOO 3.4.1 build r1372282, on
my ubuntu10.04.

   - Here is my scenario:

1. Create new Text Document/Spreadsheet/Presentation/Drawing.
2. Input some simple text in it.
3. Save and then reopen it.
4. Repeat the above steps.

   - Here is the long-running report.

1000 iterations, 124 hours, memory changed from 122028 KB to 1401496 KB,
+1279KB per iteration.

Comparing with the long-running test report on July 23 [1] and June 8 [2],
memory leak is less than before.

Although the vote of r1372282 is done, I still want to vote one more for
that:)

[1]
471 iterations, 61 hours, memory changed from 121168 KB to 809644 KB,+1462KB
per iteration.

[2]
On Mon, Jun 11, 2012 at 9:17 AM, Zhe Liu  wrote:

> Unfortunately,I lost  Mac data and forget the iteration count.
> Fortunately, I also did the same test on Ubuntu:
> 361 iterations,  48hours, memory changed from 122644KB to 1133668KB,
> +2800KB per iteration.



-- 
Best wishes.
Linyi Li


[CALL FOR REVIEW] VCLAuto patch -- Fix problems of vclapp.java

2012-08-27 Thread Linyi Li
Hi,

This patch fixed following problems:

1. When I run GUI test cases, vclauto can not get the valid screenshot.

2. Some scripts are not stable because the sleep time is not enough in
different platform.

3. Added load/new documents interface in VclApp.java.

I opened a defect[1] to track it. Pls help to review. Thx~

[1] https://issues.apache.org/ooo/show_bug.cgi?id=120732

-- 
Best wishes.
Linyi Li


[QA BUG] - some regression defects were found by GUI perfromance test

2012-10-23 Thread Linyi Li
Hi,

I did GUI performance test of AOO trunk build. I found some
defects[1][2][3], and two of them are regression ones[1][2].
I think defects[1][2] are severe which will block users‘ normal use of AOO,
so is there anyone who can help to fix these defects?

You can found detailed GUI performance verification test result here[4].


[1]
Bug 121199 - [Automation][Regression]Crashed when loading 2 docx files.
[2]
Bug 121200 - [Regression][Automation][Performance]Severe downgrade to save
xls sample files.
[3]
Bug 121256 - Crash when saving ppt on Linux.

[4] - http://people.apache.org/~liuzhe/testdashboard/#pvt

-- 
Best wishes.
Linyi Li


Re: [QA BUG] - some regression defects were found by GUI perfromance test

2012-10-24 Thread Linyi Li
Thanks Herbert.
I will check[1][2] in current build:)

On Wed, Oct 24, 2012 at 11:03 PM, Herbert Duerr  wrote:

> Hi,
>
>
> On 24.10.2012 07:34, Linyi Li wrote:
>
>> I did GUI performance test of AOO trunk build. I found some
>> defects[1][2][3], and two of them are regression ones[1][2].
>>
>
> Great finds and great bug reports, thank you!
>
> And kudos to the wonderful automated testing framework that allows to run
> such extensive tests with that thoroughness and frequency.
>
>
>  I think defects[1][2] are severe which will block users‘ normal use of
>> AOO,
>> so is there anyone who can help to fix these defects?
>>
>
> I looked into them and updated their status:
>
>
>  [1]
>> Bug 121199 - [Automation][Regression]**Crashed when loading 2 docx files.
>>
>
> The patch that caused the crashes is known and reverting it solves the
> problem. But probably the patch can be updated to fix both the new and the
> original issues. The developers knowing the patch best were CC'ed.
>
>
>  [2]
>> Bug 121200 - [Regression][Automation][**Performance]Severe downgrade to
>> save
>> xls sample files.
>>
>
> This seems to be fixed in the current trunk revision.
>
>
>  [3]
>> Bug 121256 - Crash when saving ppt on Linux.
>>
>
> This cannot be reproduced here. If anyone sees the problem please attach a
> stack trace in the issue. If possible for a build with sufficient debug
> info.
>
> Herbert
>



-- 
Best wishes.
Linyi Li


Re: [QA BUG] - some regression defects were found by GUI perfromance test

2012-10-24 Thread Linyi Li
Hi Herbert,

I checked defect[2] on r1401602, it still has this problem. Could you tell
me which build you tested?

About defect[1], I saw there is a response:
--- Comment #5 from wujinl...@gmail.com ---
This is a known bug, and I have already had a fix for it. Please see bug
121134
for details.
CC to wujinlong, is this fix already commited to trunk build?

Defect[3] is found on ubuntu12.04, 32bit. It is OK on ubuntu12.04 64bit.




On Thu, Oct 25, 2012 at 9:41 AM, Linyi Li  wrote:

> Thanks Herbert.
> I will check[1][2] in current build:)
>
>
> On Wed, Oct 24, 2012 at 11:03 PM, Herbert Duerr  wrote:
>
>> Hi,
>>
>>
>> On 24.10.2012 07:34, Linyi Li wrote:
>>
>>> I did GUI performance test of AOO trunk build. I found some
>>> defects[1][2][3], and two of them are regression ones[1][2].
>>>
>>
>> Great finds and great bug reports, thank you!
>>
>> And kudos to the wonderful automated testing framework that allows to run
>> such extensive tests with that thoroughness and frequency.
>>
>>
>>  I think defects[1][2] are severe which will block users‘ normal use of
>>> AOO,
>>> so is there anyone who can help to fix these defects?
>>>
>>
>> I looked into them and updated their status:
>>
>>
>>  [1]
>>> Bug 121199 - [Automation][Regression]**Crashed when loading 2 docx
>>> files.
>>>
>>
>> The patch that caused the crashes is known and reverting it solves the
>> problem. But probably the patch can be updated to fix both the new and the
>> original issues. The developers knowing the patch best were CC'ed.
>>
>>
>>  [2]
>>> Bug 121200 - [Regression][Automation][**Performance]Severe downgrade to
>>> save
>>> xls sample files.
>>>
>>
>> This seems to be fixed in the current trunk revision.
>>
>>
>>  [3]
>>> Bug 121256 - Crash when saving ppt on Linux.
>>>
>>
>> This cannot be reproduced here. If anyone sees the problem please attach
>> a stack trace in the issue. If possible for a build with sufficient debug
>> info.
>>
>> Herbert
>>
>
>
>
> --
> Best wishes.
> Linyi Li
>
>


-- 
Best wishes.
Linyi Li


Re: [QA BUG] - some regression defects were found by GUI perfromance test

2012-10-26 Thread Linyi Li
Hi Jianfang,

Thanks for your clarification.
I will retest it when the build is ready:)

On Thu, Oct 25, 2012 at 10:20 PM, zhangjf  wrote:

> Hi,
>
> For bug 121199, it has the same root cause as bug 121134, so I just
> duplicated it with bug 121134. And Jinlong still doesn't have the
> commit right yet, so he only put the fix patch into bug 121134. I have
> just delivered this piece of fix code by revision 1402153. Hopefully
> there will be a build for test tomorrow.
>
> Thank you again for the great bug finding.
>
> zhangjf
>
> On Thu, Oct 25, 2012 at 1:53 PM, Linyi Li  wrote:
> > Hi Herbert,
> >
> > I checked defect[2] on r1401602, it still has this problem. Could you
> tell
> > me which build you tested?
> >
> > About defect[1], I saw there is a response:
> > --- Comment #5 from wujinl...@gmail.com ---
> > This is a known bug, and I have already had a fix for it. Please see bug
> > 121134
> > for details.
> > CC to wujinlong, is this fix already commited to trunk build?
> >
> > Defect[3] is found on ubuntu12.04, 32bit. It is OK on ubuntu12.04 64bit.
> >
> >
> >
> >
> > On Thu, Oct 25, 2012 at 9:41 AM, Linyi Li 
> wrote:
> >
> >> Thanks Herbert.
> >> I will check[1][2] in current build:)
> >>
> >>
> >> On Wed, Oct 24, 2012 at 11:03 PM, Herbert Duerr  wrote:
> >>
> >>> Hi,
> >>>
> >>>
> >>> On 24.10.2012 07:34, Linyi Li wrote:
> >>>
> >>>> I did GUI performance test of AOO trunk build. I found some
> >>>> defects[1][2][3], and two of them are regression ones[1][2].
> >>>>
> >>>
> >>> Great finds and great bug reports, thank you!
> >>>
> >>> And kudos to the wonderful automated testing framework that allows to
> run
> >>> such extensive tests with that thoroughness and frequency.
> >>>
> >>>
> >>>  I think defects[1][2] are severe which will block users‘ normal use of
> >>>> AOO,
> >>>> so is there anyone who can help to fix these defects?
> >>>>
> >>>
> >>> I looked into them and updated their status:
> >>>
> >>>
> >>>  [1]
> >>>> Bug 121199 - [Automation][Regression]**Crashed when loading 2 docx
> >>>> files.
> >>>>
> >>>
> >>> The patch that caused the crashes is known and reverting it solves the
> >>> problem. But probably the patch can be updated to fix both the new and
> the
> >>> original issues. The developers knowing the patch best were CC'ed.
> >>>
> >>>
> >>>  [2]
> >>>> Bug 121200 - [Regression][Automation][**Performance]Severe downgrade
> to
> >>>> save
> >>>> xls sample files.
> >>>>
> >>>
> >>> This seems to be fixed in the current trunk revision.
> >>>
> >>>
> >>>  [3]
> >>>> Bug 121256 - Crash when saving ppt on Linux.
> >>>>
> >>>
> >>> This cannot be reproduced here. If anyone sees the problem please
> attach
> >>> a stack trace in the issue. If possible for a build with sufficient
> debug
> >>> info.
> >>>
> >>> Herbert
> >>>
> >>
> >>
> >>
> >> --
> >> Best wishes.
> >> Linyi Li
> >>
> >>
> >
> >
> > --
> > Best wishes.
> > Linyi Li
>



-- 
Best wishes.
Linyi Li