gecko/mfbt/tests
Nathan Froyd 6c4d0e2e2e Bug 1170045 - part 0 - modify TestSegmentedVectors to use explicitly-updated counts; r=erahm
The scheme in TestSegmentedVectors to use manually-annotated points and
magic numbers corresponding to those annotations works OK for small
numbers of operations.  But for testing bulk push and pop, we're going
to be doing many more operations, so let's move to recording explicitly
in code the operations we expect to see, and checking those instead.
2016-03-04 12:00:33 -05:00
..
moz.build Bug 1194721: Add |Saturate| template for saturation arithmetics, r=nfroyd 2016-02-04 12:35:12 +01:00
TestArrayUtils.cpp
TestAtomics.cpp
TestBinarySearch.cpp Bug 1231224 part 10 - Make various Vector calls check for OOM. r=terrence 2016-01-06 21:06:25 +01:00
TestBloomFilter.cpp
TestCasting.cpp
TestCeilingFloor.cpp
TestCheckedInt.cpp
TestCountPopulation.cpp
TestCountZeroes.cpp
TestEndian.cpp
TestEnumSet.cpp
TestFastBernoulliTrial.cpp
TestFloatingPoint.cpp
TestFunction.cpp
TestInitializerList.cpp Bug 1228641. Add a polyfill of std::initializer_list. r=froydnj 2016-01-06 22:06:35 -05:00
TestIntegerPrintfMacros.cpp
TestIntegerRange.cpp
TestJSONWriter.cpp
TestLinkedList.cpp
TestMacroArgs.cpp
TestMacroForEach.cpp
TestMathAlgorithms.cpp
TestMaybe.cpp
TestPair.cpp
TestPoisonArea.cpp Bug 1232765 - Remove the workaround added in bug 1022050 2016-02-07 14:50:50 -05:00
TestRefPtr.cpp
TestRollingMean.cpp
TestSaturate.cpp Bug 1194721: Add |Saturate| template for saturation arithmetics, r=nfroyd 2016-02-04 12:35:12 +01:00
TestScopeExit.cpp
TestSegmentedVector.cpp Bug 1170045 - part 0 - modify TestSegmentedVectors to use explicitly-updated counts; r=erahm 2016-03-04 12:00:33 -05:00
TestSHA1.cpp
TestSplayTree.cpp
TestTemplateLib.cpp
TestTuple.cpp Bug 1221368 - Change MakeTuple to decay the types of its arguments (r=froydnj) 2015-11-09 10:21:11 -08:00
TestTypedEnum.cpp
TestTypeTraits.cpp Bug 1241901 part 3 - Add IsMemberPointer and IsScalar type traits. r=froydnj 2016-01-30 10:33:41 +11:00
TestUniquePtr.cpp Bug 1250196 - Part 2: Rename UniquePtr::getDeleter() to get_deleter() in order to make it compatible with std::unique_ptr; r=froydnj 2016-02-22 15:51:59 -05:00
TestVariant.cpp
TestVector.cpp Bug 1247412 - Add a reverse method to mozilla::Vector; r=Waldo 2016-02-11 08:33:00 +01:00
TestWeakPtr.cpp
TestXorShift128PlusRNG.cpp