mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 792029 - Make SpecialPowers available in crashtests. r=ted
This commit is contained in:
parent
65e8d33673
commit
cfdbdd9667
@ -79,6 +79,13 @@ class RefTest(object):
|
||||
profileDir,
|
||||
"reftest@mozilla.org")
|
||||
|
||||
# I would prefer to use "--install-extension reftest/specialpowers", but that requires tight coordination with
|
||||
# release engineering and landing on multiple branches at once.
|
||||
if manifest.endswith('crashtests.list'):
|
||||
self.automation.installExtension(os.path.join(SCRIPT_DIRECTORY, "specialpowers"),
|
||||
profileDir,
|
||||
"special-powers@mozilla.org")
|
||||
|
||||
def buildBrowserEnv(self, options, profileDir):
|
||||
browserEnv = self.automation.environment(xrePath = options.xrePath)
|
||||
browserEnv["XPCOM_DEBUG_BREAK"] = "stack"
|
||||
|
Loading…
Reference in New Issue
Block a user