Skip to content

Instantly share code, notes, and snippets.

@InstyleVII
Created August 13, 2018 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save InstyleVII/3e3bdcb8f677bf594d747f7a9c99383b to your computer and use it in GitHub Desktop.
Save InstyleVII/3e3bdcb8f677bf594d747f7a9c99383b to your computer and use it in GitHub Desktop.
python wpt run edge webdriver\tests\actions\key.py --no-manifest --log-wptreport report.json --no-manifest-update --webdriver-arg=--verbose --timeout-multiplier=20
0:05.83 INFO Using 1 client processes
0:11.04 SUITE_START: web-platform-test - running 1 tests
0:11.04 INFO Running reftest tests
0:11.04 INFO No reftest tests to run
0:11.04 INFO Running wdspec tests
0:11.04 INFO Starting runner
0:11.61 pid:5864 Full command: C:\Windows\system32\MicrosoftWebDriver.exe --port=4444 --verbose
pid:5864 [14:14:39.705] - Starting server...
0:11.61 pid:5864 [14:14:39.705] - Listening on http://127.0.0.1:4444/
0:11.61 pid:5864 [14:14:39.705] - Listening on http://[::1]:4444/
0:11.61 pid:5864 [14:14:39.705] - Waiting for new request...
0:11.61 pid:5864
0:12.15 INFO WebDriver HTTP server listening at http://localhost:4444/
0:12.15 TEST_START: /webdriver/tests/actions/key.py
0:13.46 TEST_END: ERROR, expected OK - the environment variable is longer than 32767 bytes
Traceback (most recent call last):
File "C:\Users\Documents\github\wpt\tools\wptrunner\wptrunner\executors\base.py", line 405, in _run
self.result = True, self.func(self.session, self.path, self.timeout)
File "C:\Users\Documents\github\wpt\tools\wptrunner\wptrunner\executors\base.py", line 371, in do_wdspec
timeout=timeout)
File "C:\Users\Documents\github\wpt\tools\wptrunner\wptrunner\executors\pytestrunner\runner.py", line 47, in run
os.environ["WD_SERVER_CONFIG"] = json.dumps(server_config.as_dict())
File "c:\python27\lib\os.py", line 422, in __setitem__
putenv(key, item)
ValueError: the environment variable is longer than 32767 bytes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment