Bug 67118 - [Qt] REGRESSION(r93937): 4 failing and 3 flaky tests
Summary: [Qt] REGRESSION(r93937): 4 failing and 3 flaky tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: PC Linux
: P2 Normal
Assignee: Tor Arne Vestbø
URL:
Keywords:
Depends on:
Blocks: 65896 79666
  Show dependency treegraph
 
Reported: 2011-08-29 04:14 PDT by Zoltan Horvath
Modified: 2012-11-21 04:05 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Zoltan Horvath 2011-08-29 04:14:41 PDT
Failed:

fast/forms/input-appearance-number-rtl.html
fast/forms/input-appearance-spinbutton-disabled-readonly.html
fast/forms/input-appearance-spinbutton-layer.html
fast/forms/input-appearance-spinbutton-visibility.html

Flaky:

fast/forms/input-number-large-padding.html
fast/forms/input-spinbutton-capturing.html
fast/forms/input-number-events.html


I'm going to skip them.
Comment 1 Zoltan Horvath 2011-08-29 04:20:44 PDT
Skipped in http://trac.webkit.org/changeset/93968.
Comment 2 Csaba Osztrogonác 2011-08-30 05:28:18 PDT
The following tests passes, they needed new results:
fast/forms/input-appearance-number-rtl.html
fast/forms/input-appearance-spinbutton-disabled-readonly.html
fast/forms/input-appearance-spinbutton-layer.html
fast/forms/input-appearance-spinbutton-visibility.html

Patch landed in http://trac.webkit.org/changeset/94072
Comment 3 Jarred Nicholls 2011-08-30 09:32:55 PDT
I'm not able to produce flaky results for any of the three tests, in OS X, Ubuntu 10.04, nor Q-BAT.
Comment 4 Csaba Osztrogonác 2011-08-30 10:59:19 PDT
Unfortunately these tests only fails when you run all tests with NRWT.
(Tools/Scripts/run-webkit-tests)
Comment 5 Jarred Nicholls 2011-08-30 11:13:28 PDT
I'm running NRWT, all tests, in parallel (directly w/ new-run-webkit-tests --platform=qt) and serially (run-webkit-tests) and am consistently not getting failures on these tests.  I am however getting an occasional failure in fast/forms/search-event-delay, presumably because of a timing reason but I didn't look into it.
Comment 6 Zoltan Horvath 2011-08-31 04:29:37 PDT
(In reply to comment #5)
> I'm running NRWT, all tests, in parallel (directly w/ new-run-webkit-tests --platform=qt) and serially (run-webkit-tests) and am consistently not getting failures on these tests.  I am however getting an occasional failure in fast/forms/search-event-delay, presumably because of a timing reason but I didn't look into it.

Sounds good, if you have time please remove these from Skipped and give it a try on the bots!
Comment 7 Csaba Osztrogonác 2011-08-31 04:43:44 PDT
(In reply to comment #6)
> Sounds good, if you have time please remove these from Skipped and give it a try on the bots!

Not at all, these flakey tests are still flakey with NRWT (Tools/Scripts/run-webkit-tests without any additional option!)  without parallelism.
Comment 8 Jarred Nicholls 2011-08-31 06:09:05 PDT
I have been able to reproduce the flaky results once out of 5 runs.  I'll submit a patch here and we'll let the bots give it a run.
Comment 9 Jarred Nicholls 2011-08-31 10:57:49 PDT
I have to jump onto other issues, but this flakiness is possibly somewhere in DRT.  Running the tests singly or in batches of 50, 100, or even 200 results in successful runs; probably for the same reasons that a minimal run (e.g. only fast/forms or the individual tests) or a parallel NRWT run doesn't produce the flaky results.

I am able to produce the flakiness with single-worker NRWT running all fast/ tests.  Somehow DRT, when permuted across those fast/ tests, corrupts the result of these spinbutton tests.  Specifically, eventSender ends up clicking on the down spin button rather than the top spin button.
Comment 10 Tor Arne Vestbø 2012-05-15 07:40:29 PDT
Investigating this
Comment 11 Tor Arne Vestbø 2012-05-15 10:32:14 PDT
I'm unable to reproduce this with a run of NRWT fast/ over 10 runs.
Comment 12 Csaba Osztrogonác 2012-11-21 04:05:31 PST
These test work now, unskip landed in r135381.