<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<!DOCTYPE bugzilla SYSTEM "https://bugs.webkit.org/page.cgi?id=bugzilla.dtd">

<bugzilla version="5.0.4.1"
          urlbase="https://bugs.webkit.org/"
          
          maintainer="admin@webkit.org"
>

    <bug>
          <bug_id>88949</bug_id>
          
          <creation_ts>2012-06-12 19:55:16 -0700</creation_ts>
          <short_desc>[Chromium] http/tests/media/media-source/video-media-source-add-and-remove-ids.html failing on WebKit waterfall</short_desc>
          <delta_ts>2012-07-26 15:39:40 -0700</delta_ts>
          <reporter_accessible>1</reporter_accessible>
          <cclist_accessible>1</cclist_accessible>
          <classification_id>1</classification_id>
          <classification>Unclassified</classification>
          <product>WebKit</product>
          <component>Tools / Tests</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>FIXED</resolution>
          
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords></keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Dominic Cooney">dominicc</reporter>
          <assigned_to name="Anna Cavender">annacc</assigned_to>
          
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>647619</commentid>
    <comment_count>0</comment_count>
    <who name="Dominic Cooney">dominicc</who>
    <bug_when>2012-06-12 19:55:16 -0700</bug_when>
    <thetext>This test has been failing on Chromium Linux Release (Tests) and Chromium Mac Release (Tests) bots since r120097, for example:

&lt;http://build.webkit.org/results/Chromium%20Linux%20Release%20(Tests)/r120097%20%2833806%29/http/tests/media/media-source/&gt;

It looks like the test doesn’t produce the expected line:

Unexpected exception: Error: QUOTA_EXCEEDED_ERR: DOM Exception 22

It seems weird for the test to expect the &quot;unexpected&quot; exception, so not sure who to believe here.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>647627</commentid>
    <comment_count>1</comment_count>
    <who name="Dominic Cooney">dominicc</who>
    <bug_when>2012-06-12 20:05:25 -0700</bug_when>
    <thetext>This had expectations bug 88798. Since that is resolved I added expectations w/ this bug in r120152.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>648729</commentid>
    <comment_count>2</comment_count>
    <who name="Dominic Cooney">dominicc</who>
    <bug_when>2012-06-13 20:22:32 -0700</bug_when>
    <thetext>This test is flakily hitting an assertion on Mac10.5 (dbg) and Mac 10.6 (dbg) on Chromium WebKit canaries with output like:

crash log for DumpRenderTree (pid 1966):
STDOUT: &lt;empty&gt;
STDERR: [1966:-1602484928:542983752250:FATAL:chunk_demuxer.cc(574)] Check failed: stream_parser_map_.count(id) &gt; 0u (0 vs. 0)
STDERR: Backtrace:
STDERR: 	0   DumpRenderTree                      0x408b424f base::debug::StackTrace::StackTrace() + 63
STDERR: 	1   DumpRenderTree                      0x408b41eb base::debug::StackTrace::StackTrace() + 43
STDERR: 	2   DumpRenderTree                      0x409035cc logging::LogMessage::~LogMessage() + 76
STDERR: 	3   DumpRenderTree                      0x409020bb logging::LogMessage::~LogMessage() + 43
STDERR: 	4   DumpRenderTree                      0x43e01324 media::ChunkDemuxer::RemoveId(std::string const&amp;) + 228
STDERR: 	5   DumpRenderTree                      0x44198867 webkit_media::WebMediaPlayerProxy::DemuxerRemoveId(std::string const&amp;) + 71
STDERR: 	6   DumpRenderTree                      0x4418804e webkit_media::WebMediaPlayerImpl::sourceRemoveId(WebKit::WebString const&amp;) + 398
STDERR: 	7   DumpRenderTree                      0x40260048 WebKit::WebMediaPlayerClientImpl::sourceRemoveId(WTF::String const&amp;) + 152
STDERR: 	8   DumpRenderTree                      0x42342be9 WebCore::MediaPlayer::sourceRemoveId(WTF::String const&amp;) + 89
STDERR: 	9   DumpRenderTree                      0x4205bdb4 WebCore::HTMLMediaElement::webkitSourceRemoveId(WTF::String const&amp;, int&amp;) + 212
STDERR: 	10  DumpRenderTree                      0x43746735 WebCore::HTMLMediaElementV8Internal::webkitSourceRemoveIdCallback(v8::Arguments const&amp;) + 341
STDERR: 	11  DumpRenderTree                      0x411325a6 v8::internal::MaybeObject* v8::internal::HandleApiCallHelper&lt;false&gt;(v8::internal::(anonymous namespace)::BuiltinArguments&lt;(v8::internal::BuiltinExtraArguments)1&gt;, v8::internal::Isolate*) + 1318
STDERR: 	12  DumpRenderTree                      0x4113204a v8::internal::Builtin_Impl_HandleApiCall(v8::internal::(anonymous namespace)::BuiltinArguments&lt;(v8::internal::BuiltinExtraArguments)1&gt;, v8::internal::Isolate*) + 74
STDERR: 	13  DumpRenderTree                      0x4112835c v8::internal::Builtin_HandleApiCall(v8::internal::(anonymous namespace)::BuiltinArguments&lt;(v8::internal::BuiltinExtraArguments)1&gt;, v8::internal::Isolate*) + 172
STDERR: 	14  ???                                 0x3680a336 0x0 + 914400054
STDERR: 	15  ???                                 0x35e1c8bc 0x0 + 903989436

Updated expectations in r120269.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>648731</commentid>
    <comment_count>3</comment_count>
    <who name="Dominic Cooney">dominicc</who>
    <bug_when>2012-06-13 20:28:04 -0700</bug_when>
    <thetext>Flakiness dashboard: &lt;http://test-results.appspot.com/dashboards/flakiness_dashboard.html#tests=http%2Ftests%2Fmedia%2Fmedia-source%2Fvideo-media-source-add-and-remove-ids.html&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>679855</commentid>
    <comment_count>4</comment_count>
    <who name="Anna Cavender">annacc</who>
    <bug_when>2012-07-26 15:39:40 -0700</bug_when>
    <thetext>Fixed with http://src.chromium.org/viewvc/chrome?view=rev&amp;revision=148473</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>