diff options
Diffstat (limited to 'testing/cppunittest.ini')
-rw-r--r-- | testing/cppunittest.ini | 90 |
1 files changed, 90 insertions, 0 deletions
diff --git a/testing/cppunittest.ini b/testing/cppunittest.ini new file mode 100644 index 0000000000..6f24b74707 --- /dev/null +++ b/testing/cppunittest.ini @@ -0,0 +1,90 @@ +[ShowSSEConfig] +[TestPrintf] +[TestAlgorithm] +[TestArray] +[TestArrayUtils] +[TestAtomicBitflags] +[TestAtomics] +[TestBinarySearch] +[TestBitSet] +[TestBloomFilter] +[TestBufferList] +[TestCasting] +[TestCeilingFloor] +[TestCheckedInt] +[TestCompactPair] +[TestCountPopulation] +[TestCountZeroes] +[TestCrossProcessWin] +skip-if = os != 'win' +[TestDefineEnum] +[TestDoublyLinkedList] +[TestDllInterceptor] +skip-if = os != 'win' +[TestEndian] +[TestEnumeratedArray] +[TestEnumSet] +[TestEnumTypeTraits] +[TestFastBernoulliTrial] +[TestFloatingPoint] +[TestFunctionRef] +[TestFunctionTypeTraits] +[TestHashTable] +[TestIATPatcher] +skip-if = os != 'win' +[TestIntegerPrintfMacros] +[TestIntegerRange] +[TestJSONWriter] +[TestLauncherRegistryInfo] +skip-if = os != 'win' +[TestLinkedList] +[TestMacroArgs] +[TestMacroForEach] +[TestMathAlgorithms] +[TestMaybe] +[TestMMPolicy] +skip-if = os != 'win' +[TestNativeNt] +skip-if = os != 'win' +[TestUriValidation] +skip-if = os != 'win' +[TestSameBinary] +skip-if = os != 'win' +[TestTimeStampWin] +skip-if = os != 'win' +[TestSafeThreadLocal] +skip-if = os != 'win' +[TestBaseProfiler] +[TestNonDereferenceable] +[TestNotNull] +[TestPEExportSection] +skip-if = os != 'win' +[TestPoisonArea] +skip-if = os == 'android' # Bug 1147630 +[TestRange] +[TestRandomNum] +[TestRefPtr] +[TestResult] +[TestRollingMean] +[TestScopeExit] +[TestSegmentedVector] +[TestSHA1] +[TestSmallPointerArray] +[TestSaturate] +[TestSplayTree] +[TestSPSCQueue] +[TestTainting] +[TestTemplateLib] +[TestTextUtils] +[TestThreadSafeWeakPtr] +[TestTuple] +[TestTypeTraits] +[TestTypedEnum] +[TestUniquePtr] +[TestUtf8] +[TestVariant] +[TestVector] +[TestWeakPtr] +[TestWrappingOperations] +[TestXorShift128PlusRNG] +[jsapi-tests] |