gecko/xpcom/tests
2011-04-21 09:36:44 -07:00
..
component Bug 616056 - prevent double registration of binary components, which causes crashes due to dead KnownModule pointers, r=Mossop a=blocking 2010-12-03 15:24:22 -05:00
external Bug 540322 Add some missing methods to the external string API r=bsmedberg 2011-03-25 11:39:38 +00:00
regorder Bug 533038 - 1. Generalize manifest reading code and add api for reading manifests from jars, r=bsmedberg a=blocking-beta6 2010-09-08 20:37:11 -07:00
static-checker Bug 575720 - static checking suite: use Dehydra multiple-arg support + fix method signature comparison in several scripts r=taras 2010-08-18 18:06:05 -07:00
unit Bug 566787: Use the windows API to get the home directory when possible. r=jimm, sr=bsmedberg 2011-04-21 09:36:44 -07:00
utils
windows Bug 602245 - Don't build SIMPLE_PROGRAMS during MOZ_PROFILE_GENERATE pass. r=ted 2011-04-14 11:23:13 +02:00
CvtURL.cpp
Makefile.in Bug 648898 - Remove the xptinfo tests we don't want to bother running, r=bsmedberg 2011-04-10 13:23:45 -07:00
MoreTestingAtomList.h
MoreTestingAtoms.cpp (no bug) Unset executable flag on a few .cpp & .h files in /xpcom/tests. (no review; just a "chmod -x") 2010-04-02 09:34:30 -07:00
MoreTestingAtoms.h (no bug) Unset executable flag on a few .cpp & .h files in /xpcom/tests. (no review; just a "chmod -x") 2010-04-02 09:34:30 -07:00
nsIFileEnumerator.cpp Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files 2010-06-10 14:11:11 -04:00
RegFactory.cpp
resources.h
ShowAlignments.cpp Add macro to give alignment requirements of a type. (Bug 562844) r=bsmedberg 2010-05-14 12:05:14 -07:00
ShowSSEConfig.cpp Bug 585708 - Part 1: Rework SSE.h so that it supports and encourages putting intrinsics in a file separate from the main code. r,a2.0=dbaron 2010-08-11 16:49:42 -07:00
SizeTest01.cpp
SizeTest02.cpp
SizeTest03.cpp
SizeTest04.cpp
SizeTest05.cpp
SizeTest06.cpp
test.properties
TestArguments.cpp
TestArray.cpp Bug 577921 mark DEBUG only variables as ifdef DEBUG in xpcom 2010-07-11 16:00:19 +03:00
TestAtoms.cpp Disable part of TestAtoms which is only run in non-libxul builds and is permantely failing on Windows there. Bug 577500 will investigate getting this re-enabled. 2010-07-19 14:35:16 +01:00
TestAutoPtr.cpp
TestBlockingProcess.cpp Bug 543438 - TestBlockingProcess relies on stdin to "block". r=dtownsend 2010-03-24 10:19:14 +01:00
TestCallTemplates.cpp
TestCheckedInt.cpp Bug 583325; CheckedInt: beware of signed right shift; r=lw 2010-08-05 09:59:37 -04:00
TestCOMArray.cpp Bug 643885 - Part 1: Add the new RemoveObjectsAt API to nsCOMArray; r=bsmedberg 2011-04-14 10:18:02 -04:00
TestCOMPtr.cpp Bug 560393, part 2: (xpcom directory) Fix compile warning: format $f expects type $t1, but argument 2 has type $t2. r=bsmedberg 2010-05-17 16:36:31 -07:00
TestCOMPtrEq.cpp
TestCRT.cpp Bug 577921 mark DEBUG only variables as ifdef DEBUG in xpcom 2010-07-11 16:00:19 +03:00
TestDeadlockDetector.cpp Bug 619350 - Better identify the 2 'Deadlock detector correctness' tests; (Av1) Remove unwanted ";" at end of macros, Make test names and (failed) result logs more explicit, Add a log when skipping TestDeadlockDetectorScalability tests. 2011-02-03 10:57:00 +01:00
TestDeadlockDetectorScalability.cpp Bug 619350 - Better identify the 2 'Deadlock detector correctness' tests; (Av1) Remove unwanted ";" at end of macros, Make test names and (failed) result logs more explicit, Add a log when skipping TestDeadlockDetectorScalability tests. 2011-02-03 10:57:00 +01:00
TestDeque.cpp
TestEncoding.cpp Bug 552805: Fix warning "overflow in implicit constant conversion" in TestEncoding.cpp. r=waldo 2010-03-17 01:54:17 -07:00
TestExpirationTracker.cpp
TestFile.cpp
TestHarness.h Make Shark work with 64-bit MacOSX builds and rename to start/stopProfiling() (bug 625962, r=sayrer). 2011-01-14 17:58:40 -08:00
TestHashtables.cpp Bug 564091: Fix spelling of nonexistent across the tree. r=timeless 2010-05-23 12:26:15 -07:00
TestID.cpp
TestingAtomList.h
TestingAtoms.cpp (no bug) Unset executable flag on a few .cpp & .h files in /xpcom/tests. (no review; just a "chmod -x") 2010-04-02 09:34:30 -07:00
TestingAtoms.h (no bug) Unset executable flag on a few .cpp & .h files in /xpcom/tests. (no review; just a "chmod -x") 2010-04-02 09:34:30 -07:00
TestINIParser.cpp
TestObserverArray.cpp Bug 552330: Remove NS_ARRAY_LENGTH redefinition in TestObserverArray.cpp to fix compile warning. r=dbaron a=dholbert_sheriff 2010-04-23 13:45:51 -07:00
TestObserverService.cpp
TestPipe.cpp
TestPipes.cpp Bug 577921 mark DEBUG only variables as ifdef DEBUG in xpcom 2010-07-11 16:00:19 +03:00
TestPriorityQueue.cpp
TestProxies.cpp
TestQuickReturn.cpp
TestRacingServiceManager.cpp Bug 568691 part A - register static and binary components using data tables rather than programmatic nsIComponentRegistrar methods. This part contains the important needs-review bits of the change: part B contains the mechanical changes to each module in order to actually get a working build. Part C will contain changes necessary to register JS components from .manifest files 2010-06-10 14:11:11 -04:00
TestRefPtr.cpp Bug 560393, part 2: (xpcom directory) Fix compile warning: format $f expects type $t1, but argument 2 has type $t2. r=bsmedberg 2010-05-17 16:36:31 -07:00
TestRegistrationOrder.cpp Bug 533038 - 1. Generalize manifest reading code and add api for reading manifests from jars, r=bsmedberg a=blocking-beta6 2010-09-08 20:37:11 -07:00
TestScriptable.idl
TestShutdown.cpp
TestStackCrawl.cpp
TestStaticAtoms.cpp
TestSTLWrappers.cpp Bug 551254 - remove ENABLE_CXX_EXCEPTIONS from XPCOM tests. 2010-04-16 00:29:15 -05:00
TestStorageStream.cpp
TestStreamUtils.cpp
TestStringAPI.cpp
TestStrings.cpp Bug 636750 (1/4) - Add ToDouble to nsTString. r=bsmedberg 2011-03-25 12:13:59 +01:00
TestSynchronization.cpp Bug 619350 - Better identify the 2 'Deadlock detector correctness' tests; (Av1) Remove unwanted ";" at end of macros, Make test names and (failed) result logs more explicit, Add a log when skipping TestDeadlockDetectorScalability tests. 2011-02-03 10:57:00 +01:00
TestTArray.cpp Bug 565461: Implement nsTArray::operator==. r=bsmedberg 2010-05-22 14:35:41 -05:00
TestTextFormatter.cpp
TestThreadPool.cpp
TestThreadPoolListener.cpp
TestThreads.cpp
TestTimers.cpp
TestTimeStamp.cpp
TestUnicodeArguments.cpp Bug 411511 - fixed mingw build. r=bsmedberg 2010-04-07 05:05:00 -04:00
TestUTF.cpp Bug 551153 - ###!!! ASSERTION: Not a UTF-8 string when running TestUTF and TestAtoms; (Bv1) Make it fully explicit that Malformed8Strings[] is not to be used in debug builds. 2010-03-10 21:03:23 +01:00
TestWinReg.js
TestXPIDLString.cpp
UTFStrings.h Bug 551153 - ###!!! ASSERTION: Not a UTF-8 string when running TestUTF and TestAtoms; (Bv1) Make it fully explicit that Malformed8Strings[] is not to be used in debug builds. 2010-03-10 21:03:23 +01:00