Bug 87772 - svg/dom/viewspec-parser-*.html are slow and text output mismatches
Summary: svg/dom/viewspec-parser-*.html are slow and text output mismatches
Status: RESOLVED DUPLICATE of bug 103744
Alias: None
Product: WebKit
Classification: Unclassified
Component: SVG (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on: 87726
Blocks:
  Show dependency treegraph
 
Reported: 2012-05-29 13:20 PDT by Rafael Weinstein
Modified: 2012-12-03 04:17 PST (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Rafael Weinstein 2012-05-29 13:20:45 PDT
The original test was broken into five parts by the previous chromium gardener, but each part is now timing out.

Are these tests really this slow, or is this a bug?
Comment 1 Nikolas Zimmermann 2012-05-29 13:25:31 PDT
These tests was splitted in r87726. Are there still problems after the split? Marcus should know about this.
Comment 2 Rafael Weinstein 2012-05-29 13:30:46 PDT
Yes. All five splits are still timing out.
Comment 3 Rafael Weinstein 2012-05-29 13:53:22 PDT
marked as TIMEOUT in r118829
Comment 4 Ojan Vafai 2012-05-29 13:56:41 PDT
Chromium has a shorter timeout than other WebKit ports (6 seconds on release and 12 on debug). We could mark these tests SLOW in the test_expectations.txt file and that would give them 30/60 seconds respectively. Testing locally, they complete at that point, but fail with a text diff.

Looking at http://test-results.appspot.com/dashboards/flakiness_dashboard.html#group=%40ToT%20-%20webkit.org&tests=svg%2Fdom%2Fviewspec-parser- these tests are slow on all ports. Taking up to 19 seconds on GTK debug and 30 seconds on Lion Release with a high variance.

Is there any way we can make these tests faster? More importantly, why are we running fuzzer tests as part of the layout test suite? I realize that the randomization is deterministic, but this still doesn't seem appropriate in principle for layout testing. We run a fuzzer to find problems and then create dedicated reduced test-cases for those.
Comment 5 Simon Fraser (smfr) 2012-09-20 13:33:07 PDT
These tests also timeout a lot on Mac:
http://build.webkit.org/results/Apple%20MountainLion%20Release%20WK1%20(Tests)/r129157%20(1260)/results.html
Comment 6 Ojan Vafai 2012-09-20 14:09:10 PDT
FYI, webkit-dev discussion about this: http://lists.webkit.org/pipermail/webkit-dev/2012-June/021110.html.
Comment 7 Jussi Kukkonen (jku) 2012-12-03 04:08:12 PST
I missed this bug report, please see bug 103744 for my patch.
Comment 8 Dirk Schulze 2012-12-03 04:17:33 PST

*** This bug has been marked as a duplicate of bug 103744 ***