tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

cppunittest.toml (3541B)


      1 [DEFAULT]
      2 
      3 ["ShowSSEConfig"]
      4 
      5 ["TestAlgorithm"]
      6 
      7 ["TestArm64Disassembler"]
      8 run-if = [
      9  "os == 'win' && arch == 'aarch64'",
     10 ]
     11 
     12 ["TestArray"]
     13 
     14 ["TestArrayUtils"]
     15 
     16 ["TestAtomicBitfields"]
     17 
     18 ["TestAtomics"]
     19 
     20 ["TestBaseProfiler"]
     21 skip-if = [
     22  "tsan", # Bug 1804081
     23 ]
     24 
     25 ["TestBinarySearch"]
     26 
     27 ["TestBitSet"]
     28 
     29 ["TestBloomFilter"]
     30 
     31 ["TestBufferList"]
     32 
     33 ["TestCasting"]
     34 
     35 ["TestCeilingFloor"]
     36 
     37 ["TestCheckedInt"]
     38 
     39 ["TestCompactPair"]
     40 
     41 ["TestCountPopulation"]
     42 
     43 ["TestCountZeroes"]
     44 
     45 ["TestCrossProcessWin"]
     46 run-if = [
     47  "os == 'win'",
     48 ]
     49 
     50 ["TestDefineEnum"]
     51 
     52 ["TestDllBlocklistAssumptions"]
     53 run-if = [
     54  "os == 'win'",
     55 ]
     56 
     57 ["TestDllInterceptor"]
     58 run-if = [
     59  "os == 'win'",
     60 ]
     61 
     62 ["TestDllInterceptorCrossProcess"]
     63 run-if = [
     64  "os == 'win' && arch != 'aarch64'",
     65 ]
     66 
     67 ["TestDoublyLinkedList"]
     68 
     69 ["TestEndian"]
     70 
     71 ["TestEnumSet"]
     72 
     73 ["TestEnumTypeTraits"]
     74 
     75 ["TestEnumeratedArray"]
     76 
     77 ["TestFastBernoulliTrial"]
     78 
     79 ["TestFloatingPoint"]
     80 
     81 ["TestFunctionRef"]
     82 
     83 ["TestFunctionTypeTraits"]
     84 
     85 ["TestHashTable"]
     86 
     87 ["TestIATPatcher"]
     88 run-if = [
     89  "os == 'win'",
     90 ]
     91 skip-if = [
     92  "os == 'android' && os_version == '14' && arch == 'aarch64'", # requires administrator permission on aarch64
     93  "os == 'mac' && os_version == '15.30' && arch == 'aarch64'", # requires administrator permission on aarch64
     94  "os == 'win' && os_version == '11.26100' && arch == 'aarch64'",
     95  "os == 'win' && os_version == '11.26100' && arch == 'x86'", # fails on win/x86
     96 ]
     97 
     98 ["TestIntegerPrintfMacros"]
     99 
    100 ["TestIntegerRange"]
    101 
    102 ["TestJSONWriter"]
    103 
    104 ["TestLauncherRegistryInfo"]
    105 run-if = [
    106  "os == 'win'",
    107 ]
    108 
    109 ["TestLinkedList"]
    110 
    111 ["TestMMPolicy"]
    112 run-if = [
    113  "os == 'win'",
    114 ]
    115 
    116 ["TestMacroArgs"]
    117 
    118 ["TestMacroForEach"]
    119 
    120 ["TestMathAlgorithms"]
    121 
    122 ["TestMaybe"]
    123 
    124 ["TestMemoryPressureWatcherLinux"]
    125 run-if = [
    126  "os == 'linux'",
    127 ]
    128 
    129 ["TestMozCrash"]
    130 skip-if = [
    131  "asan",
    132  "os == 'android' && os_version == '14' && arch == 'aarch64'",
    133  "os == 'mac' && os_version == '10.15' && arch == 'x86_64'",
    134  "os == 'mac' && os_version == '14.70' && arch == 'x86_64'",
    135  "os == 'mac' && os_version == '15.30' && arch == 'aarch64'",
    136  "os == 'win' && os_version == '10.2009' && arch == 'x86_64'",
    137  "os == 'win' && os_version == '11.26100' && arch == 'x86'",
    138  "os == 'win' && os_version == '11.26100' && arch == 'x86_64'",
    139  "os == 'win' && os_version == '11.26100' && arch == 'aarch64'",
    140 ]
    141 
    142 ["TestMozJemallocUtils"]
    143 
    144 ["TestNativeNt"]
    145 run-if = [
    146  "os == 'win'",
    147 ]
    148 
    149 ["TestNonDereferenceable"]
    150 
    151 ["TestNotNull"]
    152 
    153 ["TestOleAut32Initialization"]
    154 run-if = [
    155  "os == 'win'",
    156 ]
    157 
    158 ["TestPEExportSection"]
    159 run-if = [
    160  "os == 'win'",
    161 ]
    162 
    163 ["TestPoisonArea"]
    164 skip-if = [
    165  "asan", # Not built on sanitizer builds
    166  "tsan",
    167 ]
    168 
    169 ["TestPrintf"]
    170 
    171 ["TestRandomNum"]
    172 
    173 ["TestRange"]
    174 
    175 ["TestRefPtr"]
    176 
    177 ["TestResult"]
    178 
    179 ["TestRollingMean"]
    180 
    181 ["TestSHA1"]
    182 
    183 ["TestSIMD"]
    184 
    185 ["TestSPSCQueue"]
    186 
    187 ["TestSafeThreadLocal"]
    188 run-if = [
    189  "os == 'win'",
    190 ]
    191 
    192 ["TestSameBinary"]
    193 run-if = [
    194  "os == 'win'",
    195 ]
    196 
    197 ["TestSaturate"]
    198 
    199 ["TestScopeExit"]
    200 
    201 ["TestSegmentedVector"]
    202 
    203 ["TestSharedMappingCommit"]
    204 run-if = [
    205  "os == 'win'",
    206 ]
    207 
    208 ["TestSmallPointerArray"]
    209 
    210 ["TestSplayTree"]
    211 
    212 ["TestStackCookie"]
    213 run-if = [
    214  "os == 'win'",
    215 ]
    216 
    217 ["TestStackWalkInitialization"]
    218 run-if = [
    219  "os == 'win' && arch == 'x86_64'",
    220 ]
    221 
    222 ["TestTextUtils"]
    223 
    224 ["TestThreadSafeWeakPtr"]
    225 
    226 ["TestTimeStampWin"]
    227 run-if = [
    228  "os == 'win'",
    229 ]
    230 
    231 ["TestTypedEnum"]
    232 
    233 ["TestUniquePtr"]
    234 
    235 ["TestUriValidation"]
    236 run-if = [
    237  "os == 'win'",
    238 ]
    239 
    240 ["TestUtf8"]
    241 
    242 ["TestVariant"]
    243 
    244 ["TestVector"]
    245 
    246 ["TestWeakPtr"]
    247 
    248 ["TestWinArchDefs"]
    249 run-if = [
    250  "os == 'win'",
    251 ]
    252 
    253 ["TestWrappingOperations"]
    254 
    255 ["TestXorShift128PlusRNG"]