Title: [136962] trunk/Tools
Revision
136962
Author
joc...@chromium.org
Date
2012-12-07 10:26:02 -0800 (Fri, 07 Dec 2012)

Log Message

Add 'CHROMIUM_DEVEL_SANDBOX' to the environment variables to copy for layout test drivers
https://bugs.webkit.org/show_bug.cgi?id=104355

Reviewed by Dirk Pranke.

This enables chromium's content_shell driver to run with the full SUID
sandbox.

* Scripts/webkitpy/layout_tests/port/base.py:
(Port.to.setup_environ_for_server):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (136961 => 136962)


--- trunk/Tools/ChangeLog	2012-12-07 18:16:11 UTC (rev 136961)
+++ trunk/Tools/ChangeLog	2012-12-07 18:26:02 UTC (rev 136962)
@@ -1,3 +1,16 @@
+2012-12-07  Jochen Eisinger  <joc...@chromium.org>
+
+        Add 'CHROMIUM_DEVEL_SANDBOX' to the environment variables to copy for layout test drivers
+        https://bugs.webkit.org/show_bug.cgi?id=104355
+
+        Reviewed by Dirk Pranke.
+
+        This enables chromium's content_shell driver to run with the full SUID
+        sandbox.
+
+        * Scripts/webkitpy/layout_tests/port/base.py:
+        (Port.to.setup_environ_for_server):
+
 2012-12-07  KyungTae Kim  <ktf....@samsung.com>
 
         [EFL] Fix tools for WebKit2-only builds

Modified: trunk/Tools/Scripts/webkitpy/layout_tests/port/base.py (136961 => 136962)


--- trunk/Tools/Scripts/webkitpy/layout_tests/port/base.py	2012-12-07 18:16:11 UTC (rev 136961)
+++ trunk/Tools/Scripts/webkitpy/layout_tests/port/base.py	2012-12-07 18:26:02 UTC (rev 136962)
@@ -898,6 +898,9 @@
             # Most ports (?):
             'WEBKIT_TESTFONTS',
             'WEBKITOUTPUTDIR',
+
+            # Chromium:
+            'CHROME_DEVEL_SANDBOX',
         ]
         for variable in variables_to_copy:
             self._copy_value_from_environ_if_set(clean_env, variable)
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to