Age | Commit message (Collapse) | Author |
|
Change-Id: I8810b84d2675ba3695578b5ed87c32dd1a686ae9
|
|
Change-Id: I803fb17e29f5548897751a212565e8e60f8f8bf5
|
|
This required some changes to the framework:
* Init-/DeInitVCL is no longer done per individual test in BootstrapFixture, but
once per CppunitTest invocation in a new vclbootstrapprotector (similarly to
the exisiting unobootstrapprotector). CppunitTests that need VCL now need to
declare gb_CppunitTest_use_vcl.
* For things to work properly, the UNO component context needs to be disposed
from within DeInitVCL (cf. Desktop's Application::DeInit called from
DeInitVCL). The easiest solution was to introduce an
Application::setDeInitHook (where the hook is called from DeInitVCL)
specifically for vclbootstrapprotector to call.
* PythonTests don't (yet) call DeInitVCL; they still hook into
BootstrapFixture's original test_init functionality (to call InitVCL), and do
not make use of the vclbootstrapprotector.
Change-Id: I4f3a3c75db30b58c1cd49d81c51db14902ed68b2
|
|
Change-Id: I24c146c7372bedf9a70b9739e44968f09b0ba77a
|
|
Change-Id: I5e8b171e4603ce45ae8f31c6a3d7264f597d8898
|
|
Change-Id: Ied47fbad448b29cdbd6c96079e770305e5b02d63
|
|
Change-Id: I3443b29b8f18e40f53d889fda0dd4a5c41579eeb
|
|
Change-Id: I1acccba8c2ef44d76c13eadb97d03119f08baa1d
|
|
Change-Id: Ie5e6f519a511931b383b6131a4a188abb3396946
|
|
Change-Id: I8a14faf56303b986c3e6c8e9bec53210ae86fc87
|
|
Change-Id: I6d1e811622cda61575464df8e4036b388a4ab706
|
|
Would be unfortunate to have a non-working Windows tinderboxes over the weekned.
Change-Id: I86f3491da0111efbcfb2f4afc4f56c0fd798189d
|
|
Change-Id: I0c668244fffcda04a8fe34ef629754f5935cab4b
|
|
Change-Id: I9ca0676f056fe3f09821c208ff095beb1f3c19ac
|
|
Change-Id: Idade93bcc1981543357e849b2faf075e7a021d3e
|
|
Change-Id: Ie045a3d700d498d58bad1bfcaf4cfd81b63005a6
|
|
Change-Id: I2109b948971776f06c3574ad6e7a9bebc33a40b3
|
|
Change-Id: I9ff3ed6b74d93483a2157087707c5ec47888dd6a
|
|
Change-Id: I1c3e6b2809ee8b63f6f4db886bf6358b668b505f
|
|
Change-Id: If07a9e548e1db15b403126263f63d9d09575eb95
|
|
Change-Id: I3ce072f5f7d54b063988f8413251eab00f5321e4
|
|
Change-Id: I0ff1cd35be0e1546a156bc673770a920ad2ca444
|
|
Change-Id: I45637984f02e3363812ff8c9f0cbd3464786f4de
|
|
Change-Id: I217183d55607f16c3b996b27b131953962afee96
|
|
Change-Id: Idd84489a3123d506166a24ff5c85a4e7f75ee676
|
|
Change-Id: I769e7fc77513c795d51a763bbe3f1192c6fe4ac7
|
|
Change-Id: Ib9ecd643a552063e2a09874776b3ea0f30e8440a
|
|
Change-Id: I7fa7a46143126bdf27cf7cb30245dbcb244645ef
|
|
Change-Id: I1c07a44e7d318478bcb2561d29ea53a9475e4b1f
|
|
Change-Id: I95817ea44b6793d4a80b74b32f3b5477c6169b26
|
|
Change-Id: I9e1fc613816c943f4fb1033185e34e3acf317f1d
|
|
Change-Id: Ic000d3a3920dddb8cc8585bb31127d14cfc35eb7
|
|
Change-Id: I551d3d6b44845bb324b4afcef17fdae0e0fc88e2
|
|
Change-Id: Ic51f9ed2c2c2fced13c8b279912410f9c1638ff9
|
|
Change-Id: Ib540d79034f1963905685c1282d091bc034cf4f3
|
|
Change-Id: Ifad2710470fc41257f616d716eb9323094a69de1
|
|
Change-Id: If3975942dcd53b5df6612d812f2f1f25fa666ab1
|
|
Change-Id: I05f932cd1dcb7e1bc2af657ad39258fd74117239
|
|
Change-Id: I055266dd56dcac25afde66149820fca0e52974fc
|
|
Change-Id: Iedfa2a358bf098f6a5e28b994c4c340654a7c295
|
|
There are already 3 libs linking with it and there will be another one
in near future. It is time to stop the duplication :-)
Change-Id: Ia7d24882c37a8bf49fa031b73fa1bd5296f78820
|
|
libicudata exports a single symbol, icudt52_data (for ICU version 52), and
only libicuuc refers to it.
Change-Id: Ia04356fda20cf8109156ccd1cbbd9091e70adf27
|
|
It appears that the C++ standard allows overriding destructors to be marked
"override," but at least some MSVC versions complain about it, so at least make
sure such destructors are explicitly marked "virtual."
Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
|
|
Change-Id: If3f0198d58b6c64a4efd4be294f1d66fb39f2302
|
|
Change-Id: I5927d88bee642a047a5282eed2b7ff1327b58a27
|
|
Change-Id: I3128bf9c7f80582d07a799c81e259490144993a3
|
|
Change-Id: I457d6a8f547e6b01b83db2d44e32fdcbe2fd718e
|
|
Change-Id: I97a6751520b90089caddd276a3a881908c47c67d
|
|
Change-Id: I19b75b29da91ba1057f7da786da18fb246d97598
|
|
First, they really are slow (which is most likely a bug in the tests
themselves); second, there is no need to run them for every small
change.
Change-Id: I6ffafb82e105ae1fe22846b23ac5b55a3c5fd755
|