Title: [179190] trunk/Tools
- Revision
- 179190
- Author
- [email protected]
- Date
- 2015-01-27 10:22:44 -0800 (Tue, 27 Jan 2015)
Log Message
[Win] Disable FTL stress tests
https://bugs.webkit.org/show_bug.cgi?id=140932
Reviewed by Brent Fulgham.
* Scripts/run-_javascript_core-tests:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (179189 => 179190)
--- trunk/Tools/ChangeLog 2015-01-27 18:15:19 UTC (rev 179189)
+++ trunk/Tools/ChangeLog 2015-01-27 18:22:44 UTC (rev 179190)
@@ -1,3 +1,12 @@
+2015-01-27 Csaba Osztrogonác <[email protected]>
+
+ [Win] Disable FTL stress tests
+ https://bugs.webkit.org/show_bug.cgi?id=140932
+
+ Reviewed by Brent Fulgham.
+
+ * Scripts/run-_javascript_core-tests:
+
2015-01-27 Daniel Bates <[email protected]>
REGRESSION (r179130): Perl warns about subroutine redefinition when running configure-xcode-for-ios-development
Modified: trunk/Tools/Scripts/run-_javascript_core-tests (179189 => 179190)
--- trunk/Tools/Scripts/run-_javascript_core-tests 2015-01-27 18:15:19 UTC (rev 179189)
+++ trunk/Tools/Scripts/run-_javascript_core-tests 2015-01-27 18:22:44 UTC (rev 179190)
@@ -54,7 +54,7 @@
my $runJSCStress = 1;
-my $enableFTL = isAppleWebKit();
+my $enableFTL = isAppleMacWebKit();
my $createTarball = 0;
my $remoteHost = 0;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes