From 26a029d407be480d791972afb5975cf62c9360a6 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 02:47:55 +0200 Subject: Adding upstream version 124.0.1. Signed-off-by: Daniel Baumann --- testing/cppunittest.toml | 180 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 180 insertions(+) create mode 100644 testing/cppunittest.toml (limited to 'testing/cppunittest.toml') diff --git a/testing/cppunittest.toml b/testing/cppunittest.toml new file mode 100644 index 0000000000..13b3966ac4 --- /dev/null +++ b/testing/cppunittest.toml @@ -0,0 +1,180 @@ +[DEFAULT] + +["ShowSSEConfig"] + +["TestAlgorithm"] + +["TestArray"] + +["TestArrayUtils"] + +["TestAtomicBitfields"] + +["TestAtomics"] + +["TestBaseProfiler"] +skip-if = ["tsan"] # Bug 1804081 + +["TestBinarySearch"] + +["TestBitSet"] + +["TestBloomFilter"] + +["TestBufferList"] + +["TestCasting"] + +["TestCeilingFloor"] + +["TestCheckedInt"] + +["TestCompactPair"] + +["TestCountPopulation"] + +["TestCountZeroes"] + +["TestCrossProcessWin"] +run-if = ["os == 'win'"] + +["TestDefineEnum"] + +["TestDllBlocklistAssumptions"] +run-if = ["os == 'win'"] + +["TestDllInterceptor"] +run-if = ["os == 'win'"] + +["TestDoublyLinkedList"] + +["TestEndian"] + +["TestEnumSet"] + +["TestEnumTypeTraits"] + +["TestEnumeratedArray"] + +["TestFastBernoulliTrial"] + +["TestFloatingPoint"] + +["TestFunctionRef"] + +["TestFunctionTypeTraits"] + +["TestHashTable"] + +["TestIATPatcher"] +run-if = ["os == 'win'"] +skip-if = ["win11_2009 && bits == 32"] # fails on windows10x32 + +["TestIntegerPrintfMacros"] + +["TestIntegerRange"] + +["TestJSONWriter"] + +["TestLauncherRegistryInfo"] +run-if = ["os == 'win'"] + +["TestLinkedList"] + +["TestMMPolicy"] +run-if = ["os == 'win'"] + +["TestMacroArgs"] + +["TestMacroForEach"] + +["TestMathAlgorithms"] + +["TestMaybe"] + +["TestMemoryPressureWatcherLinux"] +skip-if = ["os != 'linux'"] + +["TestMozJemallocUtils"] + +["TestNativeNt"] +run-if = ["os == 'win'"] + +["TestNonDereferenceable"] + +["TestNotNull"] + +["TestPEExportSection"] +run-if = ["os == 'win'"] + +["TestPoisonArea"] +skip-if = [ + "asan", # Not built on sanitizer builds + "tsan", +] + +["TestPrintf"] + +["TestRandomNum"] + +["TestRange"] + +["TestRefPtr"] + +["TestResult"] + +["TestRollingMean"] + +["TestSHA1"] + +["TestSIMD"] + +["TestSPSCQueue"] + +["TestSafeThreadLocal"] +run-if = ["os == 'win'"] + +["TestSameBinary"] +run-if = ["os == 'win'"] + +["TestSaturate"] + +["TestScopeExit"] + +["TestSegmentedVector"] + +["TestSmallPointerArray"] + +["TestSplayTree"] + +["TestStackCookie"] +run-if = ["os == 'win'"] + +["TestTextUtils"] + +["TestThreadSafeWeakPtr"] + +["TestTimeStampWin"] +run-if = ["os == 'win'"] + +["TestTypedEnum"] + +["TestUniquePtr"] + +["TestUriValidation"] +run-if = ["os == 'win'"] + +["TestUtf8"] + +["TestVariant"] + +["TestVector"] + +["TestWeakPtr"] + +["TestWinArchDefs"] +run-if = ["os == 'win'"] + +["TestWrappingOperations"] + +["TestXorShift128PlusRNG"] -- cgit v1.2.3