gecko-dev/xpcom/tests/gtest
Sebastian Hengst e50208ab81 Backed out changeset 66d49b9e8217 (bug 1414767) for build bustage on OS X: CoreServices.framework/Frameworks/AE.framework/Headers/AERegistry.h:693: reference to 'TextRange' is ambiguous. r=backout on a CLOSED TREE 2017-11-06 17:51:56 +01:00
..
Helpers.cpp Bug 1413920 - nsMultiplexInputStream should call OnInputStreamReady on close, r=smaug 2017-11-06 14:20:15 +01:00
Helpers.h Bug 1413920 - nsMultiplexInputStream should call OnInputStreamReady on close, r=smaug 2017-11-06 14:20:15 +01:00
TestAllocReplacement.cpp
TestArenaAllocator.cpp Bug 1412416 - Part 2: Simplify ArenaStrdup for xpcom strings. r=froydnj 2017-10-27 13:26:47 -07:00
TestAtoms.cpp Bug 1400460 - Rename nsIAtom as nsAtom. r=hiro. 2017-10-03 09:05:19 +11:00
TestAutoPtr.cpp
TestAutoRef.cpp
TestAutoRefCnt.cpp Bug 1397052 - Add gtest for concurrent accessing. r=froydnj 2017-09-07 10:08:31 +10:00
TestBase64.cpp Bug 1362449 - part 0 - add test cases for base64 string encode/decode; r=erahm 2017-09-06 16:58:37 -04:00
TestCOMArray.cpp
TestCOMPtr.cpp
TestCOMPtrEq.cpp
TestCRT.cpp Bug 1382563 - Remove ns*String::AssignWithConversion. r=erahm. 2017-07-24 19:23:52 +02:00
TestCallTemplates.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
TestCloneInputStream.cpp Bug 1409327 - NS_NewBufferedInputStream should take the ownership of the inputStream, r=smaug 2017-10-19 11:39:30 +02:00
TestDafsa.cpp Bug 1380154 - Part 1: Add the Chromium DAFSA generator. r=njn 2017-07-17 16:09:42 -07:00
TestDeadlockDetector.cpp
TestDeadlockDetectorScalability.cpp Bug 1412048 - Replace NS_RUNTIMEABORT("...") with MOZ_CRASH("..."). r=froydnj 2017-10-24 23:30:31 -07:00
TestEncoding.cpp
TestEscape.cpp Bug 1385172 - Replace nsEscapeHTML{,2}() with new nsAppendEscapedHTML() function. r=erahm. 2017-08-18 12:00:59 +10:00
TestEventPriorities.cpp Bug 1397052 - Add gtest for concurrent accessing. r=froydnj 2017-09-07 10:08:31 +10:00
TestEventTargetQI.cpp Bug 1382922 - Refactor event queue to allow multiple implementations (r=erahm) 2017-08-16 20:55:43 -07:00
TestExpirationTracker.cpp Bug 1380154 - Part 1: Add the Chromium DAFSA generator. r=njn 2017-07-17 16:09:42 -07:00
TestFile.cpp
TestGCPostBarriers.cpp Bug 1389510 part 3 - Remove getProperty/setProperty hooks from ClassOps. r=evilpie 2017-08-25 10:12:16 +02:00
TestHashtables.cpp
TestID.cpp
TestMoveString.cpp Bug 1377351 - Part 4: Add tests for nsA[C]String::Assign move overload, r=froydnj 2017-10-18 13:00:18 -04:00
TestMozPromise.cpp Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
TestMultiplexInputStream.cpp Bug 1413920 - nsMultiplexInputStream should call OnInputStreamReady on close, r=smaug 2017-11-06 14:20:15 +01:00
TestNSPRLogModulesParser.cpp
TestNsDeque.cpp
TestNsRefPtr.cpp
TestObserverArray.cpp
TestObserverService.cpp
TestPLDHash.cpp Bug 1400193 (part 2) - Shrink PLDHashTable. r=froydnj. 2017-09-15 20:04:29 +10:00
TestPipes.cpp
TestPriorityQueue.cpp
TestRWLock.cpp Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
TestRacingServiceManager.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
TestRecursiveMutex.cpp
TestSTLWrappers.cpp Bug 1380154 - Part 1: Add the Chromium DAFSA generator. r=njn 2017-07-17 16:09:42 -07:00
TestSlicedInputStream.cpp Backed out changeset 66d49b9e8217 (bug 1414767) for build bustage on OS X: CoreServices.framework/Frameworks/AE.framework/Headers/AERegistry.h:693: reference to 'TextRange' is ambiguous. r=backout on a CLOSED TREE 2017-11-06 17:51:56 +01:00
TestSnappyStreams.cpp
TestStateWatching.cpp Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
TestStorageStream.cpp
TestStringStream.cpp
TestStrings.cpp Bug 1403083 - Part 2: Test conditionaly enabling string functions. r=froydnj 2017-10-09 13:33:16 -07:00
TestSynchronization.cpp
TestTArray.cpp
TestTArray2.cpp Bug 1349821 - reduce iterations for 32-bit Windows to OOM in TestTArray.test_fallible; r=erahm 2017-08-22 16:08:18 -04:00
TestTaskQueue.cpp Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
TestTextFormatter.cpp Bug 1401821 - nsTextFormatter "*" width argument comes before the actual argument; r=froydnj 2017-09-21 09:43:28 -06:00
TestThreadManager.cpp Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
TestThreadPool.cpp Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
TestThreadPoolListener.cpp Bug 1372405 - Provide names for all runnables in the tree (r=froydnj) 2017-06-26 14:19:58 -07:00
TestThreadUtils.cpp Bug 1404198: Part 2b - Switch to NS_NewTimer* in xpcom. r=njn 2017-10-15 23:11:22 -07:00
TestThreads.cpp Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
TestTimeStamp.cpp
TestTimers.cpp Bug 1404198: Part 2b - Switch to NS_NewTimer* in xpcom. r=njn 2017-10-15 23:11:22 -07:00
TestTokenizer.cpp
TestUTF.cpp
UTFStrings.h
dafsa_test_1.dat Bug 1380154 - Part 1: Add the Chromium DAFSA generator. r=njn 2017-07-17 16:09:42 -07:00
moz.build Bug 1377351 - Part 4: Add tests for nsA[C]String::Assign move overload, r=froydnj 2017-10-18 13:00:18 -04:00