WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
64002
[Qt] Some tests are flaky with NRWT
https://bugs.webkit.org/show_bug.cgi?id=64002
Summary
[Qt] Some tests are flaky with NRWT
Andras Becsi
Reported
2011-07-06 09:35:21 PDT
Metabug to track the following flaky tests: http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm = TEXT PASS fast/forms/textfield-overflow-by-value-update.html = PASS FAIL fast/notifications/notifications-click-event.html = TEXT PASS fast/workers/shared-worker-lifecycle.html = TEXT PASS fast/workers/shared-worker-frame-lifecycle.html = TEXT PASS fast/workers/worker-close-more.html = TEXT PASS fast/workers/storage/interrupt-database.html = TEXT PASS fast/workers/dedicated-worker-lifecycle.html = TEXT PASS fast/workers/worker-lifecycle.html = TEXT PASS fast/selectors/unqualified-hover-strict.html = TEXT PASS
Attachments
.
(1.24 MB, text/plain)
2011-08-12 05:08 PDT
,
Csaba Osztrogonác
no flags
Details
I have skipped 2 tests to solve this.
(2.20 KB, patch)
2011-11-07 06:31 PST
,
Nandor Huszka
ossy
: review-
ossy
: commit-queue-
Details
Formatted Diff
Diff
I have skipped 2 tests to solve this.
(2.44 KB, patch)
2011-11-07 23:47 PST
,
Nandor Huszka
ossy
: review-
ossy
: commit-queue-
Details
Formatted Diff
Diff
I have skipped 2 tests to solve this.
(2.61 KB, patch)
2011-11-08 00:41 PST
,
Nandor Huszka
no flags
Details
Formatted Diff
Diff
Show Obsolete
(2)
View All
Add attachment
proposed patch, testcase, etc.
Csaba Osztrogonác
Comment 1
2011-08-12 05:08:08 PDT
Created
attachment 103762
[details]
. You can reproduce these fails with ORWT if you run tests in same order (first the http tests)and without restarting DumpRenderTree. I managed to reproduce the fails on
r92952
with the following command: $ Tools/Scripts/old-run-webkit-tests --nthly=50000 --wait-for-httpd `cat tests_run0.txt` I attached the tests_run0.txt generated by NRWT.
Csaba Osztrogonác
Comment 2
2011-08-12 05:09:35 PDT
It means it isn't an NRWT bug, but a crazy DRT sideeffect bug again ...
Nandor Huszka
Comment 3
2011-11-07 06:31:44 PST
Created
attachment 113856
[details]
I have skipped 2 tests to solve this.
Csaba Osztrogonác
Comment 4
2011-11-07 07:52:48 PST
Comment on
attachment 113856
[details]
I have skipped 2 tests to solve this. Great digging, r=me.
Csaba Osztrogonác
Comment 5
2011-11-07 07:54:01 PST
Comment on
attachment 113856
[details]
I have skipped 2 tests to solve this. Ooops, r- because of bad comment. It is absolutely unrelated to
r99402
.
Csaba Osztrogonác
Comment 6
2011-11-07 08:41:37 PST
Please reference to the new bugs in skipped list and changelog: -
https://bugs.webkit.org/show_bug.cgi?id=71693
-
https://bugs.webkit.org/show_bug.cgi?id=71695
Nandor Huszka
Comment 7
2011-11-07 23:47:53 PST
Created
attachment 114002
[details]
I have skipped 2 tests to solve this.
Nandor Huszka
Comment 8
2011-11-07 23:48:07 PST
Thanks for the review, I corrected it.
Csaba Osztrogonác
Comment 9
2011-11-08 00:26:43 PST
Comment on
attachment 114002
[details]
I have skipped 2 tests to solve this. View in context:
https://bugs.webkit.org/attachment.cgi?id=114002&action=review
It is better, but we need one more round.
> LayoutTests/ChangeLog:17 > + * platform/qt/Skipped: > + http/tests/notifications/icon-does-not-exist.html > + http/tests/xmlhttprequest/workers/abort-exception-assert.html > + > + * platform/qt/test_expectations.txt:
* platform/qt/Skipped: Skip culprit tests - http/tests/notifications/icon-does-not-exist.html - http/tests/xmlhttprequest/workers/abort-exception-assert.html * platform/qt/test_expectations.txt: Unskip passing tests.
> LayoutTests/platform/qt/Skipped:2544 > + > +# [Qt] These made 7 tests timeout > +#
https://bugs.webkit.org/show_bug.cgi?id=64002
> +#
https://bugs.webkit.org/show_bug.cgi?id=71693
> +#
https://bugs.webkit.org/show_bug.cgi?id=71695
> +http/tests/notifications/icon-does-not-exist.html > +http/tests/xmlhttprequest/workers/abort-exception-assert.html > +
I think these entries would be better: # [Qt] http/tests/notifications/icon-does-not-exist.html makes fast/notifications/notifications-click-event.html fail #
https://bugs.webkit.org/show_bug.cgi?id=71693
http/tests/notifications/icon-does-not-exist.html # [Qt] http/tests/xmlhttprequest/workers/abort-exception-assert.html makes 6 fast/workers test fail #
https://bugs.webkit.org/show_bug.cgi?id=71695
http/tests/xmlhttprequest/workers/abort-exception-assert.html
Nandor Huszka
Comment 10
2011-11-08 00:41:41 PST
Created
attachment 114004
[details]
I have skipped 2 tests to solve this. Thank you for the help!
Csaba Osztrogonác
Comment 11
2011-11-08 00:52:40 PST
Comment on
attachment 114004
[details]
I have skipped 2 tests to solve this. LGTM, r=me
Csaba Osztrogonác
Comment 12
2011-11-09 08:55:40 PST
Comment on
attachment 114004
[details]
I have skipped 2 tests to solve this. Landed in
http://trac.webkit.org/changeset/99536
Nikolas Zimmermann
Comment 13
2012-01-26 06:52:41 PST
This http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm could be fixed once 77099 lands - can anyone check that afterwards?
Nikolas Zimmermann
Comment 14
2012-01-26 07:06:16 PST
I landed the (In reply to
comment #13
)
> This http/tests/misc/object-embedding-svg-delayed-size-negotiation-2.htm could be fixed once 77099 lands - can anyone check that afterwards?
Landed in
r106001
- awaiting your findings.
Csaba Osztrogonác
Comment 15
2012-02-02 10:15:23 PST
I think flakey tests aren't related to NRWT, but the order of test running. All of them should have own bug reports, so I think we can close this one.
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug