This website requires JavaScript.
Explore
Help
Register
Sign In
Magic-Mirror
/
gecko-dev
Watch
1
Star
0
Fork
0
You've already forked gecko-dev
mirror of
https://github.com/mozilla/gecko-dev.git
synced
2024-12-01 17:23:59 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
3038c58523
gecko-dev
/
mfbt
/
tests
History
Jeff Walden
0eefeabe25
Bug 1445024 - Implement mozilla::WrappingSubtract. r=froydnj
...
--HG-- extra : rebase_source : 026268df1cb1cfc56873e61834ea90257645c508
2018-03-06 19:22:20 -08:00
..
gtest
Bug 1405582 - Span: delete implicit constructors for char* and char16_t*. r=froydnj,hsivonen
2017-09-20 00:38:07 -07:00
moz.build
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
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
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
TestEnumeratedArray.cpp
TestEnumSet.cpp
TestEnumTypeTraits.cpp
TestFastBernoulliTrial.cpp
TestFloatingPoint.cpp
Bug 744965 - Implement mozilla::NumberEqualsInt32 in a way that doesn't depend on undefined behavior casting an out-of-range floating point number to int32_t. r=froydnj
2018-02-15 17:22:14 -08:00
TestIntegerPrintfMacros.cpp
TestIntegerRange.cpp
TestJSONWriter.cpp
Bug 1428535 - Add missing override specifiers to overridden virtual functions. r=froydnj
2017-11-05 19:37:28 -08:00
TestLinkedList.cpp
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
TestNotNull.cpp
Bug 1410252 - MakeNotNull<PointerType, OptionalPointeeType>(Args...) - r=njn
2017-10-20 14:56:01 +11:00
TestPair.cpp
TestPoisonArea.cpp
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
TestSaturate.cpp
TestScopeExit.cpp
TestSegmentedVector.cpp
TestSHA1.cpp
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
TestThreadSafeWeakPtr.cpp
Bug 1404742 - add test for ThreadSafeWeakPtr. r=nfroyd
2017-10-18 14:21:27 -04:00
TestTuple.cpp
TestTypedEnum.cpp
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
TestUniquePtr.cpp
TestVariant.cpp
TestVector.cpp
Bug 1329019 - Allow specifying capacity to Vector::replaceRawBuffer (r=froydnj)
2017-09-22 10:34:24 -05:00
TestWeakPtr.cpp
TestWrappingOperations.cpp
Bug 1445024 - Implement mozilla::WrappingSubtract. r=froydnj
2018-03-06 19:22:20 -08:00
TestXorShift128PlusRNG.cpp