RESOLVED FIXED 173483
Port setup_environ_for_server should not set environment variables related with the driver.
https://bugs.webkit.org/show_bug.cgi?id=173483
Summary Port setup_environ_for_server should not set environment variables related wi...
Carlos Alberto Lopez Perez
Reported 2017-06-16 11:17:19 PDT
On bug 173433 I found that the port setup_environ_for_server() is setting some environment variables (like DISPLAY) that should not be setted there. Its the job of the driver (on _setup_environ_for_test()) setting that variables.
Attachments
Patch (24.88 KB, patch)
2017-06-16 11:41 PDT, Carlos Alberto Lopez Perez
cgarcia: review+
Carlos Alberto Lopez Perez
Comment 1 2017-06-16 11:41:08 PDT
Carlos Garcia Campos
Comment 2 2017-06-17 00:13:41 PDT
Comment on attachment 313101 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=313101&action=review > Tools/Scripts/webkitpy/port/base.py:871 > + # Use the driver _setup_environ_for_test() method for that.. Double . at the end.
Carlos Alberto Lopez Perez
Comment 3 2017-06-19 03:39:32 PDT
Carlos Alberto Lopez Perez
Comment 4 2017-06-19 06:01:28 PDT
Note You need to log in before you can comment on or make changes to this bug.