Bug 1890277: part 4) Add CSPParser support for the `trusted-types` directive, guarded...
[gecko.git] / testing / cppunittest.toml
blob13b3966ac49dcadc79cb82885e4a696b9f200d27
1 [DEFAULT]
3 ["ShowSSEConfig"]
5 ["TestAlgorithm"]
7 ["TestArray"]
9 ["TestArrayUtils"]
11 ["TestAtomicBitfields"]
13 ["TestAtomics"]
15 ["TestBaseProfiler"]
16 skip-if = ["tsan"] # Bug 1804081
18 ["TestBinarySearch"]
20 ["TestBitSet"]
22 ["TestBloomFilter"]
24 ["TestBufferList"]
26 ["TestCasting"]
28 ["TestCeilingFloor"]
30 ["TestCheckedInt"]
32 ["TestCompactPair"]
34 ["TestCountPopulation"]
36 ["TestCountZeroes"]
38 ["TestCrossProcessWin"]
39 run-if = ["os == 'win'"]
41 ["TestDefineEnum"]
43 ["TestDllBlocklistAssumptions"]
44 run-if = ["os == 'win'"]
46 ["TestDllInterceptor"]
47 run-if = ["os == 'win'"]
49 ["TestDoublyLinkedList"]
51 ["TestEndian"]
53 ["TestEnumSet"]
55 ["TestEnumTypeTraits"]
57 ["TestEnumeratedArray"]
59 ["TestFastBernoulliTrial"]
61 ["TestFloatingPoint"]
63 ["TestFunctionRef"]
65 ["TestFunctionTypeTraits"]
67 ["TestHashTable"]
69 ["TestIATPatcher"]
70 run-if = ["os == 'win'"]
71 skip-if = ["win11_2009 && bits == 32"] # fails on windows10x32
73 ["TestIntegerPrintfMacros"]
75 ["TestIntegerRange"]
77 ["TestJSONWriter"]
79 ["TestLauncherRegistryInfo"]
80 run-if = ["os == 'win'"]
82 ["TestLinkedList"]
84 ["TestMMPolicy"]
85 run-if = ["os == 'win'"]
87 ["TestMacroArgs"]
89 ["TestMacroForEach"]
91 ["TestMathAlgorithms"]
93 ["TestMaybe"]
95 ["TestMemoryPressureWatcherLinux"]
96 skip-if = ["os != 'linux'"]
98 ["TestMozJemallocUtils"]
100 ["TestNativeNt"]
101 run-if = ["os == 'win'"]
103 ["TestNonDereferenceable"]
105 ["TestNotNull"]
107 ["TestPEExportSection"]
108 run-if = ["os == 'win'"]
110 ["TestPoisonArea"]
111 skip-if = [
112   "asan", # Not built on sanitizer builds
113   "tsan",
116 ["TestPrintf"]
118 ["TestRandomNum"]
120 ["TestRange"]
122 ["TestRefPtr"]
124 ["TestResult"]
126 ["TestRollingMean"]
128 ["TestSHA1"]
130 ["TestSIMD"]
132 ["TestSPSCQueue"]
134 ["TestSafeThreadLocal"]
135 run-if = ["os == 'win'"]
137 ["TestSameBinary"]
138 run-if = ["os == 'win'"]
140 ["TestSaturate"]
142 ["TestScopeExit"]
144 ["TestSegmentedVector"]
146 ["TestSmallPointerArray"]
148 ["TestSplayTree"]
150 ["TestStackCookie"]
151 run-if = ["os == 'win'"]
153 ["TestTextUtils"]
155 ["TestThreadSafeWeakPtr"]
157 ["TestTimeStampWin"]
158 run-if = ["os == 'win'"]
160 ["TestTypedEnum"]
162 ["TestUniquePtr"]
164 ["TestUriValidation"]
165 run-if = ["os == 'win'"]
167 ["TestUtf8"]
169 ["TestVariant"]
171 ["TestVector"]
173 ["TestWeakPtr"]
175 ["TestWinArchDefs"]
176 run-if = ["os == 'win'"]
178 ["TestWrappingOperations"]
180 ["TestXorShift128PlusRNG"]