Bug 1800546 Part 1 - Use the style given the first page name for setting default...
[gecko.git] / testing / cppunittest.ini
blob84401392da7443f894c46de4693d02888d60e009
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 [TestSIMD]
79 [TestSmallPointerArray]
80 [TestSaturate]
81 [TestSplayTree]
82 [TestSPSCQueue]
83 [TestTemplateLib]
84 [TestTextUtils]
85 [TestThreadSafeWeakPtr]
86 [TestTuple]
87 [TestTypeTraits]
88 [TestTypedEnum]
89 [TestUniquePtr]
90 [TestUtf8]
91 [TestVariant]
92 [TestVector]
93 [TestWeakPtr]
94 [TestWrappingOperations]
95 [TestXorShift128PlusRNG]