summaryrefslogtreecommitdiffstats
path: root/testing/cppunittest.ini
diff options
context:
space:
mode:
authorMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
committerMatt A. Tobin <mattatobin@localhost.localdomain>2018-02-02 04:16:08 -0500
commit5f8de423f190bbb79a62f804151bc24824fa32d8 (patch)
tree10027f336435511475e392454359edea8e25895d /testing/cppunittest.ini
parent49ee0794b5d912db1f95dce6eb52d781dc210db5 (diff)
downloadUXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.gz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.lz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.tar.xz
UXP-5f8de423f190bbb79a62f804151bc24824fa32d8.zip
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/cppunittest.ini')
-rw-r--r--testing/cppunittest.ini101
1 files changed, 101 insertions, 0 deletions
diff --git a/testing/cppunittest.ini b/testing/cppunittest.ini
new file mode 100644
index 000000000..8debea7ee
--- /dev/null
+++ b/testing/cppunittest.ini
@@ -0,0 +1,101 @@
+[ShowSSEConfig]
+[TestAppShellSteadyState]
+[TestArray]
+[TestArrayUtils]
+[TestAtomics]
+[TestBinarySearch]
+[TestBind]
+[TestBloomFilter]
+[TestCasting]
+[TestCeilingFloor]
+[TestCheckedInt]
+[TestCookie]
+[TestCountPopulation]
+[TestCountZeroes]
+[TestDllInterceptor]
+skip-if = os != 'win'
+[TestEndian]
+[TestEnumeratedArray]
+[TestEnumSet]
+[TestEnumTypeTraits]
+[TestFastBernoulliTrial]
+[TestFloatingPoint]
+[TestFunction]
+[TestIntegerPrintfMacros]
+[TestIntegerRange]
+[TestJSONWriter]
+[TestLinkedList]
+[TestMacroArgs]
+[TestMacroForEach]
+[TestMathAlgorithms]
+[TestMaybe]
+[TestPLDHash]
+skip-if = os == 'b2g' #Bug 1038197
+[TestPair]
+[TestPoisonArea]
+skip-if = os == 'android' # Bug 1147630
+[TestRefPtr]
+[TestRollingMean]
+[TestScopeExit]
+[TestSegmentedVector]
+[TestSHA1]
+[TestSaturate]
+[TestSplayTree]
+[TestStartupCache]
+skip-if = os == 'b2g' || os == 'android' # Bug 929655
+support-files = TestStartupCacheTelemetry.js TestStartupCacheTelemetry.manifest
+[TestSyncRunnable]
+[TestTXMgr]
+skip-if = os == 'b2g' #Bug 919595
+[TestTemplateLib]
+[TestTuple]
+[TestTypeTraits]
+[TestTypedEnum]
+[TestUDPSocket]
+[TestUniquePtr]
+[TestVariant]
+[TestVector]
+[TestVolatileBuffer]
+[TestWeakPtr]
+[TestXorShift128PlusRNG]
+[buffered_stun_socket_unittest]
+[ice_unittest]
+[test_nr_socket_unittest]
+[jsapi-tests]
+skip-if = os == 'b2g' #Bug 1068946
+[mediaconduit_unittests]
+[multi_tcp_socket_unittest]
+[nrappkit_unittest]
+[rlogringbuffer_unittest]
+[runnable_utils_unittest]
+[sctp_unittest]
+[jsep_track_unittest]
+[jsep_session_unittest]
+skip-if = os == 'android' # Bug 1147631
+[sdp_unittests]
+[sdp_unittests_standalone]
+[signaling_unittests]
+[signaling_unittests_standalone]
+[simpletokenbucket_unittest]
+[sockettransportservice_unittest]
+[test_AsXXX_helpers]
+[test_IHistory]
+[test_StatementCache]
+[test_asyncStatementExecution_transaction]
+[test_async_callbacks_with_spun_event_loops]
+[test_audio]
+[test_binding_params]
+[test_deadlock_detector]
+skip-if = os == 'b2g' || (os == 'android' && debug) # Bug 1054249
+[test_file_perms]
+[test_latency]
+[test_mutex]
+[test_sanity]
+[test_service_init_background_thread]
+[test_statement_scoper]
+[test_tone]
+[test_transaction_helper]
+[test_true_async]
+[test_unlock_notify]
+[transport_unittests]
+[turn_unittest]