WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
43543
Chromium: isindex tests timeout after
r64712
https://bugs.webkit.org/show_bug.cgi?id=43543
Summary
Chromium: isindex tests timeout after r64712
Pavel Feldman
Reported
2010-08-05 01:43:00 PDT
http/tests/misc/isindex-formdata.html = TIMEOUT http/tests/misc/isindex-with-no-form-base-href.html = TEXT TIMEOUT
Attachments
Faster failing isindex tests
(4.64 KB, patch)
2010-08-07 11:33 PDT
,
Mihai Parparita
no flags
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2010-08-05 08:17:31 PDT
More timeout suppressions: BUGWK43543 DEBUG : fast/parser/residual-style-dom.html = TIMEOUT BUGWK43543 LINUX MAC DEBUG : fast/parser/residual-style-hang.html = TIMEOUT Committing to
http://svn.webkit.org/repository/webkit/trunk
... M LayoutTests/ChangeLog M LayoutTests/platform/chromium/test_expectations.txt Committed
r64751
Mihai Parparita
Comment 2
2010-08-07 11:33:45 PDT
Created
attachment 63821
[details]
Faster failing isindex tests
Adam Barth
Comment 3
2010-08-07 11:38:20 PDT
Comment on
attachment 63821
[details]
Faster failing isindex tests Thanks.
Mihai Parparita
Comment 4
2010-08-07 11:41:27 PDT
I happened to be running all the layout tests with --slowest, and I noticed that isindex-with-no-form-base-href.html and isindex-formdata.html both took 30 seconds, since they trigger a DRT timeout with the HTML5 builder. The attached patch still has them fail, but in <1 second (since it actually checks for the things that are no longer there with the HTML 5 parser). Is something like this worth committing as a stopgap? As for the tests themselves, isindex-formdata.html is definitely no longer valid with the HTML5 tree builder, since <isindex> elements inside <form> is supposed to be ignored (and is tested by LayoutTests/html5lib/resources/isindex.dat), so perhaps it could be deleted altogether. isindex-with-no-form-base-href.html seems tricker, since it has a naked <isindex> element, which per
http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#isindex
should generate a wrapping <form> (and does). However, that form has no action attribute, and I guess pre-HTML5 builder, the generated (empty string) form action was resolved against the <base href>, but that's no longer the case. I can't find anything in the HTML5 spec that defines the behavior either way, but Adam or Eric are probably more familiar with that.
Adam Barth
Comment 5
2010-08-07 11:51:32 PDT
I think it's worth landing. The results of these tests match Minefield and the spec, as far as I can tell.
Eric Seidel (no email)
Comment 6
2010-08-08 00:33:45 PDT
Comment on
attachment 63821
[details]
Faster failing isindex tests Clearing flags on attachment: 63821 Committed
r64944
: <
http://trac.webkit.org/changeset/64944
>
Eric Seidel (no email)
Comment 7
2010-08-08 00:33:51 PDT
All reviewed patches have been landed. Closing bug.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug