From 36d22d82aa202bb199967e9512281e9a53db42c9 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sun, 7 Apr 2024 21:33:14 +0200 Subject: Adding upstream version 115.7.0esr. Signed-off-by: Daniel Baumann --- testing/cppunittest.ini | 96 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 96 insertions(+) create mode 100644 testing/cppunittest.ini (limited to 'testing/cppunittest.ini') diff --git a/testing/cppunittest.ini b/testing/cppunittest.ini new file mode 100644 index 0000000000..cd7b548689 --- /dev/null +++ b/testing/cppunittest.ini @@ -0,0 +1,96 @@ +[ShowSSEConfig] +[TestPrintf] +[TestAlgorithm] +[TestArray] +[TestArrayUtils] +[TestAtomicBitfields] +[TestAtomics] +[TestBinarySearch] +[TestBitSet] +[TestBloomFilter] +[TestBufferList] +[TestCasting] +[TestCeilingFloor] +[TestCheckedInt] +[TestCompactPair] +[TestCountPopulation] +[TestCountZeroes] +[TestCrossProcessWin] +skip-if = os != 'win' +[TestDefineEnum] +[TestDoublyLinkedList] +[TestDllBlocklistAssumptions] +skip-if = os != 'win' +[TestDllInterceptor] +skip-if = os != 'win' +[TestEndian] +[TestEnumeratedArray] +[TestEnumSet] +[TestEnumTypeTraits] +[TestFastBernoulliTrial] +[TestFloatingPoint] +[TestFunctionRef] +[TestFunctionTypeTraits] +[TestHashTable] +[TestIATPatcher] +skip-if = + os != 'win' + bits == 32 # fails on windows10x32 +[TestIntegerPrintfMacros] +[TestIntegerRange] +[TestJSONWriter] +[TestLauncherRegistryInfo] +skip-if = os != 'win' +[TestLinkedList] +[TestMacroArgs] +[TestMacroForEach] +[TestMathAlgorithms] +[TestMaybe] +[TestMemoryPressureWatcherLinux] +skip-if = os != 'linux' +[TestMMPolicy] +skip-if = os != 'win' +[TestMozJemallocUtils] +[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] +skip-if = tsan # Bug 1804081 +[TestNonDereferenceable] +[TestNotNull] +[TestPEExportSection] +skip-if = os != 'win' +[TestPoisonArea] +skip-if = asan || tsan # Not built on sanitizer builds +[TestRange] +[TestRandomNum] +[TestRefPtr] +[TestResult] +[TestRollingMean] +[TestScopeExit] +[TestSegmentedVector] +[TestSHA1] +[TestSIMD] +[TestSmallPointerArray] +[TestSaturate] +[TestSplayTree] +[TestSPSCQueue] +[TestStackCookie] +skip-if = os != 'win' +[TestTextUtils] +[TestThreadSafeWeakPtr] +[TestTypedEnum] +[TestUniquePtr] +[TestUtf8] +[TestVariant] +[TestVector] +[TestWeakPtr] +[TestWrappingOperations] +[TestXorShift128PlusRNG] -- cgit v1.2.3