This website requires JavaScript.
Explore
Help
Sign In
wine
/
gecko
Watch
0
Star
0
Fork
0
You've already forked gecko
mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced
2024-09-13 09:24:08 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
66f9475ac3
gecko
/
mfbt
/
tests
History
Botond Ballo
94590b569f
Bug 1198451 - Tests for mozilla::Function. r=froydnj
2015-09-06 21:43:34 -04:00
..
moz.build
Bug 1198451 - Tests for mozilla::Function. r=froydnj
2015-09-06 21:43:34 -04:00
TestArrayUtils.cpp
TestAtomics.cpp
TestBinarySearch.cpp
TestBloomFilter.cpp
TestCasting.cpp
TestCeilingFloor.cpp
TestCheckedInt.cpp
TestCountPopulation.cpp
TestCountZeroes.cpp
TestEndian.cpp
TestEnumSet.cpp
TestFloatingPoint.cpp
TestFunction.cpp
Bug 1198451 - Tests for mozilla::Function. r=froydnj
2015-09-06 21:43:34 -04:00
TestIntegerPrintfMacros.cpp
Bug 1119980 - Use 'snprintf' instead of 'sprintf' to avoid a warning on Lollipop-based builds. r=froydnj
2015-05-26 14:33:55 -04:00
TestIntegerRange.cpp
Bug 1175485 part 4 - Add unit test for integer range. r=waldo
2015-07-02 13:31:07 +10:00
TestJSONWriter.cpp
TestMacroArgs.cpp
TestMacroForEach.cpp
TestMathAlgorithms.cpp
Bug 1193600 - Add Clamp and IsPowerOfTwo to MFBT. - r=waldo
2015-09-04 13:33:10 -07:00
TestMaybe.cpp
TestPair.cpp
TestPoisonArea.cpp
TestRefPtr.cpp
Bug 1161627 - part 2 - machine-convert TemporaryRef<T> to already_AddRefed<T>; r=ehsan
2015-06-17 10:00:52 -04:00
TestRollingMean.cpp
TestScopeExit.cpp
Bug 1180299 - Implement ScopeExit for running actions at the end of a scope, r=Waldo
2015-07-03 14:20:55 -07:00
TestSegmentedVector.cpp
Bug 1113300 - Add a way to use SegmentedVector like a stack. r=froydnj
2015-05-07 09:11:00 +02:00
TestSHA1.cpp
TestSplayTree.cpp
Bug 1199068 - Soothe a unused variable warning in TestSplayTree.cpp. r=nfroyd
2015-08-28 11:24:47 +08:00
TestTemplateLib.cpp
Bug 1163328 - Add an And<...> class to TemplateLib.h which performs logical and on a variadic number of booleans known at compile time. r=froydnj
2015-05-21 22:33:39 -04:00
TestTuple.cpp
Bug 1185706 - support Tie() for mozilla::Pair. r=froydnj
2015-07-24 00:42:00 +02:00
TestTypedEnum.cpp
TestTypeTraits.cpp
Bug 1168008 - Make IsConvertible handle void. r=gerald
2015-05-28 16:03:08 -07:00
TestUniquePtr.cpp
TestVariant.cpp
Bug 1186693 - Add exhaustive matching to mozilla::Variant; r=Waldo
2015-08-08 16:43:35 -07:00
TestVector.cpp
Bug 1184235 - Add mozilla::Vector::emplaceBack; r=froydnj
2015-07-20 11:13:28 -07:00
TestWeakPtr.cpp