Closed Bug 1393618 Opened 7 years ago Closed 7 years ago

Reftests and crashtests fail to run locally on MacOS

Categories

(Firefox Build System :: Mach Core, enhancement)

enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1392640

People

(Reporter: neerja, Unassigned)

Details

./mach reftest or ./mach crashtest fails with the latest build. Although, this same thing works with changes on August 10th or earlier. The error messages that I get are: npancholi-23547:mozilla-central npancholi$ ./mach reftests We're assuming the 'reftests' command is 'reftest' and we're executing it for you. REFTEST INFO | Checking for orphan ssltunnel processes... REFTEST INFO | Checking for orphan xpcshell processes... Error running mach: ['reftests'] The error occurred in code that was called by the mach command. This is either a bug in the called code itself or in the way that mach is calling it. You should consider filing a bug for this issue. If filing a bug, please include the full output of mach, including this error message. The details of the failure are as follows: AssertionError File "/Users/npancholi/builds/mozilla-central/layout/tools/reftest/mach_commands.py", line 205, in run_reftest return self._run_reftest(**kwargs) File "/Users/npancholi/builds/mozilla-central/layout/tools/reftest/mach_commands.py", line 234, in _run_reftest return reftest.run_desktop_test(**kwargs) File "/Users/npancholi/builds/mozilla-central/layout/tools/reftest/mach_commands.py", line 92, in run_desktop_test rv = runreftest.run_test_harness(parser, args) File "/Users/npancholi/builds/mozilla-central/layout/tools/reftest/runreftest.py", line 802, in run_test_harness return reftest.runTests(options.tests, options) File "/Users/npancholi/builds/mozilla-central/layout/tools/reftest/runreftest.py", line 466, in runTests return self.runSerialTests(manifests, options, cmdargs) File "/Users/npancholi/builds/mozilla-central/layout/tools/reftest/runreftest.py", line 709, in runSerialTests startAfter=startAfter) File "/Users/npancholi/builds/mozilla-central/layout/tools/reftest/runreftest.py", line 373, in createReftestProfile profile = mozprofile.Profile(**kwargs) File "/Users/npancholi/builds/mozilla-central/testing/mozbase/mozprofile/mozprofile/profile.py", line 89, in __init__ self._internal_init() File "/Users/npancholi/builds/mozilla-central/testing/mozbase/mozprofile/mozprofile/profile.py", line 119, in _internal_init assert len(self._whitelistpaths) <= 2 ******************************************************************************************************************************** npancholi-23547:mozilla-central npancholi$ ./mach crashtest layout/tables/crashtests/myCrashtests.list REFTEST INFO | Checking for orphan ssltunnel processes... REFTEST INFO | Checking for orphan xpcshell processes... Error running mach: ['crashtest', 'layout/tables/crashtests/myCrashtests.list'] The error occurred in code that was called by the mach command. This is either a bug in the called code itself or in the way that mach is calling it. You should consider filing a bug for this issue. If filing a bug, please include the full output of mach, including this error message. The details of the failure are as follows: AssertionError File "/Users/npancholi/builds/mozilla-central/layout/tools/reftest/mach_commands.py", line 224, in run_crashtest return self._run_reftest(**kwargs) File "/Users/npancholi/builds/mozilla-central/layout/tools/reftest/mach_commands.py", line 234, in _run_reftest return reftest.run_desktop_test(**kwargs) File "/Users/npancholi/builds/mozilla-central/layout/tools/reftest/mach_commands.py", line 92, in run_desktop_test rv = runreftest.run_test_harness(parser, args) File "/Users/npancholi/builds/mozilla-central/layout/tools/reftest/runreftest.py", line 802, in run_test_harness return reftest.runTests(options.tests, options) File "/Users/npancholi/builds/mozilla-central/layout/tools/reftest/runreftest.py", line 466, in runTests return self.runSerialTests(manifests, options, cmdargs) File "/Users/npancholi/builds/mozilla-central/layout/tools/reftest/runreftest.py", line 709, in runSerialTests startAfter=startAfter) File "/Users/npancholi/builds/mozilla-central/layout/tools/reftest/runreftest.py", line 373, in createReftestProfile profile = mozprofile.Profile(**kwargs) File "/Users/npancholi/builds/mozilla-central/testing/mozbase/mozprofile/mozprofile/profile.py", line 89, in __init__ self._internal_init() File "/Users/npancholi/builds/mozilla-central/testing/mozbase/mozprofile/mozprofile/profile.py", line 119, in _internal_init assert len(self._whitelistpaths) <= 2 ****************************************************************************************************************************** npancholi-23547:mozilla-central npancholi$ ./mach crashtest REFTEST INFO | Checking for orphan ssltunnel processes... REFTEST INFO | Checking for orphan xpcshell processes... Error running mach: ['crashtest'] The error occurred in code that was called by the mach command. This is either a bug in the called code itself or in the way that mach is calling it. You should consider filing a bug for this issue. If filing a bug, please include the full output of mach, including this error message. The details of the failure are as follows: AssertionError File "/Users/npancholi/builds/mozilla-central/layout/tools/reftest/mach_commands.py", line 224, in run_crashtest return self._run_reftest(**kwargs) File "/Users/npancholi/builds/mozilla-central/layout/tools/reftest/mach_commands.py", line 234, in _run_reftest return reftest.run_desktop_test(**kwargs) File "/Users/npancholi/builds/mozilla-central/layout/tools/reftest/mach_commands.py", line 92, in run_desktop_test rv = runreftest.run_test_harness(parser, args) File "/Users/npancholi/builds/mozilla-central/layout/tools/reftest/runreftest.py", line 802, in run_test_harness return reftest.runTests(options.tests, options) File "/Users/npancholi/builds/mozilla-central/layout/tools/reftest/runreftest.py", line 466, in runTests return self.runSerialTests(manifests, options, cmdargs) File "/Users/npancholi/builds/mozilla-central/layout/tools/reftest/runreftest.py", line 709, in runSerialTests startAfter=startAfter) File "/Users/npancholi/builds/mozilla-central/layout/tools/reftest/runreftest.py", line 373, in createReftestProfile profile = mozprofile.Profile(**kwargs) File "/Users/npancholi/builds/mozilla-central/testing/mozbase/mozprofile/mozprofile/profile.py", line 89, in __init__ self._internal_init() File "/Users/npancholi/builds/mozilla-central/testing/mozbase/mozprofile/mozprofile/profile.py", line 119, in _internal_init assert len(self._whitelistpaths) <= 2
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → DUPLICATE
Product: Core → Firefox Build System
You need to log in before you can comment on or make changes to this bug.