Bug 1657217: Remove unused test binaries; r=firefox-build-system-reviewers,glandium

elfhack is unneeded after Bug 1645842  and filedid after Bug 1619840.

Differential Revision: https://phabricator.services.mozilla.com/D85924
This commit is contained in:
Tom Prince 2020-08-05 03:59:51 +00:00
parent 22de1f0d2a
commit 4585d70c82
2 changed files with 0 additions and 12 deletions

View File

@ -40,7 +40,6 @@ TEST_HARNESS_BINS = [
'SmokeDMD',
'certutil',
'crashinject',
'fileid',
'geckodriver',
'http3server',
'minidumpwriter',
@ -51,7 +50,6 @@ TEST_HARNESS_BINS = [
'xpcshell',
]
# The fileid utility depends on mozglue. See bug 1069556.
TEST_HARNESS_DLLS = [
'crashinjectdll',
'mozglue'
@ -284,14 +282,6 @@ ARCHIVE_FILES = {
'pattern': '**',
'dest': 'certs',
},
{
'source': buildconfig.topobjdir,
'base': 'build/unix/elfhack',
'patterns': [
'elfhack%s' % buildconfig.substs['BIN_SUFFIX'],
],
'dest': 'bin',
},
],
'cppunittest': [
{

View File

@ -120,7 +120,6 @@ class ArtifactJob(object):
('bin/OCSPStaplingServer', ('bin', 'bin')),
('bin/SanctionsTestServer', ('bin', 'bin')),
('bin/certutil', ('bin', 'bin')),
('bin/fileid', ('bin', 'bin')),
('bin/geckodriver', ('bin', 'bin')),
('bin/pk12util', ('bin', 'bin')),
('bin/screentopng', ('bin', 'bin')),
@ -595,7 +594,6 @@ class WinArtifactJob(ArtifactJob):
('bin/OCSPStaplingServer.exe', ('bin', 'bin')),
('bin/SanctionsTestServer.exe', ('bin', 'bin')),
('bin/certutil.exe', ('bin', 'bin')),
('bin/fileid.exe', ('bin', 'bin')),
('bin/geckodriver.exe', ('bin', 'bin')),
('bin/minidumpwriter.exe', ('bin', 'bin')),
('bin/pk12util.exe', ('bin', 'bin')),