Created attachment 252258[details]
Archive of layout-test-results from ews102 for mac-mavericks
The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews102 Port: mac-mavericks Platform: Mac OS X 10.9.5
Created attachment 252259[details]
Archive of layout-test-results from ews107 for mac-mavericks-wk2
The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews107 Port: mac-mavericks-wk2 Platform: Mac OS X 10.9.5
Created attachment 252271[details]
Archive of layout-test-results from ews102 for mac-mavericks
The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews102 Port: mac-mavericks Platform: Mac OS X 10.9.5
Created attachment 252272[details]
Archive of layout-test-results from ews105 for mac-mavericks-wk2
The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews105 Port: mac-mavericks-wk2 Platform: Mac OS X 10.9.5
Created attachment 252277[details]
Archive of layout-test-results from ews102 for mac-mavericks
The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews102 Port: mac-mavericks Platform: Mac OS X 10.9.5
Created attachment 252280[details]
Archive of layout-test-results from ews104 for mac-mavericks-wk2
The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews104 Port: mac-mavericks-wk2 Platform: Mac OS X 10.9.5
Comment on attachment 270387[details]
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=270387&action=review> Source/WebCore/ChangeLog:1
> +2015-05-02 Jer Noble <jer.noble@apple.com>
This marinated for a while!
> Source/WebCore/Modules/webaudio/AudioStreamDecoder.cpp:2
> + * Copyright (C) 2015 Apple Inc. All rights reserved.
This should be updated.
> Source/WebCore/Modules/webaudio/AudioStreamDecoder.cpp:52
> + // 1. If audioData is null or not a valid ArrayBuffer, return a rejected promise with a
I think it would be useful to include the url these steps came from to make it easier to review now and to check for spec changes in the future.
> Source/WebCore/Modules/webaudio/AudioStreamDecoder.h:2
> + * Copyright (C) 2015 Apple Inc. All rights reserved.
This should be updated.
> Source/WebCore/Modules/webaudio/AudioStreamDecoder.idl:2
> + * Copyright (C) 2015 Apple Inc. All rights reserved.
Ditto.
> Source/WebCore/bindings/js/JSAudioStreamDecoderCustom.cpp:2
> + * Copyright (C) 2015 Apple Inc. All rights reserved.
Ditto.
> Source/WebCore/platform/audio/AudioStreamReader.h:2
> + * Copyright (C) 2015 Apple Inc. All rights reserved.
Ditto.
> Source/WebCore/platform/audio/mac/AudioStreamReaderMac.h:2
> + * Copyright (C) 2015 Apple Inc. All rights reserved.
Ditto.
> Source/WebCore/platform/audio/mac/AudioStreamReaderMac.h:52
> + dispatch_queue_t m_queue;
m_decodingQueue might be a better name to make its task clearer.
> Source/WebCore/platform/audio/mac/AudioStreamReaderMac.mm:2
> + * Copyright (C) 2015 Apple Inc. All rights reserved.
This should be updated.
> Source/WebCore/platform/audio/mac/AudioStreamReaderMac.mm:51
> +AudioStreamReaderMac::~AudioStreamReaderMac()
> +{
> + if (m_stream) {
> + OSStatus status = AudioFileStreamClose(m_stream);
> + ASSERT(status == noErr);
> + UNUSED_PARAM(status);
> + }
> +}
The ChangeLog says "Close the dispatch queue." Is that not necessary?
Comment on attachment 270387[details]
Patch
View in context: https://bugs.webkit.org/attachment.cgi?id=270387&action=review>> Source/WebCore/Modules/webaudio/AudioStreamDecoder.cpp:2
>> + * Copyright (C) 2015 Apple Inc. All rights reserved.
>
> This should be updated.
Okay, to this and all the other 2015 -> 2016 changes.
>> Source/WebCore/Modules/webaudio/AudioStreamDecoder.cpp:52
>> + // 1. If audioData is null or not a valid ArrayBuffer, return a rejected promise with a
>
> I think it would be useful to include the url these steps came from to make it easier to review now and to check for spec changes in the future.
Sure thing.
>> Source/WebCore/platform/audio/mac/AudioStreamReaderMac.h:52
>> + dispatch_queue_t m_queue;
>
> m_decodingQueue might be a better name to make its task clearer.
Ok.
>> Source/WebCore/platform/audio/mac/AudioStreamReaderMac.mm:51
>> +}
>
> The ChangeLog says "Close the dispatch queue." Is that not necessary?
Whoops. At the time I wrote this, I didn't know about OSObjectPtr (a RetainPtr<> for things like dispatch_queue_t). I'll add that here so that the dispatch queue doesn't need to be explicitly released.
Created attachment 270501[details]
Archive of layout-test-results from ews100 for mac-yosemite
The attached test failures were seen while running run-webkit-tests on the mac-ews.
Bot: ews100 Port: mac-yosemite Platform: Mac OS X 10.10.5
Created attachment 270502[details]
Archive of layout-test-results from ews104 for mac-yosemite-wk2
The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews104 Port: mac-yosemite-wk2 Platform: Mac OS X 10.10.5
Created attachment 270503[details]
Archive of layout-test-results from ews114 for mac-yosemite
The attached test failures were seen while running run-webkit-tests on the mac-debug-ews.
Bot: ews114 Port: mac-yosemite Platform: Mac OS X 10.10.5
2015-05-02 22:13 PDT, Jer Noble
2015-05-02 22:54 PDT, Build Bot
2015-05-02 23:21 PDT, Build Bot
2015-05-03 08:16 PDT, Jer Noble
2015-05-03 08:57 PDT, Build Bot
2015-05-03 09:02 PDT, Build Bot
2015-05-03 09:05 PDT, Jer Noble
2015-05-03 09:26 PDT, Jer Noble
2015-05-03 10:08 PDT, Build Bot
2015-05-03 10:35 PDT, Build Bot
2015-05-03 15:44 PDT, Jer Noble
2016-02-01 08:34 PST, Jer Noble
2016-02-01 08:51 PST, Jer Noble
2016-02-01 09:26 PST, Jer Noble
2016-02-02 10:22 PST, Jer Noble
2016-02-02 11:53 PST, Build Bot
2016-02-02 11:57 PST, Build Bot
2016-02-02 12:03 PST, Build Bot