Chris Jones
|
0c29675086
|
bug 490072: upgrade XPCOM unit tests to new thread sync API. drop nsAutoLock test. r=bsmedberg
|
2009-07-22 22:55:02 -05:00 |
|
Hiroyuki Ikezoe
|
177d91f354
|
Bug 487694 - "unable to build ssltunnel and some xpcom/test files due to CxxFrameHandler linkage" (Patch for nsIFileEnumerator.exe) [r=benjamin]
|
2009-06-14 01:51:12 -07:00 |
|
Ginn Chen
|
15183dceab
|
Bug 489299 TestSynchronization.cpp failed to compile with Sun Studio r=benjamin, jones.chris.g
|
2009-06-11 14:46:13 +08:00 |
|
Jesse Ruderman
|
13ce09dcd1
|
Change tabs to spaces (followup to the checkin bz just made)
|
2009-06-09 21:13:36 -07:00 |
|
Boris Zbarsky
|
3a023164e4
|
Adding test for nsTObserverArray
|
2009-06-09 22:57:41 -04:00 |
|
Chris Jones
|
24b939e504
|
Bug 456272: deadlock detector improvements
|
2009-05-04 21:57:15 -07:00 |
|
Chris Jones
|
6fa9921e11
|
Backed out changeset 3deeb3c83c77
|
2009-05-02 21:13:57 -07:00 |
|
Chris Jones
|
47a7c89e54
|
Bug 456272: deadlock detector improvements r=brendan
|
2009-05-02 20:54:05 -07:00 |
|
Chris Jones
|
18c52db5ae
|
Bug 58904: Create strong types for synchronization primitives. r=bsmedberg.
|
2009-04-18 18:54:23 -07:00 |
|
Robert O'Callahan
|
b815eff029
|
Fix libxul test bustage, really
|
2009-04-06 14:19:41 +12:00 |
|
Robert O'Callahan
|
d95f70cfbf
|
Backout incorrectly pushed changes
|
2009-04-06 14:19:27 +12:00 |
|
Robert O'Callahan
|
2bb2ba8f08
|
Fix libxul test bustage
--HG--
extra : rebase_source : 49e42436893e10cae0e70cc5468b4d95a47cb07d
|
2009-04-06 14:15:26 +12:00 |
|
Robert O'Callahan
|
97ea54af4c
|
Bug 484921. Create TimeDuration/TimeStamp API that never rolls over and provides better typechecking than PR_IntervalTime. r=bsmedberg,cgj
|
2009-04-06 11:49:48 +12:00 |
|
Robert O'Callahan
|
f4aea6aa03
|
Bug 482942. Tests for nsILocalFile implementations. Also changes nsLocalFileUnix::MoveTo to update the object to refer to the destination, matching other platforms' behaviour. r=bsmedberg
--HG--
rename : xpcom/tests/nsIFileTest.cpp => xpcom/tests/TestFile.cpp
|
2009-03-24 13:44:37 +13:00 |
|
Ted Mielczarek
|
27616db76a
|
Bug 421611 - Need to be able to run tests on arbitrary build - add packaging bits for xpcshell. r=bsmedberg
--HG--
rename : intl/strres/tests/397093.properties => intl/strres/tests/unit/397093.properties
rename : intl/strres/tests/strres.properties => intl/strres/tests/unit/strres.properties
|
2009-03-21 11:20:00 -04:00 |
|
Dave Townsend
|
e282704742
|
Bug 482482: Migrate version comparator tests to xpcshell. r=bsmedberg
|
2009-03-19 08:32:56 +00:00 |
|
James Boston
|
ebb622ed2b
|
Improve nsIProcess, fix nsIProcess.kill(). b=442393 r=bsmedberg
|
2009-03-09 12:47:39 -04:00 |
|
James Boston
|
c5833538ac
|
Back out patch for bug 442393.
|
2009-03-06 16:42:07 -06:00 |
|
James Boston
|
f5c5d126cf
|
Improve nsIProcess, fix nsIProcess.kill(). b=442393 r=bsmedberg
|
2009-03-06 16:19:09 -06:00 |
|
Walter Meinl
|
71be62f362
|
Bug 426639 - Fix the test harness to work on OS/2; xpcom/test/Makefile; r=benjamin
|
2009-03-05 19:03:14 +01:00 |
|
Jeff Walden
|
2e92b758cb
|
Bug 397227 - So the first failure is fixed, but now a Windows box is acting up, so let's try an obvious fix. r=redness, whose patience is being severely tested
|
2008-12-04 01:13:14 -08:00 |
|
Jeff Walden
|
ea921d740c
|
Bug 397227 - Reduce the effort needed to write C++ tests. r=ted
|
2008-12-03 22:25:00 -08:00 |
|
Serge Gautherie
|
afcf19b8de
|
Bug 457046 - Decide what to do with <TestPipes.cpp> |#if 0|'ed code; Bv1; r=benjamin
|
2008-10-08 02:27:05 +02:00 |
|
Ben Turner
|
9ecb398b01
|
Bug 449822 - "Service manager can create two instances of a service". r=bsmedberg.
|
2008-09-04 15:44:41 -07:00 |
|
Doug Turner
|
a382367616
|
Bug 451672 - Fix nsIMemory::IsLowMemory on Maemo. r=stuart
|
2008-08-15 02:12:45 -07:00 |
|
Ben Turner
|
1601d2a0ac
|
Bug 443874 - "Need a hook for thread creation and destruction in thread pool." r=bsmedberg, jst. Test shouldn't hang now.
|
2008-08-11 17:01:47 -07:00 |
|
Dave Townsend
|
a8377f4246
|
Backout of bug 443874: Need a hook for thread creation and destruction in thread pool
Removes the following changesets:
01e24ad20f35
ebf77231b06e
f4b859edddd2
22201dfdb1f3
f8762f56712f
2c6f51bf3bed
c8ac37904c16
|
2008-07-25 10:21:04 -04:00 |
|
Ben Turner
|
f2eca31b6e
|
Bug 443874 - Beef up windows test case to see what could be causing the hang.
|
2008-07-24 21:36:34 -07:00 |
|
Ben Turner
|
b4b173d212
|
Bug 443877 - "Need a way to point timers at a different event target". r=bsmedberg.
|
2008-07-24 10:20:33 -07:00 |
|
Ben Turner
|
7950ffdb7c
|
Bug 443874 - "Need a hook for thread creation and destruction in thread pool". r=bsmedberg.
|
2008-07-24 10:18:57 -07:00 |
|
Reed Loden
|
44aaafe89c
|
Backed out changeset 88a91e1e9a3f
|
2008-07-12 16:32:25 -05:00 |
|
Jeff Walden
|
6d33ae5d7a
|
Bug 397227 - "Reduce the effort needed to write C++ tests" [r=ted/luser]
|
2008-07-12 16:27:27 -05:00 |
|
Jeff Walden
|
becc8f7cf3
|
Bug 421576 - Unpaired surrogate handled wrongly (Acid3 #68). acid3++ r=dbaron
|
2008-06-02 21:29:00 -04:00 |
|
jorendorff@mozilla.com
|
316e348cf1
|
Merge from cvs-trunk-mirror to mozilla-central.
|
2008-05-13 09:57:11 -05:00 |
|
bent.mozilla@gmail.com
|
2465d10594
|
Bug 432887 - "Add tests for XPCOM Proxies (and enable other C++ unit tests)". r=sayrer, a=Tests Only.
|
2008-05-08 17:14:19 -07:00 |
|
benjamin@smedbergs.us
|
c62653c93e
|
Bug 428326 - Configuring with a relative srcdir breaks unit tests in XPCOM, r=luser a=beltzner
|
2008-04-11 06:10:59 -07:00 |
|
Benjamin Smedberg
|
36e6d8620d
|
Bug 428326 - 'make check' fails when you've configured from a relative srcdir (e.g. ../src/configure), r=luser
|
2008-04-10 12:14:01 -04:00 |
|
jorendorff@mozilla.com
|
0fa05c1636
|
Merge from cvs-trunk-mirror to mozilla-central.
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jslock.c => js/src/jslock.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
|
2008-04-02 16:35:13 -05:00 |
|
brade@comcast.net
|
cc34d5dc0e
|
bug #416886 - reinstate test case for registration order (which failed to compile in non-libXUL builds; that has been fixed).
|
2008-04-01 06:06:18 -07:00 |
|
brade@comcast.net
|
45a979719d
|
Backout test case for registration order.
|
2008-03-31 08:36:52 -07:00 |
|
brade@comcast.net
|
a9022666e1
|
Bug #416886; r=bsmedberg, a=beltzner Preserve original order when processing deferred components. Add TestRegistrationOrder automated test.
|
2008-03-31 07:40:10 -07:00 |
|
benjamin@smedbergs.us
|
0864212f35
|
Merge cvs-trunk-mirror -> mozilla-central
--HG--
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
|
2008-03-12 16:32:37 -04:00 |
|
reed@reedloden.com
|
bb454ebb6a
|
Bug 414063 - "annotate xpidl-generated c++ headers with attributes for scriptable and deprecated methods" [p=Pidgeot18@gmail.com (Joshua Cranmer) r=dbradley a1.9=damons]
|
2008-03-12 04:00:24 -07:00 |
|
benjamin@smedbergs.us
|
62231824a0
|
Bug 419624 - Build framework, basic usage, and testsuite for statically checking the codebase using gcc-dehydra, r=luser,dbaron,tglek
|
2008-02-27 11:28:13 -05:00 |
|
jwalden@mit.edu
|
2fd6ba18fe
|
Bug 394692 - ASSERTION: read cursor is bad: 'mReadCursor != mWriteCursor', file xpcom/io/nsPipe3.cpp, line 539. Narrow the criteria used to decide whether to fire the assertion to deal with a particular (valid) pattern of memory allocations. r=biesi, a=bz
|
2007-09-20 23:17:59 -07:00 |
|
scott@scott-macgregor.org
|
8a04ed9e5c
|
try to fix mac orange again.
|
2007-09-20 17:34:42 -07:00 |
|
scott@scott-macgregor.org
|
70e3056fe4
|
try to fix the orange mac tinderbox builds by adjusting the Makefile.in rule. Thanks to bsmedberg for suggesting the fix.
|
2007-09-20 16:56:10 -07:00 |
|
scott@scott-macgregor.org
|
fc5215cfe6
|
Bug 384979 --> move nsTextFormatter to the glue code so it can be used with frozen linkage. Patch by prasad <prasad@medhas.org> sr=bsmedberg a=bsmedberg
|
2007-09-20 16:14:25 -07:00 |
|
philringnalda@gmail.com
|
3432251d59
|
Bug 380783 - nsStringAPI.h: no equivalent of IsVoid (tell if string is null), patch by Mook <mook.moz+mozbz@gmail.com>, r=bsmedberg/dbaron, sr=dbaron, a1.9=bz
|
2007-08-17 20:48:16 -07:00 |
|
roc+@cs.cmu.edu
|
ed1b4a6e54
|
Bug 368270. Implement nsExpirationTracker, a data structure for managing the timed expiration of many objects. r+sr=sicking
|
2007-03-26 20:38:21 -07:00 |
|