dafsa_test_1.dat |
|
64 |
Helpers.cpp |
Helper routines for xpcom gtests. |
6581 |
Helpers.h |
|
5170 |
moz.build |
|
4797 |
TestAllocReplacement.cpp |
|
2511 |
TestArenaAllocator.cpp |
|
9217 |
TestArrayAlgorithm.cpp |
|
3064 |
TestAtoms.cpp |
|
5115 |
TestAutoOwningEventTarget.cpp |
aIsCurrent |
3516 |
TestAutoRefCnt.cpp |
|
2189 |
TestAvailableMemoryWatcherLinux.cpp |
|
6770 |
TestAvailableMemoryWatcherMac.cpp |
|
7324 |
TestAvailableMemoryWatcherWin.cpp |
Starts a new thread with a message queue to process
memory allocation/free requests
|
21408 |
TestBase64.cpp |
|
12978 |
TestCallTemplates.cpp |
This test is NOT intended to be run. It's a test to make sure
a group of functions BUILD correctly.
|
3999 |
TestCloneInputStream.cpp |
|
7464 |
TestCOMArray.cpp |
stabilize |
6894 |
TestCOMPtr.cpp |
|
10584 |
TestCOMPtrEq.cpp |
This attempts to test all the possible variations of |operator==|
used with |nsCOMPtr|s.
|
2117 |
TestCRT.cpp |
|
2262 |
TestDafsa.cpp |
|
2559 |
TestDeadlockDetector.cpp |
Simple test fixture that makes sure the gdb sleep setup in the
ah crap handler is bypassed during the death tests.
|
9135 |
TestDeadlockDetectorScalability.cpp |
|
4746 |
TestDelayedRunnable.cpp |
1 minute |
6426 |
TestEncoding.cpp |
|
4134 |
TestEscape.cpp |
|
7967 |
TestEventPriorities.cpp |
|
2816 |
TestEventTargetQI.cpp |
|
2376 |
TestExpirationTracker.cpp |
|
5457 |
TestFile.cpp |
|
17416 |
TestFileNTFSSpecialPaths.cpp |
|
10751 |
TestFilePreferencesUnix.cpp |
|
8014 |
TestFilePreferencesWin.cpp |
|
6820 |
TestGCPostBarriers.cpp |
Tests that generational garbage collection post-barriers are correctly
implemented for nsTArrays that contain JavaScript Values.
|
4994 |
TestHandleWatcher.cpp |
static |
18031 |
TestHashtables.cpp |
|
50166 |
TestID.cpp |
|
1017 |
TestIDUtils.cpp |
|
927 |
TestINIParser.cpp |
|
1442 |
TestInputStreamLengthHelper.cpp |
|
4518 |
TestJSHolderMap.cpp |
|
9524 |
TestLogCommandLineHandler.cpp |
|
6494 |
TestLogging.cpp |
|
5380 |
TestMacNSURLEscaping.mm |
Bug 1739533:
This test fails because the '%' character needs to be escaped before
the URI is passed to [NSURL URLWithString]. '<' brackets are
already escaped by the browser to their "%xx" form so the encoding must
be added in a way that ignores characters already % encoded "%xx".
{
// Unreserved characters in path, query, and ref
// https://example.com/path/with<more>/%/and"#frag_with_#_and"
"https://example.com/path/with<more>/%/and\"#frag_with_#_and\""_ns,
"https://example.com/path/with%3Cmore%3E/%25/and%22#frag_with_%23_and%22"_ns,
},
|
6326 |
TestMemoryPressure.cpp |
ownsWeak |
7062 |
TestMoveString.cpp |
|
6535 |
TestMozPromise.cpp |
exclusive |
28185 |
TestMruCache.cpp |
|
7478 |
TestMultiplexInputStream.cpp |
|
29921 |
TestNonBlockingAsyncInputStream.cpp |
|
12246 |
TestNsDeque.cpp |
Now define the token deallocator class...
************************************************************ |
15778 |
TestNSPRLogModulesParser.cpp |
|
4963 |
TestNsRefPtr.cpp |
|
11662 |
TestObserverArray.cpp |
nothing |
13835 |
TestObserverService.cpp |
|
7902 |
TestOwningNonNull.cpp |
|
745 |
TestPipes.cpp |
|
32488 |
TestPLDHash.cpp |
|
13587 |
TestPriorityQueue.cpp |
|
2085 |
TestQueue.cpp |
|
4991 |
TestRacingServiceManager.cpp |
f93f6bdc-88af-42d7-9d64-1b43c649a3e5 |
6577 |
TestRecursiveMutex.cpp |
|
813 |
TestRustRegex.cpp |
This tests whether we can set the flags correctly. In this case, we disable
all flags, which includes disabling Unicode mode. When we disable Unicode
mode, we can match arbitrary possibly invalid UTF-8 bytes, such as \xFF.
(When Unicode mode is enabled, \xFF won't match .)
|
4484 |
TestRWLock.cpp |
|
5230 |
TestSegmentedBuffer.cpp |
|
1495 |
TestSlicedInputStream.cpp |
We want to ensure that sliced streams work with both seekable and
non-seekable input streams. As our string streams are seekable, we need to
provide a string stream that doesn't permit seeking, so we can test the
logic that emulates seeking in sliced input streams.
|
18693 |
TestSmallArrayLRUCache.cpp |
|
10426 |
TestSnappyStreams.cpp |
|
5138 |
TestStateMirroring.cpp |
IsExclusive = |
4412 |
TestStateWatching.cpp |
|
1497 |
TestSTLWrappers.cpp |
|
1553 |
TestStorageStream.cpp |
|
3802 |
TestStrings.cpp |
|
91371 |
TestStringStream.cpp |
|
3191 |
TestSubstringTuple.cpp |
|
2724 |
TestSynchronization.cpp |
arg |
7471 |
TestTArray.cpp |
|
26392 |
TestTArray2.cpp |
|
44511 |
TestTaskController.cpp |
|
5903 |
TestTaskQueue.cpp |
|
6923 |
TestTextFormatter.cpp |
Check misordered parameters
|
8580 |
TestThreadManager.cpp |
|
4096 |
TestThreadPool.cpp |
nothing |
6195 |
TestThreadPoolIdleTimeout.cpp |
|
16609 |
TestThreadPoolListener.cpp |
|
5179 |
TestThreads.cpp |
|
10686 |
TestThreads_mac.mm |
|
1780 |
TestThreadUtils.cpp |
|
69329 |
TestThrottledEventQueue.cpp |
|
18220 |
TestTimers.cpp |
|
30425 |
TestTimeStamp.cpp |
|
2659 |
TestTokenizer.cpp |
|
38473 |
TestUTF.cpp |
This tests the handling of a non-ascii character at various locations in a
UTF-16 string that is being converted to UTF-8.
|
8616 |
TestVariant.cpp |
|
4088 |
UTFStrings.h |
|
6266 |
wikipedia |
|
|