WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
47643
[Chromium] Support FileSystem in chromium DRT
https://bugs.webkit.org/show_bug.cgi?id=47643
Summary
[Chromium] Support FileSystem in chromium DRT
Kinuko Yasuda
Reported
2010-10-13 18:08:50 PDT
[Chromium] Enable FileSystem for chromium DRT
Attachments
Patch
(1.34 KB, patch)
2010-10-13 18:14 PDT
,
Kinuko Yasuda
no flags
Details
Formatted Diff
Diff
Patch
(4.18 KB, patch)
2010-10-19 21:38 PDT
,
Kinuko Yasuda
levin
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Kinuko Yasuda
Comment 1
2010-10-13 18:14:53 PDT
Created
attachment 70698
[details]
Patch
James Robinson
Comment 2
2010-10-13 18:29:58 PDT
Hmm, still getting timeouts on many tests locally (chromium linux)
Kinuko Yasuda
Comment 3
2010-10-13 18:41:53 PDT
(In reply to
comment #2
)
> Hmm, still getting timeouts on many tests locally (chromium linux)
I'm building the tests locally now... will look into them more closely.
James Robinson
Comment 4
2010-10-13 19:05:17 PDT
Comment on
attachment 70698
[details]
Patch OK, let's try to understand what is going on before landing stuff.
Kinuko Yasuda
Comment 5
2010-10-13 22:23:36 PDT
Ok I got it now and got it working locally. It'll need more code (and support code in chromium) - I'll update the patch when other code becomes ready.
James Robinson
Comment 6
2010-10-13 23:56:38 PDT
Comment on
attachment 70698
[details]
Patch clearing flags, will need more code
Kinuko Yasuda
Comment 7
2010-10-19 21:38:48 PDT
Created
attachment 71247
[details]
Patch
Kinuko Yasuda
Comment 8
2010-10-28 12:17:32 PDT
Committed
r70796
: <
http://trac.webkit.org/changeset/70796
>
Dimitri Glazkov (Google)
Comment 9
2010-10-29 16:26:50 PDT
It's really weird, but after landing this change, the Chromium Win tester (
http://build.webkit.org/waterfall?show=Chromium%20Win%20Release%20(Tests
) ) never ever finishes. When logging on into it locally, I see three DumpRenderTree.exe that are still running, even though the log says the testing is finished. Can you please investigate?
Dimitri Glazkov (Google)
Comment 10
2010-10-29 16:31:36 PDT
(In reply to
comment #9
)
> It's really weird, but after landing this change, the Chromium Win tester (
http://build.webkit.org/waterfall?show=Chromium%20Win%20Release%20(Tests
) ) never ever finishes. When logging on into it locally, I see three DumpRenderTree.exe that are still running, even though the log says the testing is finished. Can you please investigate?
If I kill the running DumpRenderTree.exe processes by hand, layout test task finishes as if nothing went wrong. cc: Ojan -- this is why the Chromium Win bot was not delivering results.
Dimitri Glazkov (Google)
Comment 11
2010-11-01 10:36:16 PDT
(In reply to
comment #10
)
> (In reply to
comment #9
) > > It's really weird, but after landing this change, the Chromium Win tester (
http://build.webkit.org/waterfall?show=Chromium%20Win%20Release%20(Tests
) ) never ever finishes. When logging on into it locally, I see three DumpRenderTree.exe that are still running, even though the log says the testing is finished. Can you please investigate? > > If I kill the running DumpRenderTree.exe processes by hand, layout test task finishes as if nothing went wrong. > > cc: Ojan -- this is why the Chromium Win bot was not delivering results.
I rd /s/q WebKit/chromium/third_party on that bot and kicked it, let's see what will happen. Kinuko, can you investigate locally if you can run DRT tests to completion on Win?
Dimitri Glazkov (Google)
Comment 12
2010-11-01 11:15:58 PDT
(In reply to
comment #11
)
> (In reply to
comment #10
) > > (In reply to
comment #9
) > > > It's really weird, but after landing this change, the Chromium Win tester (
http://build.webkit.org/waterfall?show=Chromium%20Win%20Release%20(Tests
) ) never ever finishes. When logging on into it locally, I see three DumpRenderTree.exe that are still running, even though the log says the testing is finished. Can you please investigate? > > > > If I kill the running DumpRenderTree.exe processes by hand, layout test task finishes as if nothing went wrong. > > > > cc: Ojan -- this is why the Chromium Win bot was not delivering results. > > I rd /s/q WebKit/chromium/third_party on that bot and kicked it, let's see what will happen. Kinuko, can you investigate locally if you can run DRT tests to completion on Win?
It didn't help.
Kinuko Yasuda
Comment 13
2010-11-01 11:29:12 PDT
(In reply to
comment #11
)
> (In reply to
comment #10
) > > (In reply to
comment #9
) > > > It's really weird, but after landing this change, the Chromium Win tester (
http://build.webkit.org/waterfall?show=Chromium%20Win%20Release%20(Tests
) ) never ever finishes. When logging on into it locally, I see three DumpRenderTree.exe that are still running, even though the log says the testing is finished. Can you please investigate? > > > > If I kill the running DumpRenderTree.exe processes by hand, layout test task finishes as if nothing went wrong. > > > > cc: Ojan -- this is why the Chromium Win bot was not delivering results. > > I rd /s/q WebKit/chromium/third_party on that bot and kicked it, let's see what will happen. Kinuko, can you investigate locally if you can run DRT tests to completion on Win?
Sure I will investigate this one locally.
Kinuko Yasuda
Comment 14
2010-11-01 12:46:45 PDT
(In reply to
comment #13
)
> (In reply to
comment #11
) > > (In reply to
comment #10
) > > > (In reply to
comment #9
) > > > > It's really weird, but after landing this change, the Chromium Win tester (
http://build.webkit.org/waterfall?show=Chromium%20Win%20Release%20(Tests
) ) never ever finishes. When logging on into it locally, I see three DumpRenderTree.exe that are still running, even though the log says the testing is finished. Can you please investigate? > > > > > > If I kill the running DumpRenderTree.exe processes by hand, layout test task finishes as if nothing went wrong. > > > > > > cc: Ojan -- this is why the Chromium Win bot was not delivering results. > > > > I rd /s/q WebKit/chromium/third_party on that bot and kicked it, let's see what will happen. Kinuko, can you investigate locally if you can run DRT tests to completion on Win? > > Sure I will investigate this one locally.
Currently I'm building DRT on my Win but it's taking time. Please ping me if you think this change must be reverted before further investigation. Thanks,
Dimitri Glazkov (Google)
Comment 15
2010-11-01 15:23:14 PDT
(In reply to
comment #12
)
> (In reply to
comment #11
) > > (In reply to
comment #10
) > > > (In reply to
comment #9
) > > > > It's really weird, but after landing this change, the Chromium Win tester (
http://build.webkit.org/waterfall?show=Chromium%20Win%20Release%20(Tests
) ) never ever finishes. When logging on into it locally, I see three DumpRenderTree.exe that are still running, even though the log says the testing is finished. Can you please investigate? > > > > > > If I kill the running DumpRenderTree.exe processes by hand, layout test task finishes as if nothing went wrong. > > > > > > cc: Ojan -- this is why the Chromium Win bot was not delivering results. > > > > I rd /s/q WebKit/chromium/third_party on that bot and kicked it, let's see what will happen. Kinuko, can you investigate locally if you can run DRT tests to completion on Win? > > It didn't help.
I've confirmed locally that reverting this doesn't fix the problem.
Kinuko Yasuda
Comment 16
2010-11-01 15:50:54 PDT
(In reply to
comment #15
)
> (In reply to
comment #12
) > > (In reply to
comment #11
) > > > (In reply to
comment #10
) > > > > (In reply to
comment #9
) > > > > > It's really weird, but after landing this change, the Chromium Win tester (
http://build.webkit.org/waterfall?show=Chromium%20Win%20Release%20(Tests
) ) never ever finishes. When logging on into it locally, I see three DumpRenderTree.exe that are still running, even though the log says the testing is finished. Can you please investigate? > > > > > > > > If I kill the running DumpRenderTree.exe processes by hand, layout test task finishes as if nothing went wrong. > > > > > > > > cc: Ojan -- this is why the Chromium Win bot was not delivering results. > > > > > > I rd /s/q WebKit/chromium/third_party on that bot and kicked it, let's see what will happen. Kinuko, can you investigate locally if you can run DRT tests to completion on Win? > > > > It didn't help. > > I've confirmed locally that reverting this doesn't fix the problem.
Some additional notes... I got the same results, it hangs with and without this fix), but only if I used cygwin's python 2.5.2. In my local testing it worked fine (it warned some wedged threads warning though) when I used python 2.6 or 2.7 downloaded from www.python.org. Also it didn't hang when I ran it with --child-processes=1 flag. (I found this flag on the thread:
http://groups.google.com/a/chromium.org/group/chromium-dev/browse_thread/thread/495546e6919b99e3?pli=1
)
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