Title: [179177] trunk/PerformanceTests/SunSpider
Revision
179177
Author
[email protected]
Date
2015-01-27 01:40:12 -0800 (Tue, 27 Jan 2015)

Log Message

[Win] JSC profiler tests asserts in debug mode
https://bugs.webkit.org/show_bug.cgi?id=140931

Unreviewed gardening, skip failing tests.

* profiler-test.yaml:

Modified Paths

Diff

Modified: trunk/PerformanceTests/SunSpider/ChangeLog (179176 => 179177)


--- trunk/PerformanceTests/SunSpider/ChangeLog	2015-01-27 09:26:56 UTC (rev 179176)
+++ trunk/PerformanceTests/SunSpider/ChangeLog	2015-01-27 09:40:12 UTC (rev 179177)
@@ -1,3 +1,12 @@
+2015-01-27  Csaba Osztrogonác  <[email protected]>
+
+        [Win] JSC profiler tests asserts in debug mode
+        https://bugs.webkit.org/show_bug.cgi?id=140931
+
+        Unreviewed gardening, skip failing tests.
+
+        * profiler-test.yaml:
+
 2014-11-04  Michael Saboff  <[email protected]>
 
         Disable failing v8-deltablue.js for ARM

Modified: trunk/PerformanceTests/SunSpider/profiler-test.yaml (179176 => 179177)


--- trunk/PerformanceTests/SunSpider/profiler-test.yaml	2015-01-27 09:26:56 UTC (rev 179176)
+++ trunk/PerformanceTests/SunSpider/profiler-test.yaml	2015-01-27 09:40:12 UTC (rev 179177)
@@ -26,7 +26,7 @@
 
 - path: tests/sunspider-1.0
   cmd: |
-      if $architecture !~ /x86/i and $hostOS == "darwin"
+      if ($architecture !~ /x86/i and $hostOS == "darwin") or ($hostOS == "windows")
           skip
       else
           runProfiler
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to