mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-23 21:01:08 +00:00
Bug 1322707 - Stop building signaling_unittest and mediapipeline_unittests; r=jesup,glandium
MozReview-Commit-ID: FAAiByOB4m --HG-- extra : rebase_source : 6f686a36ab7b405ad414bb06c93429e055dbf292
This commit is contained in:
parent
49715dce65
commit
233a09db76
@ -7,8 +7,6 @@
|
||||
# TODO: bug 1172551 - get these tests working on iOS
|
||||
if CONFIG['OS_TARGET'] != 'WINNT' and CONFIG['MOZ_WIDGET_TOOLKIT'] != 'gonk' and CONFIG['MOZ_WIDGET_TOOLKIT'] != 'uikit':
|
||||
GeckoCppUnitTests([
|
||||
'mediapipeline_unittest',
|
||||
'signaling_unittests',
|
||||
])
|
||||
|
||||
include('/ipc/chromium/chromium-config.mozbuild')
|
||||
|
@ -106,8 +106,6 @@ from mozbuild.base import ExecutionSummary
|
||||
ALLOWED_XPCOM_GLUE = {
|
||||
('xpcshell', 'js/xpconnect/shell'),
|
||||
('testcrasher', 'toolkit/crashreporter/test'),
|
||||
('mediapipeline_unittest', 'media/webrtc/signaling/test'),
|
||||
('signaling_unittests', 'media/webrtc/signaling/test'),
|
||||
('TestMailCookie', 'mailnews/base/test'),
|
||||
('calbasecomps', 'calendar/base/backend/libical/build'),
|
||||
('purplexpcom', 'extensions/purple/purplexpcom/src'),
|
||||
|
@ -54,10 +54,6 @@ skip-if = os == 'android' # Bug 1147630
|
||||
[test_nr_socket_unittest]
|
||||
[jsapi-tests]
|
||||
skip-if = os == 'b2g' #Bug 1068946
|
||||
[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]
|
||||
|
Loading…
Reference in New Issue
Block a user