12012-07-19 Zoltan Nyul <zoltan.nyul@intel.com>
2
3 [EFL][WK2] Using different cache directory for each WTR process
4 https://bugs.webkit.org/show_bug.cgi?id=91719
5
6 Reviewed by NOBODY (OOPS!).
7
8 The testrunner script may be running multiple processes in
9 parallel, and it makes appcache tests fail if they are using the same
10 directory. I modified the EFL's LayoutTestController to use the
11 DUMPRENDERTREE_TEMP for application cache directory because it's
12 different for each process.
13
14 * WebKitTestRunner/CMakeLists.txt:
15 * WebKitTestRunner/InjectedBundle/efl/LayoutTestControllerEfl.cpp:
16 (WTR::LayoutTestController::platformInitialize):
17