mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 10:27:03 +00:00
Merge m-c to b2g-inbound.
This commit is contained in:
commit
26064f7597
@ -7,7 +7,6 @@
|
||||
if CONFIG['OS_TARGET'] != 'WINNT' and CONFIG['MOZ_WIDGET_TOOLKIT'] != 'gonk':
|
||||
CppUnitTests([
|
||||
'buffered_stun_socket_unittest',
|
||||
'ice_unittest',
|
||||
'nrappkit_unittest',
|
||||
'rlogringbuffer_unittest',
|
||||
'runnable_utils_unittest',
|
||||
@ -18,6 +17,12 @@ if CONFIG['OS_TARGET'] != 'WINNT' and CONFIG['MOZ_WIDGET_TOOLKIT'] != 'gonk':
|
||||
'turn_unittest',
|
||||
])
|
||||
|
||||
# Bug 1037618 - Cross-tree (network related?) failures on OSX
|
||||
if CONFIG['OS_TARGET'] != 'Darwin':
|
||||
CppUnitTests([
|
||||
'ice_unittest',
|
||||
])
|
||||
|
||||
if CONFIG['MOZ_SCTP']:
|
||||
CppUnitTests([
|
||||
'sctp_unittest',
|
||||
|
Loading…
x
Reference in New Issue
Block a user