forked from Floorp-Projects/Floorp
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcppunittest.ini
137 lines (137 loc) · 3.14 KB
/
cppunittest.ini
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
[ShowAlignments]
[ShowSSEConfig]
[TestAppShellSteadyState]
[TestArrayUtils]
[TestAtomics]
[TestAudioBuffers]
skip-if = os == 'b2g' # Bug 1062937
[TestAudioEventTimeline]
[TestAudioMixer]
[TestAutoPtr]
[TestAutoRef]
[TestBinarySearch]
[TestBind]
[TestBloomFilter]
[TestCOM]
skip-if = os != 'win'
[TestCOMArray]
[TestCOMPtr]
[TestCOMPtrEq]
[TestCSPParser]
skip-if = os == 'b2g' || (os == 'android' && debug) # Bug 1054246
[TestCasting]
[TestCeilingFloor]
[TestCertDB]
[TestCheckedInt]
[TestCookie]
[TestCountPopulation]
[TestCountZeroes]
[TestDeadlockDetector]
skip-if = os == 'b2g' || (os == 'android' && debug) # Bug 1054249
[TestDeadlockDetectorScalability]
[TestDllInterceptor]
skip-if = os != 'win'
[TestEndian]
[TestEnumSet]
[TestFile]
[TestFloatingPoint]
[TestGetURL]
[TestHashtables]
[TestID]
[TestInitializerList]
[TestIntegerPrintfMacros]
[TestIntegerRange]
[TestIsCertBuiltInRoot]
skip-if = os == 'android' # bug 1228175, bug 929655
[TestJSONWriter]
[TestJemalloc]
[TestLineBreak]
[TestMD4]
[TestMacroArgs]
[TestMacroForEach]
[TestMaybe]
[TestNativeXMLHttpRequest]
skip-if = os == 'b2g' || os == 'android' #Bug 919642
[TestNsRefPtr]
[TestNtPathToDosPath]
skip-if = os != 'win'
[TestObserverArray]
[TestObserverService]
[TestPLDHash]
skip-if = os == 'b2g' #Bug 1038197
[TestPair]
[TestPipe]
[TestPlainTextSerializer]
skip-if = os == 'b2g' || os == 'android' #Bug 919599
[TestPoisonArea]
skip-if = os == 'android' # Bug 1147630
[TestRefPtr]
[TestRollingMean]
[TestSHA1]
[TestSTSParser]
[TestSaturate]
[TestSplayTree]
[TestStartupCache]
skip-if = os == 'b2g' || os == 'android' # Bug 929655
support-files = TestStartupCacheTelemetry.js TestStartupCacheTelemetry.manifest
[TestStringAPI]
[TestSyncRunnable]
[TestTArray]
skip-if = os == 'b2g' || os == 'android' # Bug 1054251, 1171296
[TestTXMgr]
skip-if = os == 'b2g' #Bug 919595
[TestTextFormatter]
[TestThreadUtils]
[TestTuple]
[TestTypeTraits]
[TestTypedEnum]
[TestUDPSocket]
[TestUniquePtr]
[TestVolatileBuffer]
[TestWeakPtr]
[TestWebGLElementArrayCache]
[buffered_stun_socket_unittest]
[ice_unittest]
[test_nr_socket_unittest]
[jsapi-tests]
skip-if = os == 'b2g' #Bug 1068946
[mediaconduit_unittests]
[mediapipeline_unittest]
skip-if = os == 'b2g' || os == 'android' # Bug 919646
[mediapipeline_unittest_standalone]
skip-if = os == 'b2g' || os == 'android' # Bug 919646
[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]