Title: [171245] trunk/Tools
Revision
171245
Author
[email protected]
Date
2014-07-18 15:08:19 -0700 (Fri, 18 Jul 2014)

Log Message

Fix EFL+GTK.

* Scripts/run-jsc-stress-tests:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (171244 => 171245)


--- trunk/Tools/ChangeLog	2014-07-18 21:30:50 UTC (rev 171244)
+++ trunk/Tools/ChangeLog	2014-07-18 22:08:19 UTC (rev 171245)
@@ -1,5 +1,11 @@
 2014-07-18  Filip Pizlo  <[email protected]>
 
+        Fix EFL+GTK.
+
+        * Scripts/run-jsc-stress-tests:
+
+2014-07-18  Filip Pizlo  <[email protected]>
+
         Exception fuzzing should work on iOS
         https://bugs.webkit.org/show_bug.cgi?id=135070
 

Modified: trunk/Tools/Scripts/run-jsc-stress-tests (171244 => 171245)


--- trunk/Tools/Scripts/run-jsc-stress-tests	2014-07-18 21:30:50 UTC (rev 171244)
+++ trunk/Tools/Scripts/run-jsc-stress-tests	2014-07-18 22:08:19 UTC (rev 171245)
@@ -1043,6 +1043,7 @@
             $testingFrameworkPath = frameworkFromJSCPath($jscPath)
         end
     else
+        originalJSCPath = $jscPath
         vmDir = $outputDir + ".vm"
         FileUtils.mkdir_p vmDir
         
@@ -1055,7 +1056,7 @@
             source = frameworkPath
             destination = Pathname.new(".vm")
         else
-            source = jscPath
+            source = originalJSCPath
             destination = $jscPath
 
             Dir.chdir($outputDir) {
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to