Bug 73987

Summary: Move <input type=number> tests to fast/forms/number/
Product: WebKit Reporter: Kent Tamura <tkent>
Component: Tools / TestsAssignee: Kent Tamura <tkent>
Status: RESOLVED FIXED    
Severity: Minor CC: kbalazs, morrita, tony
Priority: P3    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Bug Depends on:    
Bug Blocks: 65915    
Attachments:
Description Flags
Patch morrita: review+

Description Kent Tamura 2011-12-07 00:15:48 PST
Move <input type=number> tests to fast/forms/number/
Comment 1 Kent Tamura 2011-12-07 00:24:54 PST
Created attachment 118181 [details]
Patch
Comment 2 Kent Tamura 2011-12-07 01:36:20 PST
Committed r102226: <http://trac.webkit.org/changeset/102226>
Comment 3 Balazs Kelemen 2011-12-07 08:18:49 PST
Strange... this broke some tests on one of our "private" bots: http://build.webkit.sed.hu/results/x86-32%20Linux%20Qt%20Release%20-%20Qt5-WebKit1/r102226%20(959)/results.html
It should not have change any results, right? Do you have any idea? Thanks.
Comment 4 Balazs Kelemen 2011-12-07 08:21:48 PST
Btw, I guess it's about the ordering. Unfortunately layout testing with qt5 is really flaky nowadays (and sensitive to test ordering).
Comment 5 Kent Tamura 2011-12-07 18:08:55 PST
(In reply to comment #3)
> Strange... this broke some tests on one of our "private" bots: http://build.webkit.sed.hu/results/x86-32%20Linux%20Qt%20Release%20-%20Qt5-WebKit1/r102226%20(959)/results.html
> It should not have change any results, right? Do you have any idea? Thanks.

Oh, I forgot to update LayoutTests/platform/qt-5.0/Skipped, which contains these tests.
Comment 6 Kent Tamura 2011-12-07 18:28:25 PST
Updated qt-5.0/Skipped by http://trac.webkit.org/changeset/102299
Comment 7 Balazs Kelemen 2011-12-08 02:33:20 PST
(In reply to comment #6)
> Updated qt-5.0/Skipped by http://trac.webkit.org/changeset/102299

Fine, thanks.