Title: [97321] trunk/Tools
Revision
97321
Author
[email protected]
Date
2011-10-12 17:14:53 -0700 (Wed, 12 Oct 2011)

Log Message

Layout tests asserting in LayoutTestController::pathToLocalResource()
https://bugs.webkit.org/show_bug.cgi?id=69898

Reviewed by Simon Fraser.

old-run-webkit-tests just didn't know to set LOCAL_RESOURCE_ROOT, oops.

* Scripts/old-run-webkit-tests:
(openDumpTool):

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (97320 => 97321)


--- trunk/Tools/ChangeLog	2011-10-13 00:13:31 UTC (rev 97320)
+++ trunk/Tools/ChangeLog	2011-10-13 00:14:53 UTC (rev 97321)
@@ -1,3 +1,15 @@
+2011-10-12  Eric Seidel  <[email protected]>
+
+        Layout tests asserting in LayoutTestController::pathToLocalResource()
+        https://bugs.webkit.org/show_bug.cgi?id=69898
+
+        Reviewed by Simon Fraser.
+
+        old-run-webkit-tests just didn't know to set LOCAL_RESOURCE_ROOT, oops.
+
+        * Scripts/old-run-webkit-tests:
+        (openDumpTool):
+
 2011-10-12  Adam Barth  <[email protected]>
 
         The commit-queue doesn't tell me which tests my patch broke

Modified: trunk/Tools/Scripts/old-run-webkit-tests (97320 => 97321)


--- trunk/Tools/Scripts/old-run-webkit-tests	2011-10-13 00:13:31 UTC (rev 97320)
+++ trunk/Tools/Scripts/old-run-webkit-tests	2011-10-13 00:14:53 UTC (rev 97321)
@@ -1476,6 +1476,7 @@
     # unique temporary directory for each DumpRendertree - needed for running more DumpRenderTree in parallel
     $CLEAN_ENV{DUMPRENDERTREE_TEMP} = File::Temp::tempdir('DumpRenderTree-XXXXXX', TMPDIR => 1, CLEANUP => 1);
     $CLEAN_ENV{XML_CATALOG_FILES} = ""; # work around missing /etc/catalog <rdar://problem/4292995>
+    $CLEAN_ENV{LOCAL_RESOURCE_ROOT} = $testDirectory; # Used by layoutTestConstroller.pathToLocalResource()
 
     # Platform spesifics
     if (isLinux()) {
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to