<?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>204533</bug_id>
          
          <creation_ts>2019-11-22 13:30:02 -0800</creation_ts>
          <short_desc>REGRESSION: [ Mac ] Layout Test imported/w3c/web-platform-tests/webrtc/RTCRtpReceiver-getSynchronizationSources.https.html is failing</short_desc>
          <delta_ts>2019-12-02 01:07:53 -0800</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>WebKit Nightly Build</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>DUPLICATE</resolution>
          <dup_id>204600</dup_id>
          
          <bug_file_loc></bug_file_loc>
          <status_whiteboard></status_whiteboard>
          <keywords>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Truitt Savell">tsavell</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>webkit-bot-watchers-bugzilla</cc>
    
    <cc>webkit-bug-importer</cc>
    
    <cc>youennf</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1592977</commentid>
    <comment_count>0</comment_count>
    <who name="Truitt Savell">tsavell</who>
    <bug_when>2019-11-22 13:30:02 -0800</bug_when>
    <thetext>The following layout test is failing on Mac

imported/w3c/web-platform-tests/webrtc/RTCRtpReceiver-getSynchronizationSources.https.html

Probable cause:

This test is timing out inside one of its sub tests causing it too fail.

Flakiness Dashboard:

https://results.webkit.org/?suite=layout-tests&amp;test=imported%2Fw3c%2Fweb-platform-tests%2Fwebrtc%2FRTCRtpReceiver-getSynchronizationSources.https.html

Diff:
--- /Volumes/Data/slave/highsierra-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/webrtc/RTCRtpReceiver-getSynchronizationSources.https-expected.txt
+++ /Volumes/Data/slave/highsierra-release-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/webrtc/RTCRtpReceiver-getSynchronizationSources.https-actual.txt
@@ -1,14 +1,16 @@
+
+Harness Error (TIMEOUT), message = null
 
 PASS [audio] getSynchronizationSources() eventually returns a non-empty list 
-PASS [audio] RTCRtpSynchronizationSource.timestamp is a number 
-PASS [audio] getSynchronizationSources() does not contain SSRCs older than 10 seconds 
-FAIL [audio] RTCRtpSynchronizationSource.timestamp is comparable to performance.timeOrigin + performance.now() assert_true: expected true got false
-PASS [audio] RTCRtpSynchronizationSource.source is a number 
-PASS [video] getSynchronizationSources() eventually returns a non-empty list 
-PASS [video] RTCRtpSynchronizationSource.timestamp is a number 
-PASS [video] getSynchronizationSources() does not contain SSRCs older than 10 seconds 
-FAIL [video] RTCRtpSynchronizationSource.timestamp is comparable to performance.timeOrigin + performance.now() assert_true: expected true got false
-PASS [video] RTCRtpSynchronizationSource.source is a number 
-PASS [audio-only] RTCRtpSynchronizationSource.audioLevel is a number [0, 1] 
-FAIL [audio-only] RTCRtpSynchronizationSource.voiceActivityFlag is a boolean assert_equals: expected &quot;boolean&quot; but got &quot;undefined&quot;
+TIMEOUT [audio] RTCRtpSynchronizationSource.timestamp is a number Test timed out
+NOTRUN [audio] getSynchronizationSources() does not contain SSRCs older than 10 seconds 
+NOTRUN [audio] RTCRtpSynchronizationSource.timestamp is comparable to performance.timeOrigin + performance.now() 
+NOTRUN [audio] RTCRtpSynchronizationSource.source is a number 
+NOTRUN [video] getSynchronizationSources() eventually returns a non-empty list 
+NOTRUN [video] RTCRtpSynchronizationSource.timestamp is a number 
+NOTRUN [video] getSynchronizationSources() does not contain SSRCs older than 10 seconds 
+NOTRUN [video] RTCRtpSynchronizationSource.timestamp is comparable to performance.timeOrigin + performance.now() 
+NOTRUN [video] RTCRtpSynchronizationSource.source is a number 
+NOTRUN [audio-only] RTCRtpSynchronizationSource.audioLevel is a number [0, 1] 
+NOTRUN [audio-only] RTCRtpSynchronizationSource.voiceActivityFlag is a boolean</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1592979</commentid>
    <comment_count>1</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2019-11-22 13:30:26 -0800</bug_when>
    <thetext>&lt;rdar://problem/57438874&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1592980</commentid>
    <comment_count>2</comment_count>
    <who name="Truitt Savell">tsavell</who>
    <bug_when>2019-11-22 13:30:59 -0800</bug_when>
    <thetext>This looks like it could be related to https://trac.webkit.org/changeset/252660/webkit</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1592981</commentid>
    <comment_count>3</comment_count>
    <who name="Truitt Savell">tsavell</who>
    <bug_when>2019-11-22 13:31:41 -0800</bug_when>
    <thetext>I was able to reproduce the failure with 

run-webkit-tests imported/w3c/web-platform-tests/webrtc/RTCRtpReceiver-getSynchronizationSources.https.html --iterations 2000 --exit-after-n-failures 1 --child-processes 12 -f</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1594516</commentid>
    <comment_count>4</comment_count>
    <who name="youenn fablet">youennf</who>
    <bug_when>2019-12-02 01:07:53 -0800</bug_when>
    <thetext>Dashboard shows that bug 204600 fixed it.

*** This bug has been marked as a duplicate of bug 204600 ***</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>