https://bugs.webkit.org/show_bug.cgi?id=144888
broke JSC tests on Apple Windows bots (Requested by kling on
#webkit).
Reverted changeset:
"Fix run-javascriptcore-tests step on the WinCairo bot"
https://bugs.webkit.org/show_bug.cgi?id=144866
http://trac.webkit.org/changeset/184119
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@184133
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2015-05-11 Commit Queue <commit-queue@webkit.org>
+
+ Unreviewed, rolling out r184119.
+ https://bugs.webkit.org/show_bug.cgi?id=144888
+
+ broke JSC tests on Apple Windows bots (Requested by kling on
+ #webkit).
+
+ Reverted changeset:
+
+ "Fix run-javascriptcore-tests step on the WinCairo bot"
+ https://bugs.webkit.org/show_bug.cgi?id=144866
+ http://trac.webkit.org/changeset/184119
+
2015-05-11 Ryosuke Niwa <rniwa@webkit.org>
run-benchmark should support Dromaeo
end
end
-# Force copying VM, because creating symlinks with symlink() isn't supported on Windows
-if $hostOS == "windows"
- $copyVM = true
-end
-
$numFailures = 0
BASE_OPTIONS = ["--useFTLJIT=false", "--enableFunctionDotArguments=true"]