WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 36217
36946
REGRESSION: inspector tests failing on Tiger and Windows Bots (sometimes output full paths)
https://bugs.webkit.org/show_bug.cgi?id=36946
Summary
REGRESSION: inspector tests failing on Tiger and Windows Bots (sometimes outp...
Eric Seidel (no email)
Reported
2010-04-01 01:46:46 PDT
REGRESSION: inspector tests failing on Windows Bots inspector/console-clear.html inspector/console-format.html inspector/elements-panel-xhtml-structure.xhtml --- /home/buildbot/slave/win-release-tests/build/layout-test-results/inspector/console-clear-expected.txt 2010-04-01 00:44:24.515250000 -0700 +++ /home/buildbot/slave/win-release-tests/build/layout-test-results/inspector/console-clear-actual.txt 2010-04-01 00:44:24.515250000 -0700 @@ -4,8 +4,8 @@ Tests that console is cleared upon requestClearMessages call. === Before clear === -console-clear.html:9one -console-clear.html:10two -console-clear.html:11three +/C:/cygwin/home/buildbot/slave/win-release-tests/build/LayoutTests/inspector/console-clear.html:9one +/C:/cygwin/home/buildbot/slave/win-release-tests/build/LayoutTests/inspector/console-clear.html:10two +/C:/cygwin/home/buildbot/slave/win-release-tests/build/LayoutTests/inspector/console-clear.html:11three === After clear === Looks like we're printing full paths that we should not be.
Attachments
Add attachment
proposed patch, testcase, etc.
Eric Seidel (no email)
Comment 1
2010-04-01 01:58:22 PDT
It seems to be a different set of console tests each revision, making it difficult for my scripts to pin down which revision these started failing in.
Eric Seidel (no email)
Comment 2
2010-04-01 02:00:40 PDT
CCing console peeps. It seems from the results that this is some sort of race condition. As though at some point whatever URL the console logging code is printing here is made absolute, but that that's a race with the test completion.
Eric Seidel (no email)
Comment 3
2010-04-01 17:28:12 PDT
I just saw this fail on Tiger too:
http://build.webkit.org/results/Tiger%20Intel%20Release/r56953%20(10324)/inspector/console-clear-diffs.txt
--- /Volumes/Data/WebKit-BuildSlave/tiger-intel-release/build/layout-test-results/inspector/console-clear-expected.txt 2010-04-01 17:15:30.000000000 -0700 +++ /Volumes/Data/WebKit-BuildSlave/tiger-intel-release/build/layout-test-results/inspector/console-clear-actual.txt 2010-04-01 17:15:30.000000000 -0700 @@ -4,8 +4,8 @@ Tests that console is cleared upon requestClearMessages call. === Before clear === -console-clear.html:9one -console-clear.html:10two -console-clear.html:11three +/Volumes/Data/WebKit-BuildSlave/tiger-intel-release/build/LayoutTests/inspector/console-clear.html:9one +/Volumes/Data/WebKit-BuildSlave/tiger-intel-release/build/LayoutTests/inspector/console-clear.html:10two +/Volumes/Data/WebKit-BuildSlave/tiger-intel-release/build/LayoutTests/inspector/console-clear.html:11three === After clear ===
Eric Seidel (no email)
Comment 4
2010-04-10 15:56:29 PDT
Another Tiger failure:
http://build.webkit.org/results/Tiger%20Intel%20Release/r57423%20(10673)/inspector/elements-panel-styles-pretty-diff.html
Pavel Feldman
Comment 5
2010-04-11 00:35:52 PDT
(In reply to
comment #4
)
> Another Tiger failure: >
http://build.webkit.org/results/Tiger%20Intel%20Release/r57423%20(10673)/inspector/elements-panel-styles-pretty-diff.html
We now have a good idea on why this is happening. Will get fixed shortly.
Eric Seidel (no email)
Comment 6
2010-04-14 00:56:27 PDT
I was able to reproduce the failure on my local 4-core Mac Pro running leopard. I ran: run-webkit-tests --iterations 1000 inspector --release and I saw inspector/elements-panel-styles.html fail once due to this error.
Eric Seidel (no email)
Comment 7
2010-04-20 23:04:30 PDT
This failure is now constant on Windows starting between
r57921
and
r57923
. It may be related to an earlier test starting crashing thus changing which tests are run in the same DRT group (old-run-webkit-tests restarts DRT every 1000 tests or after a crash).
Adam Roben (:aroben)
Comment 8
2010-04-21 06:38:02 PDT
This looks like a dupe of
bug 36217
, except that now it affects Tiger, too. *** This bug has been marked as a duplicate of
bug 36217
***
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