https://bugs.webkit.org/show_bug.cgi?id=144419
Patch by Alex Christensen <achristensen@webkit.org> on 2015-04-29
Reviewed by Brent Fulgham.
* Scripts/run-javascriptcore-tests:
(runJSCStressTests):
Just call ruby, not /usr/bin/env ruby.
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@183593
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-04-29 Alex Christensen <achristensen@webkit.org>
+
+ Run javascriptcore tests on Windows without cygwin
+ https://bugs.webkit.org/show_bug.cgi?id=144419
+
+ Reviewed by Brent Fulgham.
+
+ * Scripts/run-javascriptcore-tests:
+ (runJSCStressTests):
+ Just call ruby, not /usr/bin/env ruby.
+
2015-04-29 Yusuke Suzuki <utatane.tea@gmail.com>
[GTK] Add --enable-shared option to LLVM to build mesa
"Source/JavaScriptCore/tests/typeProfiler.yaml",
"Source/JavaScriptCore/tests/controlFlowProfiler.yaml"
);
+ if (isWindows() && !isCygwin()) {
+ shift @jscStressDriverCmd; # Remove /usr/bin/env
+ }
if ($enableFTL) {
push(@jscStressDriverCmd, "--ftl-jit");
}