Closed Bug 1806367 Opened 2 years ago Closed 2 years ago

./mach wpt --verify fails with 'str' object cannot be interpreted as an integer

Categories

(Testing :: web-platform-tests, defect)

Default
defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1801842

People

(Reporter: tschuster, Unassigned)

References

Details

 0:44.30 ERROR Traceback (most recent call last):
  File "/home/tom/projects/mozilla/testing/web-platform/tests/tools/wptrunner/wptrunner/testrunner.py", line 208, in init
    self.browser.start(group_metadata=group_metadata, **self.browser_settings)
  File "/home/tom/projects/mozilla/testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/firefox.py", line 801, in start
    self.instance = self.instance_manager.get()
  File "/home/tom/projects/mozilla/testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/firefox.py", line 369, in get
    self.current = self.start()
  File "/home/tom/projects/mozilla/testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/firefox.py", line 326, in start
    env = get_environ(self.logger, self.binary, self.debug_info, self.stylo_threads,
  File "/home/tom/projects/mozilla/testing/web-platform/tests/tools/wptrunner/wptrunner/browsers/firefox.py", line 251, in get_environ
    env["MOZ_CHAOSMODE"] = hex(chaos_mode_flags) 
TypeError: 'str' object cannot be interpreted as an integer

Bug 1670824 seems to have changed chaos_mode_flags from str to int.

Flags: needinfo?(james)
See Also: → 1670824
Status: NEW → RESOLVED
Closed: 2 years ago
Duplicate of bug: 1801842
Flags: needinfo?(james)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.