Bug 1771374 - Fix build and lint warnings. r=gfx-reviewers,aosmond
[gecko.git] / testing / cppunittest.ini
blob30b7525f2ef339cb962be8f430adaf77fc7850b4
1 [ShowSSEConfig]
2 [TestPrintf]
3 [TestAlgorithm]
4 [TestArray]
5 [TestArrayUtils]
6 [TestAtomicBitfields]
7 [TestAtomics]
8 [TestBinarySearch]
9 [TestBitSet]
10 [TestBloomFilter]
11 [TestBufferList]
12 [TestCasting]
13 [TestCeilingFloor]
14 [TestCheckedInt]
15 [TestCompactPair]
16 [TestCountPopulation]
17 [TestCountZeroes]
18 [TestCrossProcessWin]
19 skip-if = os != 'win'
20 [TestDefineEnum]
21 [TestDoublyLinkedList]
22 [TestDllInterceptor]
23 skip-if = os != 'win'
24 [TestEndian]
25 [TestEnumeratedArray]
26 [TestEnumSet]
27 [TestEnumTypeTraits]
28 [TestFastBernoulliTrial]
29 [TestFloatingPoint]
30 [TestFunctionRef]
31 [TestFunctionTypeTraits]
32 [TestHashTable]
33 [TestIATPatcher]
34 skip-if =
35 os != 'win'
36 bits == 32 # fails on windows10x32
37 [TestIntegerPrintfMacros]
38 [TestIntegerRange]
39 [TestJSONWriter]
40 [TestLauncherRegistryInfo]
41 skip-if = os != 'win'
42 [TestLinkedList]
43 [TestMacroArgs]
44 [TestMacroForEach]
45 [TestMathAlgorithms]
46 [TestMaybe]
47 [TestMemoryPressureWatcherLinux]
48 skip-if = os != 'linux'
49 [TestMMPolicy]
50 skip-if = os != 'win'
51 [TestNativeNt]
52 skip-if = os != 'win'
53 [TestUriValidation]
54 skip-if = os != 'win'
55 [TestSameBinary]
56 skip-if = os != 'win'
57 [TestTimeStampWin]
58 skip-if = os != 'win'
59 [TestSafeThreadLocal]
60 skip-if = os != 'win'
61 [TestBaseProfiler]
62 [TestNonDereferenceable]
63 [TestNotNull]
64 [TestPEExportSection]
65 skip-if = os != 'win'
66 [TestPoisonArea]
67 skip-if =
68 asan
69 os == 'android' # Bug 1147630
70 [TestRange]
71 [TestRandomNum]
72 [TestRefPtr]
73 [TestResult]
74 [TestRollingMean]
75 [TestScopeExit]
76 [TestSegmentedVector]
77 [TestSHA1]
78 [TestSmallPointerArray]
79 [TestSaturate]
80 [TestSplayTree]
81 [TestSPSCQueue]
82 [TestTemplateLib]
83 [TestTextUtils]
84 [TestThreadSafeWeakPtr]
85 [TestTuple]
86 [TestTypeTraits]
87 [TestTypedEnum]
88 [TestUniquePtr]
89 [TestUtf8]
90 [TestVariant]
91 [TestVector]
92 [TestWeakPtr]
93 [TestWrappingOperations]
94 [TestXorShift128PlusRNG]