Title: [175590] trunk/PerformanceTests/SunSpider
Revision
175590
Author
msab...@apple.com
Date
2014-11-04 16:53:55 -0800 (Tue, 04 Nov 2014)

Log Message

Disable failing v8-deltablue.js for ARM
https://bugs.webkit.org/show_bug.cgi?id=138382

Reviewed by Geoffrey Garen.

This test is failing on ARM 32 bit.

* tests/v8-v6/v8-deltablue.js:

Modified Paths

Diff

Modified: trunk/PerformanceTests/SunSpider/ChangeLog (175589 => 175590)


--- trunk/PerformanceTests/SunSpider/ChangeLog	2014-11-05 00:35:29 UTC (rev 175589)
+++ trunk/PerformanceTests/SunSpider/ChangeLog	2014-11-05 00:53:55 UTC (rev 175590)
@@ -1,3 +1,14 @@
+2014-11-04  Michael Saboff  <msab...@apple.com>
+
+        Disable failing v8-deltablue.js for ARM
+        https://bugs.webkit.org/show_bug.cgi?id=138382
+
+        Reviewed by Geoffrey Garen.
+
+        This test is failing on ARM 32 bit.
+
+        * tests/v8-v6/v8-deltablue.js:
+
 2014-07-08  Gergo Balogh  <gbalogh.u-sze...@partner.samsung.com>
 
         Add option to specify output file location in sunspider.

Modified: trunk/PerformanceTests/SunSpider/tests/v8-v6/v8-deltablue.js (175589 => 175590)


--- trunk/PerformanceTests/SunSpider/tests/v8-v6/v8-deltablue.js	2014-11-05 00:35:29 UTC (rev 175589)
+++ trunk/PerformanceTests/SunSpider/tests/v8-v6/v8-deltablue.js	2014-11-05 00:53:55 UTC (rev 175590)
@@ -1,3 +1,4 @@
+//@ skip if $architecture == "arm" and $hostOS == "darwin"
 // Copyright 2008 the V8 project authors. All rights reserved.
 // Copyright 1996 John Maloney and Mario Wolczko.
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to