Title: [122695] trunk/LayoutTests
Revision
122695
Author
[email protected]
Date
2012-07-15 23:07:16 -0700 (Sun, 15 Jul 2012)

Log Message

[EFL] Disable perf tests for DEBUG builds
https://bugs.webkit.org/show_bug.cgi?id=91358

Unreviewed EFL gardening. Disable performance tests
in DEBUG builds since they are really slow and there
are very few benefits in running them.

Patch by Christophe Dumez <[email protected]> on 2012-07-15

* platform/efl/TestExpectations:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (122694 => 122695)


--- trunk/LayoutTests/ChangeLog	2012-07-16 05:26:24 UTC (rev 122694)
+++ trunk/LayoutTests/ChangeLog	2012-07-16 06:07:16 UTC (rev 122695)
@@ -1,3 +1,14 @@
+2012-07-15  Christophe Dumez  <[email protected]>
+
+        [EFL] Disable perf tests for DEBUG builds
+        https://bugs.webkit.org/show_bug.cgi?id=91358
+
+        Unreviewed EFL gardening. Disable performance tests
+        in DEBUG builds since they are really slow and there
+        are very few benefits in running them.
+
+        * platform/efl/TestExpectations:
+
 2012-07-15  Mike Lawther  <[email protected]>
 
         Fix calculation of rgba's alpha in CSS custom text

Modified: trunk/LayoutTests/platform/efl/TestExpectations (122694 => 122695)


--- trunk/LayoutTests/platform/efl/TestExpectations	2012-07-16 05:26:24 UTC (rev 122694)
+++ trunk/LayoutTests/platform/efl/TestExpectations	2012-07-16 06:07:16 UTC (rev 122695)
@@ -55,6 +55,10 @@
 // This test assumes we cannot play RTSP, but we can.
 BUGWKEFL SKIP : media/unsupported-rtsp.html = TIMEOUT
 
+// Perf tests are really slow in debug builds and there are few benefits in
+// running them.
+WONTFIX SKIP DEBUG : perf = TIMEOUT
+
 // Link prefetch is disabled by default
 BUGWKEFL SKIP : fast/dom/HTMLLinkElement/link-and-subresource-test-nonexistent.html = PASS
 BUGWKEFL SKIP : fast/dom/HTMLLinkElement/link-and-subresource-test.html = PASS
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to