Bug 73987 - Move <input type=number> tests to fast/forms/number/
Summary: Move <input type=number> tests to fast/forms/number/
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P3 Minor
Assignee: Kent Tamura
URL:
Keywords:
Depends on:
Blocks: 65915
  Show dependency treegraph
 
Reported: 2011-12-07 00:15 PST by Kent Tamura
Modified: 2011-12-08 02:33 PST (History)
3 users (show)

See Also:


Attachments
Patch (756.96 KB, patch)
2011-12-07 00:24 PST, Kent Tamura
morrita: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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.