Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1071)

Unified Diff: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/linux.py

Issue 2701203004: Background Fetch: Added an idlharness web platform test - WIP
Patch Set: [Background Fetch: Added an idlharness web platform test Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/LayoutTests/external/wpt/background-fetch/idl-tests.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/linux.py
diff --git a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/linux.py b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/linux.py
index 60a6863b11d784e0b8aedfac0b88321a9e02987a..5e852101972c58cdd22994336f7ec1293fd1417c 100644
--- a/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/linux.py
+++ b/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/linux.py
@@ -104,11 +104,11 @@ class LinuxPort(base.Port):
def setup_test_run(self):
super(LinuxPort, self).setup_test_run()
- self._setup_dummy_home_dir()
+ #self._setup_dummy_home_dir()
def clean_up_test_run(self):
super(LinuxPort, self).clean_up_test_run()
- self._clean_up_dummy_home_dir()
+ #self._clean_up_dummy_home_dir()
#
# PROTECTED METHODS
« no previous file with comments | « third_party/WebKit/LayoutTests/external/wpt/background-fetch/idl-tests.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698