gecko/mfbt/tests
Jeff Walden 27874984d9 Bug 953296 - Implement mozilla::IsArray. r=froydnj
--HG--
extra : rebase_source : 3eb6fff774f28c39374f1e7c148f472d95e538c0
2013-12-30 01:07:32 -06:00
..
Makefile.in Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-27 22:55:07 +09:00
moz.build Bug 874266 - Move all DEFINES that can be moved to moz.build. r=mshal 2013-11-27 22:55:07 +09:00
TestAtomics.cpp Bug 888548 - Part 3: Add enum support to mozilla::Atomic<T>. r=froydnj 2013-08-01 21:21:32 -04:00
TestBloomFilter.cpp
TestCasting.cpp
TestCeilingFloor.cpp Bug 945121: Use DebugOnly to fix opt-only 'unused variable' build warning in TestCeilingFloor.cpp. r=Waldo 2013-12-20 13:41:48 -08:00
TestCheckedInt.cpp
TestCountPopulation.cpp Bug 906368 - IonMonkey: Define a proper CountPopulation32 function, and use it in place of manual code in RegisterSets.h. r=nbp 2013-08-19 12:32:22 -07:00
TestCountZeroes.cpp
TestEndian.cpp
TestEnumSet.cpp
TestFloatingPoint.cpp Bug 930708 - IonMonkey: Factor out a DoubleEqualsInt32 from DoubleIsInt32 and use it when negative zero is to be treated as zero. r=nbp 2013-11-02 14:29:44 -07:00
TestIntegerPrintfMacros.cpp Bug 730805 - Provide mozilla/IntegerPrintfMacros.h to implement the PRI* macros portion of the <inttypes.h> interface. r=espindola 2011-12-15 00:27:42 -05:00
TestPoisonArea.cpp Bug 730805 - Provide mozilla/IntegerPrintfMacros.h to implement the PRI* macros portion of the <inttypes.h> interface. r=espindola 2011-12-15 00:27:42 -05:00
TestRollingMean.cpp Bug 888084 - Rolling mean for MFBT; r=waldo 2013-09-24 15:56:55 +12:00
TestSHA1.cpp Bug 895322 - Part 1: Replace the usages of MOZ_STATIC_ASSERT with C++11 static_assert; r=Waldo 2013-07-18 13:59:53 -04:00
TestTypedEnum.cpp Bug 918436 - Make the type argument of MOZ_BEGIN(_NESTED)_ENUM_CLASS optional and add tests. r=Waldo 2013-10-04 13:17:13 -04:00
TestTypeTraits.cpp Bug 953296 - Implement mozilla::IsArray. r=froydnj 2013-12-30 01:07:32 -06:00
TestWeakPtr.cpp