cppunittest.ini 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102
  1. [ShowSSEConfig]
  2. [TestAppShellSteadyState]
  3. [TestArray]
  4. [TestArrayUtils]
  5. [TestAtomics]
  6. [TestBinarySearch]
  7. [TestBind]
  8. [TestBloomFilter]
  9. [TestCasting]
  10. [TestCeilingFloor]
  11. [TestCheckedInt]
  12. [TestCookie]
  13. [TestCountPopulation]
  14. [TestCountZeroes]
  15. [TestDllInterceptor]
  16. skip-if = os != 'win'
  17. [TestEndian]
  18. [TestEnumeratedArray]
  19. [TestEnumSet]
  20. [TestEnumTypeTraits]
  21. [TestFastBernoulliTrial]
  22. [TestFloatingPoint]
  23. [TestFunction]
  24. [TestIntegerPrintfMacros]
  25. [TestIntegerRange]
  26. [TestJSONWriter]
  27. [TestLinkedList]
  28. [TestMacroArgs]
  29. [TestMacroForEach]
  30. [TestMathAlgorithms]
  31. [TestMaybe]
  32. [TestPLDHash]
  33. skip-if = os == 'b2g' #Bug 1038197
  34. [TestPair]
  35. [TestPoisonArea]
  36. skip-if = os == 'android' # Bug 1147630
  37. [TestRefPtr]
  38. [TestRollingMean]
  39. [TestScopeExit]
  40. [TestSegmentedVector]
  41. [TestSHA1]
  42. [TestSaturate]
  43. [TestSplayTree]
  44. [TestStartupCache]
  45. skip-if = os == 'b2g' || os == 'android' # Bug 929655
  46. support-files = TestStartupCacheTelemetry.js TestStartupCacheTelemetry.manifest
  47. [TestSyncRunnable]
  48. [TestTXMgr]
  49. skip-if = os == 'b2g' #Bug 919595
  50. [TestTemplateLib]
  51. [TestTuple]
  52. [TestTypeTraits]
  53. [TestTypedEnum]
  54. [TestUDPSocket]
  55. [TestUniquePtr]
  56. [TestVariant]
  57. [TestVector]
  58. [TestVolatileBuffer]
  59. [TestWeakPtr]
  60. [TestXorShift128PlusRNG]
  61. [buffered_stun_socket_unittest]
  62. [ice_unittest]
  63. [test_nr_socket_unittest]
  64. [jsapi-tests]
  65. skip-if = os == 'b2g' #Bug 1068946
  66. [mediaconduit_unittests]
  67. [multi_tcp_socket_unittest]
  68. [nrappkit_unittest]
  69. [rlogringbuffer_unittest]
  70. [runnable_utils_unittest]
  71. [sctp_unittest]
  72. [jsep_track_unittest]
  73. [jsep_session_unittest]
  74. skip-if = os == 'android' # Bug 1147631
  75. [sdp_unittests]
  76. [sdp_unittests_standalone]
  77. [signaling_unittests]
  78. [signaling_unittests_standalone]
  79. [simpletokenbucket_unittest]
  80. [sockettransportservice_unittest]
  81. [test_AsXXX_helpers]
  82. [test_IHistory]
  83. [test_StatementCache]
  84. [test_asyncStatementExecution_transaction]
  85. [test_async_callbacks_with_spun_event_loops]
  86. [test_audio]
  87. [test_binding_params]
  88. [test_deadlock_detector]
  89. skip-if = os == 'b2g' || (os == 'android' && debug) # Bug 1054249
  90. [test_file_perms]
  91. [test_latency]
  92. [test_mutex]
  93. [test_sanity]
  94. [test_service_init_background_thread]
  95. [test_statement_scoper]
  96. [test_tone]
  97. [test_transaction_helper]
  98. [test_true_async]
  99. [test_unlock_notify]
  100. [transport_unittests]
  101. [turn_unittest]