Build bustage fixup from bug 1314378 and bug 1314955 - remove things from the whitelist which are no longer built, r=lumpy on a CLOSED TREE

--HG--
extra : amend_source : c9244c8f26aa1255391f3db07fb2f4d8caa15ecd
This commit is contained in:
Benjamin Smedberg 2016-11-15 17:29:41 -05:00
Родитель dc7a177384
Коммит 80690f1ce8
1 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -102,9 +102,6 @@ from mozbuild.base import ExecutionSummary
ALLOWED_XPCOM_GLUE = {
('testcomponent', 'xpcom/tests/component'),
('test656331', 'xpcom/tests/bug656331_component'),
('testcompnoaslr', 'xpcom/tests/component_no_aslr'),
('TestStreamConv', 'netwerk/streamconv/test'),
('PropertiesTest', 'netwerk/test'),
('ReadNTLM', 'netwerk/test'),
@ -123,7 +120,6 @@ ALLOWED_XPCOM_GLUE = {
('TestCookie', 'netwerk/test'),
('TestUDPSocket', 'netwerk/test'),
('xpcshell', 'js/xpconnect/shell'),
('xpctest', 'js/xpconnect/tests/components/native'),
('test_AsXXX_helpers', 'storage/test'),
('test_async_callbacks_with_spun_event_loops', 'storage/test'),
('test_asyncStatementExecution_transaction', 'storage/test'),
@ -140,7 +136,6 @@ ALLOWED_XPCOM_GLUE = {
('TestTXMgr', 'editor/txmgr/tests'),
('test_IHistory', 'toolkit/components/places/tests/cpp'),
('testcrasher', 'toolkit/crashreporter/test'),
('TestStartupCache', 'startupcache/test'),
('jsep_session_unittest', 'media/webrtc/signaling/test'),
('jsep_track_unittest', 'media/webrtc/signaling/test'),
('mediaconduit_unittests', 'media/webrtc/signaling/test'),