$OpenBSD$ index a51c43d..fe08a87 100644 --- media/mtransport/test/moz.build.orig Fri Feb 20 15:40:37 2015 +++ media/mtransport/test/moz.build Fri Feb 20 15:40:37 2015 @@ -7,7 +7,6 @@ if CONFIG['OS_TARGET'] != 'WINNT' and CONFIG['MOZ_WIDGET_TOOLKIT'] != 'gonk': CPP_UNIT_TESTS += [ 'buffered_stun_socket_unittest.cpp', - 'ice_unittest.cpp', 'nrappkit_unittest.cpp', 'rlogringbuffer_unittest.cpp', 'runnable_utils_unittest.cpp', @@ -18,6 +17,12 @@ if CONFIG['OS_TARGET'] != 'WINNT' and CONFIG['MOZ_WIDGET_TOOLKIT'] != 'gonk': 'turn_unittest.cpp', ] + # Bug 1037618 - Cross-tree (network related?) failures on OSX + if CONFIG['OS_TARGET'] != 'Darwin': + CPP_UNIT_TESTS += [ + 'ice_unittest.cpp', + ] + if CONFIG['MOZ_SCTP']: CPP_UNIT_TESTS += [ 'sctp_unittest.cpp',