Title: [99320] trunk/LayoutTests
Revision
99320
Author
[email protected]
Date
2011-11-04 14:27:20 -0700 (Fri, 04 Nov 2011)

Log Message

stop running perf LayoutTests in debug builds
https://bugs.webkit.org/show_bug.cgi?id=71513

Reviewed by Ojan Vafai.

This allows us to get rid of SLOW on some perf tests.

* platform/chromium/test_expectations.txt:

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (99319 => 99320)


--- trunk/LayoutTests/ChangeLog	2011-11-04 21:14:24 UTC (rev 99319)
+++ trunk/LayoutTests/ChangeLog	2011-11-04 21:27:20 UTC (rev 99320)
@@ -1,3 +1,14 @@
+2011-11-04  Tony Chang  <[email protected]>
+
+        stop running perf LayoutTests in debug builds
+        https://bugs.webkit.org/show_bug.cgi?id=71513
+
+        Reviewed by Ojan Vafai.
+
+        This allows us to get rid of SLOW on some perf tests.
+
+        * platform/chromium/test_expectations.txt:
+
 2011-11-04  Noel Gordon  <[email protected]>
 
         [Chromium] Implement canvas.toDataURL("image/webp")

Modified: trunk/LayoutTests/platform/chromium/test_expectations.txt (99319 => 99320)


--- trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-11-04 21:14:24 UTC (rev 99319)
+++ trunk/LayoutTests/platform/chromium/test_expectations.txt	2011-11-04 21:27:20 UTC (rev 99320)
@@ -35,8 +35,6 @@
 BUGCR24182 DEBUG : jquery/manipulation.html = PASS TIMEOUT
 BUGCR24182 SLOW DEBUG : jquery/offset.html = PASS
 BUGCR24182 SLOW LINUX WIN LEOPARD DEBUG : jquery/traversing.html = PASS
-BUGCR24182 SLOW LINUX WIN DEBUG : perf/array-push-pop.html = PASS
-BUGCR24182 SLOW LINUX WIN DEBUG : perf/array-reverse.html = PASS
 BUGCR24182 SLOW SNOWLEOPARD DEBUG : fast/frames/sandboxed-iframe-navigation-parent.html = PASS
 BUGCR24182 SLOW SNOWLEOPARD DEBUG : fast/js/repeat-cached-vm-reentry.html = PASS
 BUGCR24182 SLOW SNOWLEOPARD DEBUG : fast/dom/Window/window-postmessage-clone-deep-array.html = PASS
@@ -46,9 +44,6 @@
 //BUGCR24182 SLOW DEBUG SNOWLEOPARD : svg/hixie/perf/007.xml = PASS
 //BUGCR24182 DEBUG LEOPARD : svg/hixie/perf/007.xml = IMAGE
 
-BUGWK67919 SLOW DEBUG : perf/document-contains.html = PASS
-
-BUGWK67921 DEBUG : perf/show-hide-table-rows.html = PASS TIMEOUT
 BUGWK67921 RELEASE SLOW : perf/show-hide-table-rows.html = PASS
 
 // -----------------------------------------------------------------
@@ -114,6 +109,10 @@
 WONTFIX SKIP : platform/mac/fast/text/international/Geeza-Pro-vertical-metrics-adjustment.html = PASS
 WONTFIX SKIP : platform/qt/fast/forms = PASS FAIL CRASH TIMEOUT
 
+// Perf tests are really slow in debug builds and there are few benefits in
+// running them.
+WONTFIX SKIP DEBUG : perf = TIMEOUT
+
 // This test verifies that a mismatch reftest will fail if both results are the
 // same.  Because the whole point is that this test should fail when run, it's
 // not SKIP, just WONTFIX.
@@ -2214,12 +2213,11 @@
 // Started to crash around Chromium r56408.
 BUGCR52573 LINUX RELEASE : fast/js/array-every.html = PASS CRASH
 
-BUGCR66466 SLOW : perf/array-nested-loop.html = PASS TEXT
-BUGWK44199 SLOW : perf/class-list-remove.html = PASS TEXT
-BUGWK44199 : perf/clone-with-focus.html = PASS TIMEOUT TEXT
-BUGWK44199 SLOW : perf/mouse-event.html = PASS TEXT
-BUGWK44199 SLOW : perf/typing-at-end-of-line.html = PASS TEXT
-BUGWK44199 BUGWK63057 : perf/array-binary-search.html = PASS TIMEOUT MISSING TEXT
+BUGWK44199 RELEASE SLOW : perf/array-nested-loop.html = PASS TEXT
+BUGWK44199 RELEASE SLOW : perf/class-list-remove.html = PASS TEXT
+BUGWK44199 RELEASE : perf/clone-with-focus.html = PASS TEXT
+BUGWK44199 RELEASE : perf/typing-at-end-of-line.html = PASS TEXT
+BUGWK44199 BUGWK63057 RELEASE SLOW : perf/array-binary-search.html = PASS TEXT
 
 // Failing after http://trac.webkit.org/changeset/65665/
 BUGWK44278 : svg/transforms/text-with-mask-with-svg-transform.svg = IMAGE+TEXT IMAGE
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to