Title: [171217] trunk/Tools
Revision
171217
Author
[email protected]
Date
2014-07-18 00:13:36 -0700 (Fri, 18 Jul 2014)

Log Message

Really remove dependency on ShellQuote.

* Scripts/jsc-stress-test-helpers/js-exception-fuzz:

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (171216 => 171217)


--- trunk/Tools/ChangeLog	2014-07-18 07:11:11 UTC (rev 171216)
+++ trunk/Tools/ChangeLog	2014-07-18 07:13:36 UTC (rev 171217)
@@ -1,5 +1,11 @@
 2014-07-18  Filip Pizlo  <[email protected]>
 
+        Really remove dependency on ShellQuote.
+
+        * Scripts/jsc-stress-test-helpers/js-exception-fuzz:
+
+2014-07-18  Filip Pizlo  <[email protected]>
+
         Unreviewed, fix build for platforms that don't have ShellQuote.
         
         * Scripts/jsc-stress-test-helpers/js-exception-fuzz: Take a single argument that has the whole command string.

Modified: trunk/Tools/Scripts/jsc-stress-test-helpers/js-exception-fuzz (171216 => 171217)


--- trunk/Tools/Scripts/jsc-stress-test-helpers/js-exception-fuzz	2014-07-18 07:11:11 UTC (rev 171216)
+++ trunk/Tools/Scripts/jsc-stress-test-helpers/js-exception-fuzz	2014-07-18 07:13:36 UTC (rev 171217)
@@ -27,7 +27,6 @@
 use FindBin;
 use Getopt::Long qw(:config pass_through);
 use POSIX;
-use String::ShellQuote;
 
 # We first want to run the test once to determine what the number of encountered
 # checks is. Then we want to run it again some number of times with random check
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to