gecko-dev/mfbt/tests
Chris Martin 6f57bf69b4 Bug 1402282 - Move CSPRNG logic to common area r=froydnj
The logic in JSMath for generating cryptographically-secure
pseudorandom numbers without NSS is independently useful, and so
it's been moved to a common area.

It will eventually be used for generated random arena ids.

Differential Revision: https://phabricator.services.mozilla.com/D8597

--HG--
extra : moz-landing-system : lando
2018-10-25 18:00:15 +00:00
..
gtest Bug 1445659 - Make it possible to store RefPtr<T> in AutoCleanLinkedList. r=froydnj 2018-06-13 06:25:00 +03:00
TestAlgorithm.cpp Bug 1449094 - Implement constexpr mozilla::AllOf. r=froydnj 2018-03-28 00:01:08 +09:00
TestArray.cpp
TestArrayUtils.cpp
TestAtomics.cpp Bug 1207696 Part 2b - Don't record activity in atomics unit tests, r=waldo. 2018-07-21 14:20:13 +00:00
TestBinarySearch.cpp
TestBloomFilter.cpp
TestBufferList.cpp Bug 1309552 - Specify buffer size when freeing data in AllocPolicy, r=waldo. 2018-07-20 23:58:34 +00:00
TestCasting.cpp
TestCeilingFloor.cpp
TestCheckedInt.cpp
TestCountPopulation.cpp
TestCountZeroes.cpp
TestDefineEnum.cpp
TestDoublyLinkedList.cpp Bug 1396723 - Simplify the trait users of DoublyLinkedList need to define. r=froydnj 2017-09-02 08:09:58 +09:00
TestEndian.cpp Bug 1442967 - Boo, MSVC warns when a cast will truncate a numeric constant. Arguably a desirable warning generally, but here we specifically intend the cast to narrow, so disable the warning. r=me in a CLOSED TREE 2018-03-12 19:20:42 -07:00
TestEnumSet.cpp Bug 1489453 - EnumSet shouldn't take 32 bits if not needed. r=froydnj 2018-09-07 14:40:02 +00:00
TestEnumTypeTraits.cpp
TestEnumeratedArray.cpp
TestFastBernoulliTrial.cpp
TestFloatingPoint.cpp Bug 1438212 - Implement mozilla::IsFloat32Representable using an algorithm that handles NaN correctly and doesn't sometimes invoke undefined behavior. r=froydnj 2018-06-06 16:03:47 -07:00
TestFunctionTypeTraits.cpp Bug 1482046 - mfbt: FunctionTypeTraits - r=froydnj 2018-08-15 10:27:45 +00:00
TestIntegerPrintfMacros.cpp
TestIntegerRange.cpp
TestJSONWriter.cpp Backed out changeset bee1c344cb47 (bug 1491909) for failures in browser/components/extensions/test/xpcshell/test_ext_geckoProfiler_control.js 2018-10-24 04:23:13 +03:00
TestLinkedList.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
TestMacroArgs.cpp
TestMacroForEach.cpp
TestMathAlgorithms.cpp Bug 1441657 - Create a new mozilla/WrappingOperations.h header to contain implementations of common math operations with well-defined wraparound semantics. r=froydnj 2018-02-15 17:36:50 -08:00
TestMaybe.cpp Bug 1054115 - Maybe::map and apply now take the function through a forwarding reference - r=froydnj 2018-10-25 17:20:02 +00:00
TestNonDereferenceable.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
TestNotNull.cpp Bug 1410252 - MakeNotNull<PointerType, OptionalPointeeType>(Args...) - r=njn 2017-10-20 14:56:01 +11:00
TestPair.cpp Bug 1453795 - MFTB - Initialize member fields in classes/ structures. r=waldo 2018-06-15 13:49:31 +03:00
TestPoisonArea.cpp Bug 1486882 - make TestPoisonArea work with aarch64 windows; r=Waldo 2018-08-29 14:47:49 -04:00
TestRandomNum.cpp Bug 1402282 - Move CSPRNG logic to common area r=froydnj 2018-10-25 18:00:15 +00:00
TestRange.cpp
TestRefPtr.cpp
TestResult.cpp Bug 1419682 - add unwrap_or() for Result. r=Waldo 2017-11-22 17:14:28 +08:00
TestRollingMean.cpp
TestSHA1.cpp
TestSPSCQueue.cpp Bug 1454385 - Add a single producer single consumer lock and wait free queue to mfbt/. r=froydnj 2018-04-13 17:14:05 +02:00
TestSaturate.cpp
TestScopeExit.cpp
TestSegmentedVector.cpp Bug 1309552 - Specify buffer size when freeing data in AllocPolicy, r=waldo. 2018-07-20 23:58:34 +00:00
TestSmallPointerArray.cpp Bug 1397056 - Add Contains and a return parameter to Remove for SmallPointerArray. r=froydnj 2017-09-12 14:11:47 -04:00
TestSplayTree.cpp
TestTemplateLib.cpp
TestTextUtils.cpp Bug 1467336 - Implement mozilla::IsAscii to detect pure ASCII characters. r=froydnj 2018-06-07 02:17:10 -07:00
TestThreadSafeWeakPtr.cpp Bug 1404742 - add test for ThreadSafeWeakPtr. r=nfroyd 2017-10-18 14:21:27 -04:00
TestTuple.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
TestTypeTraits.cpp Bug 1424866 - Update the comment for fix a warning: unnecessary parentheses in declaration of 'type name' r=gerald DONTBUILD 2018-01-04 11:59:13 +01:00
TestTypedEnum.cpp
TestUniquePtr.cpp Bug 1466909 - Use AddLvalueReference for UniquePtr's operator*(). r=froydnj 2018-06-07 07:27:22 -07:00
TestUtf8.cpp Bug 1426909 - Abstract out mozilla::DecodeOneUtf8CodePoint for decoding a UTF-8 code point after having consumed a non-ASCII lead unit, with configurable error notification through optional user-provided functors. r=froydnj 2018-07-12 17:41:31 -07:00
TestVariant.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
TestVector.cpp Bug 1465585: Switch from mozilla::Move to std::move. r=froydnj 2018-06-01 10:45:27 +02:00
TestWeakPtr.cpp
TestWrappingOperations.cpp Bug 1445024 - Implement mozilla::WrappingSubtract. r=froydnj 2018-03-06 19:22:20 -08:00
TestXorShift128PlusRNG.cpp
moz.build Bug 1402282 - Move CSPRNG logic to common area r=froydnj 2018-10-25 18:00:15 +00:00