Bug 1842773 - Part 5: Add ArrayBuffer.prototype.{maxByteLength,resizable} getters...
[gecko.git] / testing / cppunittest.toml
blob62791f2b004b742f7af2192c61fa2e1e0228d150
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 = ["asan || tsan"]  # Not built on sanitizer builds
113 ["TestPrintf"]
115 ["TestRandomNum"]
117 ["TestRange"]
119 ["TestRefPtr"]
121 ["TestResult"]
123 ["TestRollingMean"]
125 ["TestSHA1"]
127 ["TestSIMD"]
129 ["TestSPSCQueue"]
131 ["TestSafeThreadLocal"]
132 run-if = ["os == 'win'"]
134 ["TestSameBinary"]
135 run-if = ["os == 'win'"]
137 ["TestSaturate"]
139 ["TestScopeExit"]
141 ["TestSegmentedVector"]
143 ["TestSmallPointerArray"]
145 ["TestSplayTree"]
147 ["TestStackCookie"]
148 run-if = ["os == 'win'"]
150 ["TestTextUtils"]
152 ["TestThreadSafeWeakPtr"]
154 ["TestTimeStampWin"]
155 run-if = ["os == 'win'"]
157 ["TestTypedEnum"]
159 ["TestUniquePtr"]
161 ["TestUriValidation"]
162 run-if = ["os == 'win'"]
164 ["TestUtf8"]
166 ["TestVariant"]
168 ["TestVector"]
170 ["TestWeakPtr"]
172 ["TestWinArchDefs"]
173 run-if = ["os == 'win'"]
175 ["TestWrappingOperations"]
177 ["TestXorShift128PlusRNG"]