gecko-dev/python/mozbuild
Nathan Froyd 142b960302 Bug 1637737 - cleanup test failures from mach run JS shell changes; r=firefox-build-system-reviewers,rstewart
In bug 1637665, we changed the OS X codepath for `mach run` to consult
`MOZ_WIDGET_TOOLKIT` as a substitute for "browserness".  Unfortunately,
this caused tests that only set `MOZ_MACBUNDLE_NAME` to fail.  Rather
than set `MOZ_WIDGET_TOOLKIT` in those tests, we probably should have
been checking `MOZ_MACBUNDLE_NAME` in the first place, since
`MOZ_MACBUNDLE_NAME` is also set only for the browser and not for the JS
shell.  We can also remove the xulrunner codepath, as xulrunner was
removed from the tree several years ago.

Differential Revision: https://phabricator.services.mozilla.com/D75315
2020-05-14 14:58:47 +00:00
..
dumbmake Bug 1619408 - Make remaining tweaks to build system code to allow running ./mach build with Python 3 r=firefox-build-system-reviewers,mshal 2020-03-02 21:33:48 +00:00
mozbuild Bug 1637737 - cleanup test failures from mach run JS shell changes; r=firefox-build-system-reviewers,rstewart 2020-05-14 14:58:47 +00:00
mozpack Bug 1636209: resolves tests that were incorrectly marked as xfail r=tomprince 2020-05-07 23:41:35 +00:00
setup.py