Title: [184270] trunk/Source/_javascript_Core
- Revision
- 184270
- Author
- [email protected]
- Date
- 2015-05-12 22:39:50 -0700 (Tue, 12 May 2015)
Log Message
Temporarily disable the test on Windows. The failure is tracked in webkit.org/b/144897.
* tests/stress/arith-mul-with-constants.js:
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (184269 => 184270)
--- trunk/Source/_javascript_Core/ChangeLog 2015-05-13 05:34:21 UTC (rev 184269)
+++ trunk/Source/_javascript_Core/ChangeLog 2015-05-13 05:39:50 UTC (rev 184270)
@@ -1,3 +1,9 @@
+2015-05-12 Ryosuke Niwa <[email protected]>
+
+ Temporarily disable the test on Windows. The failure is tracked in webkit.org/b/144897.
+
+ * tests/stress/arith-mul-with-constants.js:
+
2015-05-12 Filip Pizlo <[email protected]>
js/dom/stack-trace.html fails with eager compilation
Modified: trunk/Source/_javascript_Core/tests/stress/arith-mul-with-constants.js (184269 => 184270)
--- trunk/Source/_javascript_Core/tests/stress/arith-mul-with-constants.js 2015-05-13 05:34:21 UTC (rev 184269)
+++ trunk/Source/_javascript_Core/tests/stress/arith-mul-with-constants.js 2015-05-13 05:39:50 UTC (rev 184270)
@@ -1,3 +1,5 @@
+//@ skip if $hostOS == "windows"
+
// Test value * 1.
function arithMulIdentityWrittenAsInteger(x) {
var a = x * 1;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes