Bug 95936 - [WK2] New fast/forms/number/number-interactive-validation-required.html fails
Summary: [WK2] New fast/forms/number/number-interactive-validation-required.html fails
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords: Qt, QtTriaged
: 57450 57455 95041 (view as bug list)
Depends on:
Blocks: 87008 95817
  Show dependency treegraph
 
Reported: 2012-09-05 22:53 PDT by Csaba Osztrogonác
Modified: 2013-04-18 10:56 PDT (History)
9 users (show)

See Also:


Attachments
Patch (8.48 KB, patch)
2012-09-09 23:24 PDT, Chris Dumez
kenneth: review+
webkit.review.bot: commit-queue-
Details | Formatted Diff | Diff
Patch for landing (8.50 KB, patch)
2012-09-10 00:39 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Csaba Osztrogonác 2012-09-05 22:53:25 PDT
New fast/forms/number/number-interactive-validation-required.html introduced in 
https://trac.webkit.org/changeset/127564 fails on Qt WK2:


--- /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/fast/forms/number/number-interactive-validation-required-expected.txt
+++ /home/webkitbuildbot/slaves/release64bitWebKit2_EC2/buildslave/qt-linux-64-release-webkit2/build/layout-test-results/fast/forms/number/number-interactive-validation-required-actual.txt
@@ -3,7 +3,7 @@
 On success, you will see a series of "PASS" messages, followed by "TEST COMPLETE".
 
 
-PASS queryValues["test"] is "123456789"
+FAIL queryValues["test"] should be 123456789. Was .
 PASS successfullyParsed is true
 
 TEST COMPLETE
Comment 1 Csaba Osztrogonác 2012-09-05 23:06:50 PDT
I skipped it to paint the bot green - https://trac.webkit.org/changeset/127697
Please unskip it with the proper fix.
Comment 2 yosin 2012-09-06 01:04:22 PDT
The test number-interactive-validation-required.html assumes interactive validation is enabled by port. If Qt port doesn't enable that, skipping this test is safe.
Comment 3 Chris Dumez 2012-09-09 23:20:25 PDT
We need to enabled interactive form validation setting in WebKitTestRunner (as we are doing in DumpRenderTree already). I'll upload a patch soon.
Comment 4 Chris Dumez 2012-09-09 23:24:33 PDT
Created attachment 163045 [details]
Patch
Comment 5 WebKit Review Bot 2012-09-10 00:23:25 PDT
Comment on attachment 163045 [details]
Patch

Rejecting attachment 163045 [details] from commit-queue.

Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2

Last 500 characters of output:
..
Auto-merging LayoutTests/ChangeLog
CONFLICT (content): Merge conflict in LayoutTests/ChangeLog
Failed to merge in the changes.
Patch failed at 0001 Unreviewed GTK gardening.

When you have resolved this problem run "git rebase --continue".
If you would prefer to skip this patch, instead run "git rebase --skip".
To restore the original branch and stop rebasing run "git rebase --abort".

rebase refs/remotes/origin/master: command returned error: 1

Died at Tools/Scripts/update-webkit line 164.

Full output: http://queues.webkit.org/results/13804437
Comment 6 Chris Dumez 2012-09-10 00:39:22 PDT
Created attachment 163056 [details]
Patch for landing

Rebased on master. Could someone please cq+ ?
Comment 7 WebKit Review Bot 2012-09-10 01:16:10 PDT
Comment on attachment 163056 [details]
Patch for landing

Clearing flags on attachment: 163056

Committed r128030: <http://trac.webkit.org/changeset/128030>
Comment 8 WebKit Review Bot 2012-09-10 01:16:15 PDT
All reviewed patches have been landed.  Closing bug.
Comment 9 Jessie Berlin 2013-04-18 10:53:14 PDT
*** Bug 57455 has been marked as a duplicate of this bug. ***
Comment 10 Jessie Berlin 2013-04-18 10:55:18 PDT
*** Bug 57450 has been marked as a duplicate of this bug. ***
Comment 11 Jessie Berlin 2013-04-18 10:56:52 PDT
*** Bug 95041 has been marked as a duplicate of this bug. ***