Bug 90164 - [Qt][DRT] Reset AcceleratedCompositingEnabled between tests
Summary: [Qt][DRT] Reset AcceleratedCompositingEnabled between tests
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Csaba Osztrogonác
URL:
Keywords: Qt, QtTriaged
Depends on:
Blocks:
 
Reported: 2012-06-28 05:15 PDT by Csaba Osztrogonác
Modified: 2012-06-28 06:07 PDT (History)
3 users (show)

See Also:


Attachments
Patch (1.46 KB, patch)
2012-06-28 05:53 PDT, Csaba Osztrogonác
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-06-28 05:15:45 PDT
They were unskipped by http://trac.webkit.org/changeset/121262
and they are always flakey with TEXT PASS.

They pass one by one, but it seesm it is one more Qt-DRT sideeffect bug.

You can find the diffs here:
http://build.webkit.sed.hu/results/x86-64%20Linux%20Qt%20Release/r121425%20%2839306%29/results.html
Comment 1 Csaba Osztrogonác 2012-06-28 05:34:40 PDT
[Qt] transforms/3d/*tests are flakey (TEXT PASS)
Comment 2 Csaba Osztrogonác 2012-06-28 05:37:53 PDT
AcceleratedCompositingEnabled isn't reset between tests now, 
and it made transforms/3d/*tests are flakey (TEXT PASS)

AcceleratedCompositingEnabled is disabled by 13 css3/filters/* 
tests and isn't reenabled again by Qt-DRT.

(Otherwise shouldn't transforms/3d/* tests pass with and without AC?)
Comment 3 Csaba Osztrogonác 2012-06-28 05:39:44 PDT
You can easily reproduce this bug:
- Tools/Script/run-webkit-tests css3/filters transforms/3d -> flakey tests
- Tools/Script/run-webkit-tests transforms/3d -> all tests pass
Comment 4 Csaba Osztrogonác 2012-06-28 05:53:52 PDT
Created attachment 149933 [details]
Patch
Comment 5 Csaba Osztrogonác 2012-06-28 06:07:50 PDT
Comment on attachment 149933 [details]
Patch

Clearing flags on attachment: 149933

Committed r121426: <http://trac.webkit.org/changeset/121426>
Comment 6 Csaba Osztrogonác 2012-06-28 06:07:57 PDT
All reviewed patches have been landed.  Closing bug.