| Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| index 2751151ca7d6de98700568e39982d6ecd47d37fa..aeab09dde20179fa2e39015e4e2be5bae7305488 100644
|
| --- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| +++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/base.py
|
| @@ -1069,12 +1069,8 @@ class Port(object):
|
| def setup_environ_for_server(self):
|
| # We intentionally copy only a subset of the environment when
|
| # launching subprocesses to ensure consistent test results.
|
| - clean_env = {
|
| - 'LOCAL_RESOURCE_ROOT': self.layout_tests_dir(), # FIXME: Is this used?
|
| - }
|
| + clean_env = {}
|
| variables_to_copy = [
|
| - 'WEBKIT_TESTFONTS', # FIXME: Is this still used?
|
| - 'WEBKITOUTPUTDIR', # FIXME: Is this still used?
|
| 'CHROME_DEVEL_SANDBOX',
|
| 'CHROME_IPC_LOGGING',
|
| 'ASAN_OPTIONS',
|
|
|