Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Trying to run any WebDriver test fails in Edge #12461

Closed
gsnedders opened this issue Aug 13, 2018 · 1 comment
Closed

Trying to run any WebDriver test fails in Edge #12461

gsnedders opened this issue Aug 13, 2018 · 1 comment

Comments

@gsnedders
Copy link
Member

Everything fails like:

ERROR /webdriver/tests/switch_to_window/switch.py - the environment variable is longer than 32767 bytes
Traceback (most recent call last):
  File "C:\Users\gsnedders\Documents\web-platform-tests\tools\wptrunner\wptrunner\executors\base.py", line 405, in _run
    self.result = True, self.func(self.session, self.path, self.timeout)
  File "C:\Users\gsnedders\Documents\web-platform-tests\tools\wptrunner\wptrunner\executors\base.py", line 371, in do_wd
spec
    timeout=timeout)
  File "C:\Users\gsnedders\Documents\web-platform-tests\tools\wptrunner\wptrunner\executors\pytestrunner\runner.py", lin
e 47, in run
    os.environ["WD_SERVER_CONFIG"] = json.dumps(server_config.as_dict())
  File "C:\Users\gsnedders\Documents\wpt-env\lib\os.py", line 422, in __setitem__
    putenv(key, item)
ValueError: the environment variable is longer than 32767 bytes

bisect points at ff4e72e from #10953

@gsnedders
Copy link
Member Author

cc/ @InstyleVII

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant