Age | Commit message (Collapse) | Author |
|
... so they are less annoying with git grep
Change-Id: Iafbd364fe746644cc3e50efa641c64a92a23e026
|
|
Change-Id: Ia43976d84eede6f699381bc4f3daf89b95e4cb4f
Reviewed-on: https://gerrit.libreoffice.org/12150
Reviewed-by: Bryan Quigley <gquigs@gmail.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
With clang 3.4 ASAN there is the problem that the smoketest fails if run
in "make check" while trying to start the JVM, in getJavaProps()
it forks a "java" process and that fails due to lack of memory.
Avoid that problem by running the extension test first, when there is
only one application loaded, so the process is using much less memory.
Change-Id: I7e8bdc6ceea65b212f376943c7814ad1cf28675d
|
|
...that had originally been introduced to catch DBG_ASSERTs during smoketest,
but since made effectively unused when basing DBG_ASSERT on the sal/log.hxx
functionality, and obsoleted by the ongoing clean-up of using true assert where
appliable.
Change-Id: I2fb4f5d0873d29595b178057f83c1404c0085575
|
|
... which fail since the export filter was disabled in
aeeaccf59abbc485d7786486f1accc1cb4d4dbf7.
Change-Id: I10969a96394d2972376a792af645ff48ccdab7c0
|
|
Change-Id: Ib451bdb3c1c2ca42347abfde44651d5cf5eef4f3
|
|
(regression from a714cf18b1c6cadae93df92376a11aeb98b65418)
Change-Id: Iaf772aa1960bad1ed6b317245867f17a88f6ccd7
|
|
...into a new smoketest.jar, so that URE juh.jar no longer depends on non-URE
unoil.jar.
Change-Id: I8937c78d8af6e2f82ada5dd80c322f8bca5ec2f5
|
|
Change-Id: Ie618a9dc4551aa580e6f764e20812da234b6239e
|
|
Change-Id: I681500bb01e13155b355c8a45b41f73e8b9faf26
|
|
Change-Id: Ide1d0b6c5cab56d5c383853d349d70b21401a533
|
|
Change-Id: I81fa1217feda5b4faf73add5304e8a191bbfbdc3
|
|
Change-Id: I04d0376d22cddf78d83ec0d42bbd2620d5d5fcc5
|
|
|
|
Add smoketest to tail_build and make it a subsequentcheck target.
|
|
|
|
+ move the library and other build stuff to a new "smoketest" module
+ keep "smoketestoo_native" only for installing and running the tests
+ restore the targets in top level make
|