diff options
author | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
---|---|---|
committer | Matt A. Tobin <mattatobin@localhost.localdomain> | 2018-02-02 04:16:08 -0500 |
commit | ad18d877ddd2a44d98fa12ccd3dbbcf4d0ac4299 (patch) | |
tree | 10027f336435511475e392454359edea8e25895d /testing/cppunittest.ini | |
parent | 15477ed9af4859dacb069040b5d4de600803d3bc (diff) | |
download | aura-central-ad18d877ddd2a44d98fa12ccd3dbbcf4d0ac4299.tar.gz |
Add m-esr52 at 52.6.0
Diffstat (limited to 'testing/cppunittest.ini')
-rw-r--r-- | testing/cppunittest.ini | 101 |
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] |