gecko-dev/mfbt/tests
2019-09-11 19:44:17 +00:00
..
gtest Bug 1578107 - Remove using namespace std from mfbt r=jwalden 2019-09-02 16:45:26 +00:00
moz.build
TestAlgorithm.cpp Bug 1578107 - Remove using namespace std from mfbt r=jwalden 2019-09-02 16:45:26 +00:00
TestArray.cpp
TestArrayUtils.cpp
TestAtomics.cpp
TestBinarySearch.cpp
TestBloomFilter.cpp
TestBufferList.cpp
TestCasting.cpp
TestCeilingFloor.cpp
TestCheckedInt.cpp
TestCountPopulation.cpp
TestCountZeroes.cpp
TestDefineEnum.cpp
TestDoublyLinkedList.cpp
TestEndian.cpp
TestEnumeratedArray.cpp Bug 1546697 - EnumeratedArray should have a copy assignment operator. r=froydnj 2019-04-25 16:40:47 +00:00
TestEnumSet.cpp
TestEnumTypeTraits.cpp
TestFastBernoulliTrial.cpp
TestFloatingPoint.cpp
TestFunctionTypeTraits.cpp
TestIntegerPrintfMacros.cpp
TestIntegerRange.cpp
TestJSONWriter.cpp
TestLinkedList.cpp
TestMacroArgs.cpp
TestMacroForEach.cpp
TestMathAlgorithms.cpp
TestMaybe.cpp
TestNonDereferenceable.cpp
TestNotNull.cpp
TestPair.cpp
TestPoisonArea.cpp
TestRandomNum.cpp
TestRange.cpp
TestRefPtr.cpp
TestResult.cpp Bug 1418624 - Allow mozilla::Result to be moved, make unwrap{,Err}() move, and add inspect() APIs that return references. r=froydnj 2019-08-13 08:26:18 +00:00
TestRollingMean.cpp
TestSaturate.cpp
TestScopeExit.cpp
TestSegmentedVector.cpp
TestSHA1.cpp
TestSmallPointerArray.cpp Bug 1562789 - SmallPointerArray should support moves, and have an IsEmpty() helper. r=froydnj 2019-07-02 18:50:04 +00:00
TestSplayTree.cpp
TestSPSCQueue.cpp Bug 1546012 - Avoid slow sleeps on Android in TestSPSCQueue; r=padenot 2019-04-23 13:39:36 +00:00
TestTemplateLib.cpp
TestTextUtils.cpp
TestThreadSafeWeakPtr.cpp
TestTuple.cpp
TestTypedEnum.cpp
TestTypeTraits.cpp
TestUniquePtr.cpp
TestUtf8.cpp
TestVariant.cpp Bug 1546853: Implement mozilla::Variant::addTagToHash. r=froydnj 2019-04-25 14:03:40 +00:00
TestVector.cpp
TestWeakPtr.cpp Bug 1580182 - Allow mozilla::SupportsWeakPtr be on base classes as well, r=froydnj 2019-09-11 19:44:17 +00:00
TestWrappingOperations.cpp
TestXorShift128PlusRNG.cpp