Title: [187551] trunk/Source/_javascript_Core
Revision
187551
Author
basile_clem...@apple.com
Date
2015-07-29 12:20:35 -0700 (Wed, 29 Jul 2015)

Log Message

Unreviewed, skipping a test that is too complex for its own good
https://bugs.webkit.org/show_bug.cgi?id=147167

* tests/stress/math-pow-coherency.js:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (187550 => 187551)


--- trunk/Source/_javascript_Core/ChangeLog	2015-07-29 19:03:34 UTC (rev 187550)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-07-29 19:20:35 UTC (rev 187551)
@@ -1,3 +1,10 @@
+2015-07-29  Basile Clement  <basile_clem...@apple.com>
+
+        Unreviewed, skipping a test that is too complex for its own good
+        https://bugs.webkit.org/show_bug.cgi?id=147167
+
+        * tests/stress/math-pow-coherency.js:
+
 2015-07-29  Sukolsak Sakshuwong  <sukol...@gmail.com>
 
         Implement WebAssembly module parser

Modified: trunk/Source/_javascript_Core/tests/stress/math-pow-coherency.js (187550 => 187551)


--- trunk/Source/_javascript_Core/tests/stress/math-pow-coherency.js	2015-07-29 19:03:34 UTC (rev 187550)
+++ trunk/Source/_javascript_Core/tests/stress/math-pow-coherency.js	2015-07-29 19:20:35 UTC (rev 187551)
@@ -1,3 +1,5 @@
+//@ skip
+
 // This test checks that the pow function returns coherent results:
 // (a) Across different compilation tiers
 // (b) With integer exponents represented as int32 or as double
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to