<?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>238790</bug_id>
          
          <creation_ts>2022-04-04 21:52:43 -0700</creation_ts>
          <short_desc>imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/no-dezippering.html</short_desc>
          <delta_ts>2022-04-14 07:45:46 -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>Web Audio</component>
          <version>WebKit 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>InRadar</keywords>
          <priority>P2</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Jon Lee">jonlee</reporter>
          <assigned_to name="Chris Dumez">cdumez</assigned_to>
          <cc>cdumez</cc>
    
    <cc>clopez</cc>
    
    <cc>eric.carlson</cc>
    
    <cc>ews-watchlist</cc>
    
    <cc>glenn</cc>
    
    <cc>jer.noble</cc>
    
    <cc>philipj</cc>
    
    <cc>ryanhaddad</cc>
    
    <cc>sergio</cc>
    
    <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>1858234</commentid>
    <comment_count>0</comment_count>
    <who name="Jon Lee">jonlee</who>
    <bug_when>2022-04-04 21:52:43 -0700</bug_when>
    <thetext>imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/no-dezippering.html

https://results.webkit.org/?suite=layout-tests&amp;test=imported%2Fw3c%2Fweb-platform-tests%2Fwebaudio%2Fthe-audio-api%2Fthe-biquadfilternode-interface%2Fno-dezippering.html

This always fails on iOS simulator arm64 bot. It&apos;s not clear whether this is a regression from GPUP work because we have no other arm64 bots. It appears skipped on Mac arm64 bots.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1858453</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2022-04-05 10:47:48 -0700</bug_when>
    <thetext>--- /Volumes/Data/worker/ios-simulator-15-release-gpuprocess-arm64-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/no-dezippering-expected.txt
+++ /Volumes/Data/worker/ios-simulator-15-release-gpuprocess-arm64-tests-wk2/build/layout-test-results/imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/no-dezippering-actual.txt
@@ -36,9 +36,20 @@
 PASS   Output from gain setter matches setValueAtTime output is true.
 PASS &lt; [Test 3] All assertions passed. (total 5 assertions)
 PASS &gt; [Test 4] No dezippering of frequency vs JS filter
-PASS   Output from lowpass filter equals [expected array] with an element-wise tolerance of {&quot;absoluteThreshold&quot;:5.9607e-7,&quot;relativeThreshold&quot;:0}.
-PASS   Output matches JS filter results is true.
-PASS &lt; [Test 4] All assertions passed. (total 2 assertions)
+FAIL X Output from lowpass filter does not equal [expected array] with an element-wise tolerance of {&quot;absoluteThreshold&quot;:5.9607e-7,&quot;relativeThreshold&quot;:0}.
+	Index	Actual			Expected		AbsError		RelError		Test threshold
+	[82]	-5.640129e-1	-5.640122e-1	6.556511e-7	1.162477e-6	5.960700e-7
+	[83]	-4.615946e-1	-4.615939e-1	6.854534e-7	1.484971e-6	5.960700e-7
+	[84]	-3.461582e-1	-3.461576e-1	6.854534e-7	1.980178e-6	5.960700e-7
+	[85]	-2.209939e-1	-2.209932e-1	6.705523e-7	3.034267e-6	5.960700e-7
+	[86]	-8.966466e-2	-8.966400e-2	6.556511e-7	7.312311e-6	5.960700e-7
+	...and 1 more errors.
+	Max AbsError of 6.854534e-7 at index of 83.
+	Max RelError of 1.419336e-5 at index of 87.
+	[87]	4.409384e-2	4.409447e-2	6.258488e-7	1.419336e-5	5.960700e-7
+ assert_true: expected true got false
+FAIL X Output matches JS filter results is not true. Got false. assert_true: expected true got false
+FAIL &lt; [Test 4] 2 out of 2 assertions were failed. assert_true: expected true got false
 PASS &gt; [Test 5] Test with modulation
 PASS   Modulation: At time 0, frequency is equal to 350.
 PASS   Modulation: At time 0.015625, frequency is equal to 10.
