I'm looking at this; not sure that it is anything I caused....

Mike


On Mon, Nov 23, 2009 at 8:18 PM, <build...@chromium.org> wrote:

>  http://build.chromium.org/buildbot/waterfall/
>
> Automatically closing tree for "test_shell_tests" on "Webkit Mac10.5
> (dbg)(3)"
>
>
> http://build.chromium.org/buildbot/waterfall/builders/Webkit%20Mac10.5%20%28dbg%29%283%29/builds/7458
>
> Revision: 32913
> Blame list: mbel...@google.com
>
>  Webkit Mac10.5 (dbg)(3)
> Build 
> 7458<http://build.chromium.org/buildbot/waterfall/builders/Webkit%20Mac10.5%20%28dbg%29%283%29/builds/7458>
>   update
> scripts
> stdio<http://build.chromium.org/buildbot/waterfall/builders/Webkit%20Mac10.5%20%28dbg%29%283%29/builds/7458/steps/shell/logs/stdio>
> update
> stdio<http://build.chromium.org/buildbot/waterfall/builders/Webkit%20Mac10.5%20%28dbg%29%283%29/builds/7458/steps/gclient/logs/stdio>
>   extract
> build
> stdio<http://build.chromium.org/buildbot/waterfall/builders/Webkit%20Mac10.5%20%28dbg%29%283%29/builds/7458/steps/extract%20build/logs/stdio>
> test_shell_tests
> failed 1
> stdio<http://build.chromium.org/buildbot/waterfall/builders/Webkit%20Mac10.5%20%28dbg%29%283%29/builds/7458/steps/test_shell_tests/logs/stdio>
> StartUpgradeAttempt<http://build.chromium.org/buildbot/waterfall/builders/Webkit%20Mac10.5%20%28dbg%29%283%29/builds/7458/steps/test_shell_tests/logs/StartUpgradeAttempt>
>
> Changed by: *mbel...@google.com*
> Changed at: *Mon 23 Nov 2009 20:12:59*
> Branch: *src*
> Revision: 
> *32913*<http://src.chromium.org/viewvc/chrome?view=rev&revision=32913>
> Changed files:
>
>    - *net/socket/socket_test_util.cc*
>
> Comments:
>
> Add a feature to the MockSocket so that it can support simulation
> of partial writes.
>
> For example, suppose the application under test is doing a write
> such as:
>    Write("foobar", 6);  // 6 bytes
>
> Normally you could test this with
>    MockWrite(true, "foobar", 6);
>
> Now you can also test this with:
>    WriteList {
>      MockWrite(true, "foo", 3);
>      MockWrite(true, "bar", 3);
>    }
>
> BUG=none
> TEST=this is the test!
>
>
> Review URL: http://codereview.chromium.org/437031
>
> Properties:
>
>
>

-- 
Chromium Developers mailing list: chromium-dev@googlegroups.com 
View archives, change email options, or unsubscribe: 
    http://groups.google.com/group/chromium-dev

Reply via email to