Commit graph

25038 commits

Author SHA1 Message Date
Thomas Arnhold
629b05ac30 Remove unnecessary brackets 2011-03-12 14:19:48 +01:00
Thomas Arnhold
6488e5f120 Move OSL_ENSURE(false,...) to OSL_FAIL(...) 2011-03-12 14:19:48 +01:00
Thorsten Behrens
7769f9dbd4 Revert "try to get it working"
This reverts commit 7bcc608e98cd2300bf7fcfeb8ca6fbd8f5fd69a0.

Since it was working just fine before, no point in fixing unit tests
by disabling them.
2011-03-10 23:45:43 +01:00
Martin Hosken
3cc5f8a12e try to get it working 2011-03-10 22:43:14 +07:00
Caolán McNamara
d9cd5a64cd simplify this a bit 2011-03-10 09:56:23 +00:00
Jani Monoses
11db8cce49 lp#726529: using the Linaro gcc 4.5 generated code instead
* this adds memory barriers to the asm code block making it SMP-safe
2011-03-09 10:06:16 +01:00
Caolán McNamara
aa4a5a276b WaE: silence this annoying warning 2011-03-06 20:39:05 +00:00
Caolán McNamara
7d525ad349 build these cxx files with exceptions enabled 2011-03-06 20:35:41 +00:00
Caolán McNamara
317fa395ff duplicate mkdir 2011-03-04 11:28:25 +00:00
Julien Nabet
480ab8a2b3 Remove "using namespace ::rtl" 2011-03-03 22:48:57 +01:00
Julien Nabet
9f14962a6c Remove "using namespace ::rtl" 2011-03-03 22:26:57 +01:00
Julien Nabet
bcbb8d7962 Remove "using namespace ::rtl" 2011-03-03 22:09:48 +01:00
Takeshi Abe
b406c51330 removed dead code; fix a comment 2011-03-04 01:41:18 +09:00
Michael Meeks
70baa487d9 install unit tester in sub-directory to help windows. 2011-03-03 10:41:17 +00:00
Thorsten Behrens
bd8273071b Added using OString - debug code needs it 2011-03-03 08:12:56 +01:00
Julien Nabet
e01b7bf23a Remove "using namespace ::rtl" 2011-03-02 22:24:11 +01:00
Julien Nabet
389bc73b5f Remove "using namespace ::rtl" 2011-03-02 22:15:02 +01:00
Julien Nabet
933e22880b Remove "using namespace ::rtl" 2011-03-02 21:53:12 +01:00
Caolán McNamara
2ed29e98da avoid implicit cast 2011-03-01 20:39:24 +00:00
Caolán McNamara
394b688ef0 avoid implicit cast 2011-03-01 20:39:24 +00:00
Thomas Arnhold
0d139d3d2e Oops, use #if instead of #ifdef 2011-03-01 17:12:28 +01:00
Thomas Arnhold
61100f6fc6 Move CMC_DEBUG to OSL_DEBUG_LEVEL 3
This level means 'ultra-verbose'.
2011-03-01 17:05:34 +01:00
Eric Bachard
3990d8d6f4 lp#726529 and #i117017#: clarified origin of assembler code
Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com>
2011-02-28 23:28:30 +01:00
Bjoern Michaelsen
c3be0d4ad8 lp#726529: arm optimizations for ARM 6/7 and gcc < 4.6 2011-02-28 17:29:06 +01:00
Francois Tigeot
9a0fa777e2 Handle DragonFly like the other BSDs in more cases. 2011-02-27 14:15:26 +01:00
Francois Tigeot
d0655ab815 Consolidate three #if defined tests in a single one. 2011-02-27 13:22:34 +01:00
Thomas Arnhold
1d0fa44ad1 Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg) 2011-02-26 10:35:54 +01:00
David Tardon
0584cb3e42 shortly describe diagnostic macros 2011-02-25 18:25:17 +01:00
David Tardon
51fb5a2a5d define OSL_FAIL as replacement for DBG_ERROR 2011-02-25 17:23:02 +01:00
David Tardon
5f90207e49 use _OSL_ENSURE to define OSL_ASSERT 2011-02-25 17:15:58 +01:00
Caolán McNamara
85859bf29f order of environ undefined after putenv 2011-02-24 21:14:01 +00:00
Thomas Arnhold
37a3b9f72b Remove MSDOS support 2011-02-24 21:51:41 +01:00
Caolán McNamara
5f66037d6d remove empty TESTSHL2LIB 2011-02-24 20:44:46 +00:00
Caolán McNamara
325674e0d0 config dir can vary dramatically, just test for existance 2011-02-24 17:30:02 +00:00
Caolán McNamara
0b1f424833 WaE: logically last test always passes 2011-02-24 16:15:05 +00:00
Caolán McNamara
19e246e8dc add some debug code to help find failures 2011-02-24 16:08:50 +00:00
Joseph Powers
0f6e6d5900 Fix MacOS X build issue. 2011-02-23 18:37:13 -08:00
Caolán McNamara
ff9018923e Likely workaround for busted environ on MacOSX 2011-02-23 16:34:22 +00:00
Caolán McNamara
5305f0ec40 remove dead jobfile.txt 2011-02-23 12:48:28 +00:00
Caolán McNamara
373d09f111 get rid of spurious TESTSHL2LIB mentions 2011-02-23 12:46:51 +00:00
Wilhelm Pflueger
d9bd461b9a Reanimated test sal/qa/rtl/alloc
This was an easy hack.

Signed-off-by: Wilhelm Pflueger <Wilhelm.Pflueger@web.de>
2011-02-23 12:39:04 +00:00
Caolán McNamara
d7d7e6f8d4 add possibility of passing command line args down to tests 2011-02-22 21:16:33 +00:00
Caolán McNamara
fccef9d68d Account for the possibilty of a newline in an env variable
So, lets getline on '\0' and keep it simple.
2011-02-22 21:13:06 +00:00
Caolán McNamara
14c6bbf67d temp disable due to tinderbox failure 2011-02-22 17:14:10 +00:00
Caolán McNamara
3e4d9d9d1e get to build under windows 2011-02-22 15:34:30 +00:00
Caolán McNamara
b96371442e fix to build under windows 2011-02-22 15:30:36 +00:00
Caolán McNamara
b6c5d5f89a tweak .mk to copy necessary files 2011-02-22 13:38:15 +00:00
Caolán McNamara
cb30c01b17 set test dependency order 2011-02-22 13:18:09 +00:00
Caolán McNamara
fe0ed24c53 change all _cppunit.mk to local version 2011-02-22 13:08:47 +00:00
Caolán McNamara
a48b9bc5d6 make these tests less noisy 2011-02-22 13:00:35 +00:00