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-11-23 21:01:08 +00:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
c8b8aad906
gecko-dev
/
mfbt
/
tests
History
Andreas Pehrson
522fd9ad0a
Bug 1601251 - Prohibit copies and moves on Maybe<T> where such operations are prohibited on T. r=glandium
...
Differential Revision:
https://phabricator.services.mozilla.com/D205077
2024-03-26 08:00:56 +00:00
..
gtest
moz.build
Bug 1859908 - convert .ini manifests to .toml: batch 20 marionette.ini r=jmaher,webdriver-reviewers,necko-reviewers,application-update-reviewers,search-reviewers,sessionstore-reviewers,places-reviewers,dom-storage-reviewers,bytesized,kershaw,whimboo,dao,jesup,Standard8
2024-01-02 15:31:51 +00:00
TestAlgorithm.cpp
TestArray.cpp
TestArrayUtils.cpp
TestAtomicBitfields.cpp
TestAtomics.cpp
TestBinarySearch.cpp
TestBitSet.cpp
TestBloomFilter.cpp
TestBufferList.cpp
TestCasting.cpp
TestCeilingFloor.cpp
TestCheckedInt.cpp
TestCompactPair.cpp
TestCountPopulation.cpp
TestCountZeroes.cpp
TestDefineEnum.cpp
TestDoublyLinkedList.cpp
TestEndian.cpp
TestEnumeratedArray.cpp
Bug 1640839 - Add some helpers for enums to calculate the size and use it in EnumeratedArray. r=glandium,jgilbert,media-playback-reviewers,padenot
2024-03-02 07:50:19 +00:00
TestEnumSet.cpp
TestEnumTypeTraits.cpp
TestFastBernoulliTrial.cpp
TestFloatingPoint.cpp
TestFunctionRef.cpp
Bug 1877672 - Make FunctionRef a MOZ_TEMPORARY_CLASS. r=nika
2024-02-02 19:21:20 +00:00
TestFunctionTypeTraits.cpp
TestHashTable.cpp
TestIntegerRange.cpp
TestJSONWriter.cpp
TestLinkedList.cpp
TestMacroArgs.cpp
TestMacroForEach.cpp
TestMathAlgorithms.cpp
TestMaybe.cpp
Bug 1601251 - Prohibit copies and moves on Maybe<T> where such operations are prohibited on T. r=glandium
2024-03-26 08:00:56 +00:00
TestNonDereferenceable.cpp
TestNotNull.cpp
TestPoisonArea.cpp
TestRandomNum.cpp
TestRange.cpp
TestRefPtr.cpp
TestResult.cpp
Bug 1850723 - Make mozilla::Result constructor take another result with convertible value. r=emilio,glandium
2023-11-03 08:13:19 +00:00
TestRollingMean.cpp
TestSaturate.cpp
TestScopeExit.cpp
TestSegmentedVector.cpp
Bug 1869256 - Add move assignment operator for SegmentedVector r=mccr8
2023-12-11 17:06:08 +00:00
TestSHA1.cpp
TestSIMD.cpp
TestSmallPointerArray.cpp
TestSplayTree.cpp
TestSPSCQueue.cpp
TestTextUtils.cpp
TestThreadSafeWeakPtr.cpp
TestTypedEnum.cpp
TestUniquePtr.cpp
Bug 1873769 - Add TempPtrToSetter(UniquePtr<T>*) -> T**-ish for safe out-ptr RAII. r=mccr8
2024-01-26 21:05:30 +00:00
TestUtf8.cpp
Bug 1519636 - Reformat recent changes to the Google coding style r=emilio,media-playback-reviewers,padenot
2023-12-04 10:09:36 +00:00
TestVariant.cpp
TestVector.cpp
TestWeakPtr.cpp
TestWinArchDefs.cpp
Bug 1866562 - Make MSVC-style architecture constants consistent in mingwclang builds. r=tjr
2023-12-11 11:01:34 +00:00
TestWrappingOperations.cpp
TestXorShift128PlusRNG.cpp