@@ -46,5 +57,5 @@
 PASS   Modulation: Output from frequency setter equals [expected array] with an element-wise tolerance of {&quot;absoluteThreshold&quot;:0,&quot;relativeThreshold&quot;:0}.
 PASS   Modulation: Output from frequency setter matches setValueAtTime output is true.
 PASS &lt; [Test 5] All assertions passed. (total 5 assertions)
-PASS # AUDIT TASK RUNNER FINISHED: 6 tasks ran successfully.
+FAIL # AUDIT TASK RUNNER FINISHED: 1 out of 6 tasks were failed. assert_true: expected true got false</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1858455</commentid>
    <comment_count>2</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2022-04-05 10:50:32 -0700</bug_when>
    <thetext>(In reply to Alexey Proskuryakov from comment #1)
&gt; ---
&gt; /Volumes/Data/worker/ios-simulator-15-release-gpuprocess-arm64-tests-wk2/
&gt; build/layout-test-results/imported/w3c/web-platform-tests/webaudio/the-audio-
&gt; api/the-biquadfilternode-interface/no-dezippering-expected.txt
&gt; +++
&gt; /Volumes/Data/worker/ios-simulator-15-release-gpuprocess-arm64-tests-wk2/
&gt; build/layout-test-results/imported/w3c/web-platform-tests/webaudio/the-audio-
&gt; api/the-biquadfilternode-interface/no-dezippering-actual.txt
&gt; @@ -36,9 +36,20 @@
&gt;  PASS   Output from gain setter matches setValueAtTime output is true.
&gt;  PASS &lt; [Test 3] All assertions passed. (total 5 assertions)
&gt;  PASS &gt; [Test 4] No dezippering of frequency vs JS filter
&gt; -PASS   Output from lowpass filter equals [expected array] with an
&gt; element-wise tolerance of
&gt; {&quot;absoluteThreshold&quot;:5.9607e-7,&quot;relativeThreshold&quot;:0}.
&gt; -PASS   Output matches JS filter results is true.
&gt; -PASS &lt; [Test 4] All assertions passed. (total 2 assertions)
&gt; +FAIL X Output from lowpass filter does not equal [expected array] with an
&gt; element-wise tolerance of
&gt; {&quot;absoluteThreshold&quot;:5.9607e-7,&quot;relativeThreshold&quot;:0}.
&gt; +	Index	Actual			Expected		AbsError		RelError		Test threshold
&gt; +	[82]	-5.640129e-1	-5.640122e-1	6.556511e-7	1.162477e-6	5.960700e-7
&gt; +	[83]	-4.615946e-1	-4.615939e-1	6.854534e-7	1.484971e-6	5.960700e-7
&gt; +	[84]	-3.461582e-1	-3.461576e-1	6.854534e-7	1.980178e-6	5.960700e-7
&gt; +	[85]	-2.209939e-1	-2.209932e-1	6.705523e-7	3.034267e-6	5.960700e-7
&gt; +	[86]	-8.966466e-2	-8.966400e-2	6.556511e-7	7.312311e-6	5.960700e-7
&gt; +	...and 1 more errors.
&gt; +	Max AbsError of 6.854534e-7 at index of 83.
&gt; +	Max RelError of 1.419336e-5 at index of 87.
&gt; +	[87]	4.409384e-2	4.409447e-2	6.258488e-7	1.419336e-5	5.960700e-7
&gt; + assert_true: expected true got false
&gt; +FAIL X Output matches JS filter results is not true. Got false.
&gt; assert_true: expected true got false
&gt; +FAIL &lt; [Test 4] 2 out of 2 assertions were failed. assert_true: expected
&gt; true got false
&gt;  PASS &gt; [Test 5] Test with modulation
&gt;  PASS   Modulation: At time 0, frequency is equal to 350.
&gt;  PASS   Modulation: At time 0.015625, frequency is equal to 10.
&gt; @@ -46,5 +57,5 @@
&gt;  PASS   Modulation: Output from frequency setter equals [expected array]
&gt; with an element-wise tolerance of
&gt; {&quot;absoluteThreshold&quot;:0,&quot;relativeThreshold&quot;:0}.
&gt;  PASS   Modulation: Output from frequency setter matches setValueAtTime
&gt; output is true.
&gt;  PASS &lt; [Test 5] All assertions passed. (total 5 assertions)
&gt; -PASS # AUDIT TASK RUNNER FINISHED: 6 tasks ran successfully.
&gt; +FAIL # AUDIT TASK RUNNER FINISHED: 1 out of 6 tasks were failed.
&gt; assert_true: expected true got false

The actual and expected values are very close. This just looks like a precision issue because we&apos;re dealing with floating point values and vectorization (and different CPU architectures). I believe we&apos;ll just need to update the test to use a slightly error tolerance. In the mean time, a platform-specific baseline is the right thing to do IMO.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1860556</commentid>
    <comment_count>3</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2022-04-11 21:53:14 -0700</bug_when>
    <thetext>&lt;rdar://problem/91607355&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1861205</commentid>
    <comment_count>4</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2022-04-13 12:08:19 -0700</bug_when>
    <thetext>Doesn&apos;t reproduce on my machine with either:
Tools/Scripts/run-webkit-tests --release --no-build --ios-simulator --force imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/no-dezippering.html
or
Tools/Scripts/run-webkit-tests --release --no-build --ios-simulator --force imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-interface/no-dezippering.html --use-gpu-process</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1861206</commentid>
    <comment_count>5</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2022-04-13 12:10:12 -0700</bug_when>
    <thetext>(In reply to Chris Dumez from comment #4)
&gt; Doesn&apos;t reproduce on my machine with either:
&gt; Tools/Scripts/run-webkit-tests --release --no-build --ios-simulator --force
&gt; imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-
&gt; interface/no-dezippering.html
&gt; or
&gt; Tools/Scripts/run-webkit-tests --release --no-build --ios-simulator --force
&gt; imported/w3c/web-platform-tests/webaudio/the-audio-api/the-biquadfilternode-
&gt; interface/no-dezippering.html --use-gpu-process

I guess because my host is Intel. This probably need arm64 to repro.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1861210</commentid>
    <comment_count>6</comment_count>
      <attachid>457555</attachid>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2022-04-13 12:17:07 -0700</bug_when>
    <thetext>Created attachment 457555
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1861256</commentid>
    <comment_count>7</comment_count>
    <who name="EWS Watchlist">ews-watchlist</who>
    <bug_when>2022-04-13 14:28:47 -0700</bug_when>
    <thetext>This patch modifies the imported WPT tests. Please ensure that any changes on the tests (not coming from a WPT import) are exported to WPT. Please see https://trac.webkit.org/wiki/WPTExportProcess</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1861265</commentid>
    <comment_count>8</comment_count>
    <who name="EWS">ews-feeder</who>
    <bug_when>2022-04-13 14:42:51 -0700</bug_when>
    <thetext>Committed r292832 (249605@main): &lt;https://commits.webkit.org/249605@main&gt;

All reviewed patches have been landed. Closing bug and clearing flags on attachment 457555.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1861493</commentid>
    <comment_count>9</comment_count>
    <who name="Chris Dumez">cdumez</who>
    <bug_when>2022-04-14 07:45:46 -0700</bug_when>
    <thetext>The test has recovered on the bot and I have submitted the PR upstream: https://github.com/web-platform-tests/wpt/pull/33642.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>457555</attachid>
            <date>2022-04-13 12:17:07 -0700</date>
            <delta_ts>2022-04-13 14:42:53 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-238790-20220413121707.patch</filename>
            <type>text/plain</type>
            <size>3845</size>
            <attacher name="Chris Dumez">cdumez</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMjkyODEwCmRpZmYgLS1naXQgYS9MYXlvdXRUZXN0cy9pbXBv
cnRlZC93M2MvQ2hhbmdlTG9nIGIvTGF5b3V0VGVzdHMvaW1wb3J0ZWQvdzNjL0NoYW5nZUxvZwpp
bmRleCA3ZjQ4YjdkMmE1N2U3ZTBkZDRlN2MxYjU4Mzc0NTEwYjQ3OTVhMDQ5Li5hNDA2MGFmNDNi
NTYyOGI2ZmMzYjUwNjhhZTNmOTMwNWZlNDExNzFmIDEwMDY0NAotLS0gYS9MYXlvdXRUZXN0cy9p
bXBvcnRlZC93M2MvQ2hhbmdlTG9nCisrKyBiL0xheW91dFRlc3RzL2ltcG9ydGVkL3czYy9DaGFu
Z2VMb2cKQEAgLTEsMyArMSwyMCBAQAorMjAyMi0wNC0xMyAgQ2hyaXMgRHVtZXogIDxjZHVtZXpA
YXBwbGUuY29tPgorCisgICAgICAgIGltcG9ydGVkL3czYy93ZWItcGxhdGZvcm0tdGVzdHMvd2Vi
YXVkaW8vdGhlLWF1ZGlvLWFwaS90aGUtYmlxdWFkZmlsdGVybm9kZS1pbnRlcmZhY2Uvbm8tZGV6
aXBwZXJpbmcuaHRtbAorICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5j
Z2k/aWQ9MjM4NzkwCisgICAgICAgIDxyZGFyOi8vcHJvYmxlbS85MTYwNzM1NT4KKworICAgICAg
ICBSZXZpZXdlZCBieSBOT0JPRFkgKE9PUFMhKS4KKworICAgICAgICBUaGUgYXVkaW8gdmFsdWVz
IG1heSBkaWZmZXIgc2xpZ2h0bHkgZnJvbSBoYXJkd2FyZSB0byBoYXJkd2FyZSBkdWUgdG8gZmxv
YXRpbmcgcG9pbnQgcHJlY2lzaW9uIGFuZCB2ZWN0b3JpemF0aW9uLgorICAgICAgICBPbiBvbmUg
b2Ygb3VyIEFSTSBwbGF0Zm9ybXMsIHdlIHdlcmUgZ2V0dGluZyB2YWx1ZXMgc2xpZ2h0bHkgb3V0
c2lkZSB0aGUgYWxsb3dlZCByYW5nZSBidXQgc3RpbGwgY2xvc2UgZW5vdWdoCisgICAgICAgIHRo
YXQgd2UgY29uc2lkZXIgdGhlIGJlaGF2aW9yIHRvIGJlIGNvcnJlY3QuIEFzIGEgcmVzdWx0LCBJ
IGFtIGluY3JlYXNpbmcgdGhlIHRvbGVyYW5jZSBhIGJpdCBpbiB0aGUgdGVzdC4KKworICAgICAg
ICBJZiB0aGlzIHJlc29sdmVzIHRoZSBpc3N1ZSBvbiBvdXIgYm90IChJIGNhbm5vdCByZXByb2R1
Y2UgbG9jYWxseSksIEknbGwgc3VibWl0IGEgUFIgdXBzdHJlYW0uCisKKyAgICAgICAgKiB3ZWIt
cGxhdGZvcm0tdGVzdHMvd2ViYXVkaW8vdGhlLWF1ZGlvLWFwaS90aGUtYmlxdWFkZmlsdGVybm9k
ZS1pbnRlcmZhY2Uvbm8tZGV6aXBwZXJpbmctZXhwZWN0ZWQudHh0OgorICAgICAgICAqIHdlYi1w
bGF0Zm9ybS10ZXN0cy93ZWJhdWRpby90aGUtYXVkaW8tYXBpL3RoZS1iaXF1YWRmaWx0ZXJub2Rl
LWludGVyZmFjZS9uby1kZXppcHBlcmluZy5odG1sOgorCiAyMDIyLTA0LTEzICBZb3Vlbm4gRmFi
bGV0ICA8eW91ZW5uQGFwcGxlLmNvbT4KIAogICAgICAgICBDb21wbGVtZW50IGltcGxlbWVudGF0
aW9uIG9mIHN0ZXAgNS41IG9mIGh0dHBzOi8vZmV0Y2guc3BlYy53aGF0d2cub3JnLyNodHRwLWZl
dGNoCmRpZmYgLS1naXQgYS9MYXlvdXRUZXN0cy9pbXBvcnRlZC93M2Mvd2ViLXBsYXRmb3JtLXRl
c3RzL3dlYmF1ZGlvL3RoZS1hdWRpby1hcGkvdGhlLWJpcXVhZGZpbHRlcm5vZGUtaW50ZXJmYWNl
L25vLWRlemlwcGVyaW5nLWV4cGVjdGVkLnR4dCBiL0xheW91dFRlc3RzL2ltcG9ydGVkL3czYy93
ZWItcGxhdGZvcm0tdGVzdHMvd2ViYXVkaW8vdGhlLWF1ZGlvLWFwaS90aGUtYmlxdWFkZmlsdGVy
bm9kZS1pbnRlcmZhY2Uvbm8tZGV6aXBwZXJpbmctZXhwZWN0ZWQudHh0CmluZGV4IGQ4MTkzY2Qw
ZmNkMmM0ODhiMzcyZTFhYWZmNDBjZWJiMjI0MjIzNGUuLmNhYWY4YjU3MTAxZjI1OTAyYzBmODEx
MjYwYzhmM2UxYTIxNWQyNmIgMTAwNjQ0Ci0tLSBhL0xheW91dFRlc3RzL2ltcG9ydGVkL3czYy93
ZWItcGxhdGZvcm0tdGVzdHMvd2ViYXVkaW8vdGhlLWF1ZGlvLWFwaS90aGUtYmlxdWFkZmlsdGVy
bm9kZS1pbnRlcmZhY2Uvbm8tZGV6aXBwZXJpbmctZXhwZWN0ZWQudHh0CisrKyBiL0xheW91dFRl
c3RzL2ltcG9ydGVkL3czYy93ZWItcGxhdGZvcm0tdGVzdHMvd2ViYXVkaW8vdGhlLWF1ZGlvLWFw
aS90aGUtYmlxdWFkZmlsdGVybm9kZS1pbnRlcmZhY2Uvbm8tZGV6aXBwZXJpbmctZXhwZWN0ZWQu
dHh0CkBAIC0zNiw3ICszNiw3IEBAIFBBU1MgICBPdXRwdXQgZnJvbSBnYWluIHNldHRlciBlcXVh
bHMgW2V4cGVjdGVkIGFycmF5XSB3aXRoIGFuIGVsZW1lbnQtd2lzZSB0b2xlCiBQQVNTICAgT3V0
cHV0IGZyb20gZ2FpbiBzZXR0ZXIgbWF0Y2hlcyBzZXRWYWx1ZUF0VGltZSBvdXRwdXQgaXMgdHJ1
ZS4KIFBBU1MgPCBbVGVzdCAzXSBBbGwgYXNzZXJ0aW9ucyBwYXNzZWQuICh0b3RhbCA1IGFzc2Vy
dGlvbnMpCiBQQVNTID4gW1Rlc3QgNF0gTm8gZGV6aXBwZXJpbmcgb2YgZnJlcXVlbmN5IHZzIEpT
IGZpbHRlcgotUEFTUyAgIE91dHB1dCBmcm9tIGxvd3Bhc3MgZmlsdGVyIGVxdWFscyBbZXhwZWN0
ZWQgYXJyYXldIHdpdGggYW4gZWxlbWVudC13aXNlIHRvbGVyYW5jZSBvZiB7ImFic29sdXRlVGhy
ZXNob2xkIjo1Ljk2MDdlLTcsInJlbGF0aXZlVGhyZXNob2xkIjowfS4KK1BBU1MgICBPdXRwdXQg
ZnJvbSBsb3dwYXNzIGZpbHRlciBlcXVhbHMgW2V4cGVjdGVkIGFycmF5XSB3aXRoIGFuIGVsZW1l
bnQtd2lzZSB0b2xlcmFuY2Ugb2YgeyJhYnNvbHV0ZVRocmVzaG9sZCI6Ni44NTQ2ZS03LCJyZWxh
dGl2ZVRocmVzaG9sZCI6MH0uCiBQQVNTICAgT3V0cHV0IG1hdGNoZXMgSlMgZmlsdGVyIHJlc3Vs
dHMgaXMgdHJ1ZS4KIFBBU1MgPCBbVGVzdCA0XSBBbGwgYXNzZXJ0aW9ucyBwYXNzZWQuICh0b3Rh
bCAyIGFzc2VydGlvbnMpCiBQQVNTID4gW1Rlc3QgNV0gVGVzdCB3aXRoIG1vZHVsYXRpb24KZGlm
ZiAtLWdpdCBhL0xheW91dFRlc3RzL2ltcG9ydGVkL3czYy93ZWItcGxhdGZvcm0tdGVzdHMvd2Vi
YXVkaW8vdGhlLWF1ZGlvLWFwaS90aGUtYmlxdWFkZmlsdGVybm9kZS1pbnRlcmZhY2Uvbm8tZGV6
aXBwZXJpbmcuaHRtbCBiL0xheW91dFRlc3RzL2ltcG9ydGVkL3czYy93ZWItcGxhdGZvcm0tdGVz
dHMvd2ViYXVkaW8vdGhlLWF1ZGlvLWFwaS90aGUtYmlxdWFkZmlsdGVybm9kZS1pbnRlcmZhY2Uv
bm8tZGV6aXBwZXJpbmcuaHRtbAppbmRleCA2M2Q0YmUzYmI0MjEwMTI1M2FlZjIxNzFhZTcwZjk3
N2YwYTdmYjBkLi43OWRjMjcwMzVjN2RiZDgxNzZmOTgwMjc4YmRkZGFiNTVhNzZjNzMxIDEwMDY0
NAotLS0gYS9MYXlvdXRUZXN0cy9pbXBvcnRlZC93M2Mvd2ViLXBsYXRmb3JtLXRlc3RzL3dlYmF1
ZGlvL3RoZS1hdWRpby1hcGkvdGhlLWJpcXVhZGZpbHRlcm5vZGUtaW50ZXJmYWNlL25vLWRlemlw
cGVyaW5nLmh0bWwKKysrIGIvTGF5b3V0VGVzdHMvaW1wb3J0ZWQvdzNjL3dlYi1wbGF0Zm9ybS10
ZXN0cy93ZWJhdWRpby90aGUtYXVkaW8tYXBpL3RoZS1iaXF1YWRmaWx0ZXJub2RlLWludGVyZmFj
ZS9uby1kZXppcHBlcmluZy5odG1sCkBAIC0xNTUsNyArMTU1LDcgQEAKICAgICAgICAgICAgICAg
ICAgIGxldCBtYXRjaCA9CiAgICAgICAgICAgICAgICAgICAgICAgc2hvdWxkKGFjdHVhbCwgJ091
dHB1dCBmcm9tICcgKyBmLnR5cGUgKyAnIGZpbHRlcicpCiAgICAgICAgICAgICAgICAgICAgICAg
ICAgIC5iZUNsb3NlVG9BcnJheSgKLSAgICAgICAgICAgICAgICAgICAgICAgICAgICAgIGV4cGVj
dGVkLCB7YWJzb2x1dGVUaHJlc2hvbGQ6IDUuOTYwN2UtN30pOworICAgICAgICAgICAgICAgICAg
ICAgICAgICAgICAgZXhwZWN0ZWQsIHthYnNvbHV0ZVRocmVzaG9sZDogNi44NTQ2ZS03fSk7CiAg
ICAgICAgICAgICAgICAgICBzaG91bGQobWF0Y2gsICdPdXRwdXQgbWF0Y2hlcyBKUyBmaWx0ZXIg
cmVzdWx0cycpLmJlVHJ1ZSgpOwogICAgICAgICAgICAgICAgIH0pCiAgICAgICAgICAgICAgICAg
LnRoZW4oKCkgPT4gdGFzay5kb25lKCkpOwo=
</data>

          </attachment>
      

    </bug>

</bugzilla>