<?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>171788</bug_id>
          
          <creation_ts>2017-05-07 00:15:02 -0700</creation_ts>
          <short_desc>REGRESSION: ImageDiff not building with make</short_desc>
          <delta_ts>2017-05-09 09:24:57 -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>WebKit Local 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="Alexey Proskuryakov">ap</reporter>
          <assigned_to name="Jonathan Bedard">jbedard</assigned_to>
          <cc>achristensen</cc>
    
    <cc>ap</cc>
    
    <cc>commit-queue</cc>
    
    <cc>dbates</cc>
    
    <cc>jbedard</cc>
    
    <cc>lforschler</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1305695</commentid>
    <comment_count>0</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2017-05-07 00:15:02 -0700</bug_when>
    <thetext>I built WebKit with make, and tried to run tests:

ap$ run-webkit-tests --no-build
Using port &apos;mac-sierra-wk2&apos;
Test configuration: &lt;sierra, x86_64, debug&gt;
...

ImageDiff was not found at /Users/ap/Safari/OpenSource/WebKitBuild/Debug/ImageDiff
Build check failed</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1305696</commentid>
    <comment_count>1</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2017-05-07 00:16:44 -0700</bug_when>
    <thetext>I get this message even when not passing --no-build, which is a separate issue, but may be easiest to address at the same time.

ImageDiff was not found at /Users/ap/Safari/OpenSource/WebKitBuild/Debug/ImageDiff</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1305858</commentid>
    <comment_count>2</comment_count>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2017-05-08 08:07:38 -0700</bug_when>
    <thetext>(In reply to Alexey Proskuryakov from comment #1)
&gt; I get this message even when not passing --no-build, which is a separate
&gt; issue, but may be easiest to address at the same time.
&gt; 
&gt; ImageDiff was not found at
&gt; /Users/ap/Safari/OpenSource/WebKitBuild/Debug/ImageDiff

Is this an iOS Simulator build?  Or Mac?

It&apos;s definitely looking in the correct spot, it&apos;s just failing to actually build ImageDiff.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1305917</commentid>
    <comment_count>3</comment_count>
      <attachid>309375</attachid>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2017-05-08 10:22:27 -0700</bug_when>
    <thetext>Created attachment 309375
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1305920</commentid>
    <comment_count>4</comment_count>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2017-05-08 10:23:28 -0700</bug_when>
    <thetext>attachment 309375 should do the trick.

Actually, no Apple platforms were building the correct ImageDiff through Make.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1305947</commentid>
    <comment_count>5</comment_count>
      <attachid>309375</attachid>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2017-05-08 10:58:39 -0700</bug_when>
    <thetext>Comment on attachment 309375
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=309375&amp;action=review

&gt; Tools/ChangeLog:8
&gt; +        * ImageDiff/Makefile: Use Mac SDK when building for iOS Simulator or iOS device.

Please explain that this is fixing a separate issue that you found while looking into this.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1306079</commentid>
    <comment_count>6</comment_count>
      <attachid>309420</attachid>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2017-05-08 15:12:41 -0700</bug_when>
    <thetext>Created attachment 309420
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1306095</commentid>
    <comment_count>7</comment_count>
      <attachid>309420</attachid>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2017-05-08 15:32:24 -0700</bug_when>
    <thetext>Comment on attachment 309420
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=309420&amp;action=review

&gt; Tools/ChangeLog:3
&gt; +        REGRESSION: ImageDiff not building with make

I&apos;m not sure if this is even a bug. In the past, we explicitly disabled LayoutTestRelay building with DO_NOT_BUILD_LAYOUT_TEST_RELAY variable (it&apos;s actually still in place in trunk). The rationale was that we wanted to maintain symmetry with production builds.

But then I&apos;m not sure about how testers would work. Really confused about the overall plan.

&gt; Tools/ChangeLog:14
&gt; +        * ImageDiff/Makefile: Use Mac SDK when building for iOS Simulator or iOS device.

It&apos;s probably best to file a new bug about this, as it really seems like a separate issue.

&gt; Tools/ImageDiff/Makefile:5
&gt; +	OVERRIDE_SDKROOT = macosx
&gt; +	OVERRIDE_ARCHS = &quot;i386 x86_64&quot;

Here is what we used to have in LayoutTestRelay/Makefile, added in &lt;https://trac.webkit.org/r192106&gt;:

OVERRIDE_ARCHS = default
OVERRIDE_SDKROOT = default</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1306103</commentid>
    <comment_count>8</comment_count>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2017-05-08 15:57:02 -0700</bug_when>
    <thetext>(In reply to Alexey Proskuryakov from comment #7)
&gt; Comment on attachment 309420 [details]
&gt; Patch
&gt; 
&gt; View in context:
&gt; https://bugs.webkit.org/attachment.cgi?id=309420&amp;action=review
&gt; 
&gt; &gt; Tools/ChangeLog:3
&gt; &gt; +        REGRESSION: ImageDiff not building with make
&gt; 
&gt; I&apos;m not sure if this is even a bug. In the past, we explicitly disabled
&gt; LayoutTestRelay building with DO_NOT_BUILD_LAYOUT_TEST_RELAY variable (it&apos;s
&gt; actually still in place in trunk). The rationale was that we wanted to
&gt; maintain symmetry with production builds.

I think the difference with LayoutTestRelay and ImageDiff is that every platform needs an ImageDiff, it&apos;s just not always the one built with the target SDK.
 
&gt; It&apos;s probably best to file a new bug about this, as it really seems like a
&gt; separate issue.

I can file a separate bug about the iOS Simulator/Device case</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1306116</commentid>
    <comment_count>9</comment_count>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2017-05-08 16:06:33 -0700</bug_when>
    <thetext>&lt;https://bugs.webkit.org/show_bug.cgi?id=171835&gt; is tracking the iOS device and iOS simulator bits.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1306120</commentid>
    <comment_count>10</comment_count>
      <attachid>309433</attachid>
    <who name="Jonathan Bedard">jbedard</who>
    <bug_when>2017-05-08 16:10:18 -0700</bug_when>
    <thetext>Created attachment 309433
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1306132</commentid>
    <comment_count>11</comment_count>
    <who name="Radar WebKit Bug Importer">webkit-bug-importer</who>
    <bug_when>2017-05-08 16:18:45 -0700</bug_when>
    <thetext>&lt;rdar://problem/32062947&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1306362</commentid>
    <comment_count>12</comment_count>
    <who name="Alex Christensen">achristensen</who>
    <bug_when>2017-05-09 07:25:41 -0700</bug_when>
    <thetext>https://bugs.webkit.org/show_bug.cgi?id=171847 fixes a similar problem on Linux and Windows.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1306369</commentid>
    <comment_count>13</comment_count>
      <attachid>309433</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2017-05-09 07:53:05 -0700</bug_when>
    <thetext>Comment on attachment 309433
Patch

Clearing flags on attachment: 309433

Committed r216505: &lt;http://trac.webkit.org/changeset/216505&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1306370</commentid>
    <comment_count>14</comment_count>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2017-05-09 07:53:06 -0700</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1306411</commentid>
    <comment_count>15</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2017-05-09 09:24:57 -0700</bug_when>
    <thetext>Talking about this more, Jonathan and I think that this should be conditional, to match production builds. It&apos;s not right that release/debug builds ImageDiff, but production does not.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>309375</attachid>
            <date>2017-05-08 10:22:27 -0700</date>
            <delta_ts>2017-05-08 15:12:40 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-171788-20170508102226.patch</filename>
            <type>text/plain</type>
            <size>1519</size>
            <attacher name="Jonathan Bedard">jbedard</attacher>
            
              <data encoding="base64">SW5kZXg6IFRvb2xzL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBUb29scy9DaGFuZ2VMb2cJKHJl
dmlzaW9uIDIxNjQzMCkKKysrIFRvb2xzL0NoYW5nZUxvZwkod29ya2luZyBjb3B5KQpAQCAtMSwz
ICsxLDEzIEBACisyMDE3LTA1LTA4ICBKb25hdGhhbiBCZWRhcmQgIDxqYmVkYXJkQGFwcGxlLmNv
bT4KKworICAgICAgICBSRUdSRVNTSU9OOiBJbWFnZURpZmYgbm90IGJ1aWxkaW5nIHdpdGggbWFr
ZQorICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MTcxNzg4
CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgKiBJbWFn
ZURpZmYvTWFrZWZpbGU6IFVzZSBNYWMgU0RLIHdoZW4gYnVpbGRpbmcgZm9yIGlPUyBTaW11bGF0
b3Igb3IgaU9TIGRldmljZS4KKyAgICAgICAgKiBNYWtlZmlsZTogQnVpbGQgSW1hZ2VEaWZmIGZv
ciBhbGwgcGxhdGZvcm1zLgorCiAyMDE3LTA1LTA4ICBDYXJsb3MgR2FyY2lhIENhbXBvcyAgPGNn
YXJjaWFAaWdhbGlhLmNvbT4KIAogICAgICAgICBVbnJldmlld2VkLiBGaXggR1RLKyB0ZXN0IC93
ZWJraXQyL1dlYktpdENvbnNvbGVNZXNzYWdlL25ldHdvcmstZXJyb3IgYWZ0ZXIgcjIxNTU1Ni4K
SW5kZXg6IFRvb2xzL01ha2VmaWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT0KLS0tIFRvb2xzL01ha2VmaWxlCShyZXZp
c2lvbiAyMTY0MjApCisrKyBUb29scy9NYWtlZmlsZQkod29ya2luZyBjb3B5KQpAQCAtMSw0ICsx
LDQgQEAKLU1PRFVMRVMgPSBEdW1wUmVuZGVyVHJlZSBXZWJLaXRUZXN0UnVubmVyIE1pbmlCcm93
c2VyIC4uL1NvdXJjZS9UaGlyZFBhcnR5L2d0ZXN0L3hjb2RlIFRlc3RXZWJLaXRBUEkKK01PRFVM
RVMgPSBEdW1wUmVuZGVyVHJlZSBXZWJLaXRUZXN0UnVubmVyIE1pbmlCcm93c2VyIC4uL1NvdXJj
ZS9UaGlyZFBhcnR5L2d0ZXN0L3hjb2RlIFRlc3RXZWJLaXRBUEkgSW1hZ2VEaWZmCiAKIGlmbmVx
ICgsJChTREtST09UKSkKIAlpZmVxICgsJChmaW5kc3RyaW5nIG1hY29zeCwkKFNES1JPT1QpKSkK
SW5kZXg6IFRvb2xzL0ltYWdlRGlmZi9NYWtlZmlsZQo9PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBUb29scy9JbWFn
ZURpZmYvTWFrZWZpbGUJKHJldmlzaW9uIDIxNjQyMCkKKysrIFRvb2xzL0ltYWdlRGlmZi9NYWtl
ZmlsZQkod29ya2luZyBjb3B5KQpAQCAtMSwzICsxLDggQEAKIFNDUklQVFNfUEFUSCA9IC4uL1Nj
cmlwdHMKIAoraWZuZXEgKCwkKGZpbmRzdHJpbmcgaXBob25lLCQoU0RLUk9PVCkpKQorCU9WRVJS
SURFX1NES1JPT1QgPSBtYWNvc3gKKwlPVkVSUklERV9BUkNIUyA9ICJpMzg2IHg4Nl82NCIKK2Vu
ZGlmCisKIGluY2x1ZGUgLi4vLi4vTWFrZWZpbGUuc2hhcmVkCg==
</data>

          </attachment>
          <attachment
              isobsolete="1"
              ispatch="1"
              isprivate="0"
          >
            <attachid>309420</attachid>
            <date>2017-05-08 15:12:41 -0700</date>
            <delta_ts>2017-05-08 16:10:16 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-171788-20170508151241.patch</filename>
            <type>text/plain</type>
            <size>1831</size>
            <attacher name="Jonathan Bedard">jbedard</attacher>
            
              <data encoding="base64">SW5kZXg6IFRvb2xzL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBUb29scy9DaGFuZ2VMb2cJKHJl
dmlzaW9uIDIxNjQ1NCkKKysrIFRvb2xzL0NoYW5nZUxvZwkod29ya2luZyBjb3B5KQpAQCAtMSwz
ICsxLDE5IEBACisyMDE3LTA1LTA4ICBKb25hdGhhbiBCZWRhcmQgIDxqYmVkYXJkQGFwcGxlLmNv
bT4KKworICAgICAgICBSRUdSRVNTSU9OOiBJbWFnZURpZmYgbm90IGJ1aWxkaW5nIHdpdGggbWFr
ZQorICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MTcxNzg4
CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgRm9yIE1h
YywgSW1hZ2VEaWZmIGlzIG5vdCBiZWluZyBidWlsdCB3aGVuIHVzaW5nIE1ha2UuIEZvciBpT1Mg
U2ltdWxhdG9yCisgICAgICAgIGFuZCBpT1MgZGV2aWNlLCBJbWFnZURpZmYgaXMgYmVpbmcgYnVp
bHQgd2l0aCB0aGUgU0RLIG9mIHRoZSB0YXJnZXQgd2hlbgorICAgICAgICBidWlsdCB0aHJvdWdo
IG1ha2UuIEltYWdlRGlmZiBzaG91bGQgYWx3YXlzIGJlIGJ1aWx0IHdoZW4gdG9vbHMgYXJlIGJ1
aWx0CisgICAgICAgIHdpdGggTWFrZSBhbmQgaU9TIFNpbXVsYXRvciBhbmQgaU9TIERldmljZSBz
aG91bGQgYnVpbGQgSW1hZ2VEaWZmIHdpdGggdGhlCisgICAgICAgIG1hY29zeCBTREsuCisKKyAg
ICAgICAgKiBJbWFnZURpZmYvTWFrZWZpbGU6IFVzZSBNYWMgU0RLIHdoZW4gYnVpbGRpbmcgZm9y
IGlPUyBTaW11bGF0b3Igb3IgaU9TIGRldmljZS4KKyAgICAgICAgKiBNYWtlZmlsZTogQnVpbGQg
SW1hZ2VEaWZmIGZvciBhbGwgcGxhdGZvcm1zLgorCiAyMDE3LTA1LTA4ICBKb25hdGhhbiBCZWRh
cmQgIDxqYmVkYXJkQGFwcGxlLmNvbT4KIAogICAgICAgICBidWlsZGJvdDogQ2xlYW51cCBzaW11
bGF0b3JzIGFmdGVyIHJ1bm5pbmcgdGVzdHMKSW5kZXg6IFRvb2xzL01ha2VmaWxlCj09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT0KLS0tIFRvb2xzL01ha2VmaWxlCShyZXZpc2lvbiAyMTY0NTQpCisrKyBUb29scy9NYWtlZmls
ZQkod29ya2luZyBjb3B5KQpAQCAtMSw0ICsxLDQgQEAKLU1PRFVMRVMgPSBEdW1wUmVuZGVyVHJl
ZSBXZWJLaXRUZXN0UnVubmVyIE1pbmlCcm93c2VyIC4uL1NvdXJjZS9UaGlyZFBhcnR5L2d0ZXN0
L3hjb2RlIFRlc3RXZWJLaXRBUEkKK01PRFVMRVMgPSBEdW1wUmVuZGVyVHJlZSBXZWJLaXRUZXN0
UnVubmVyIE1pbmlCcm93c2VyIC4uL1NvdXJjZS9UaGlyZFBhcnR5L2d0ZXN0L3hjb2RlIFRlc3RX
ZWJLaXRBUEkgSW1hZ2VEaWZmCiAKIGlmbmVxICgsJChTREtST09UKSkKIAlpZmVxICgsJChmaW5k
c3RyaW5nIG1hY29zeCwkKFNES1JPT1QpKSkKSW5kZXg6IFRvb2xzL0ltYWdlRGlmZi9NYWtlZmls
ZQo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09Ci0tLSBUb29scy9JbWFnZURpZmYvTWFrZWZpbGUJKHJldmlzaW9uIDIxNjQ1
NCkKKysrIFRvb2xzL0ltYWdlRGlmZi9NYWtlZmlsZQkod29ya2luZyBjb3B5KQpAQCAtMSwzICsx
LDggQEAKIFNDUklQVFNfUEFUSCA9IC4uL1NjcmlwdHMKIAoraWZuZXEgKCwkKGZpbmRzdHJpbmcg
aXBob25lLCQoU0RLUk9PVCkpKQorCU9WRVJSSURFX1NES1JPT1QgPSBtYWNvc3gKKwlPVkVSUklE
RV9BUkNIUyA9ICJpMzg2IHg4Nl82NCIKK2VuZGlmCisKIGluY2x1ZGUgLi4vLi4vTWFrZWZpbGUu
c2hhcmVkCg==
</data>

          </attachment>
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>309433</attachid>
            <date>2017-05-08 16:10:18 -0700</date>
            <delta_ts>2017-05-09 07:53:05 -0700</delta_ts>
            <desc>Patch</desc>
            <filename>bug-171788-20170508161017.patch</filename>
            <type>text/plain</type>
            <size>1008</size>
            <attacher name="Jonathan Bedard">jbedard</attacher>
            
              <data encoding="base64">SW5kZXg6IFRvb2xzL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBUb29scy9DaGFuZ2VMb2cJKHJl
dmlzaW9uIDIxNjQ2MCkKKysrIFRvb2xzL0NoYW5nZUxvZwkod29ya2luZyBjb3B5KQpAQCAtMSwz
ICsxLDEyIEBACisyMDE3LTA1LTA4ICBKb25hdGhhbiBCZWRhcmQgIDxqYmVkYXJkQGFwcGxlLmNv
bT4KKworICAgICAgICBSRUdSRVNTSU9OOiBJbWFnZURpZmYgbm90IGJ1aWxkaW5nIHdpdGggbWFr
ZQorICAgICAgICBodHRwczovL2J1Z3Mud2Via2l0Lm9yZy9zaG93X2J1Zy5jZ2k/aWQ9MTcxNzg4
CisKKyAgICAgICAgUmV2aWV3ZWQgYnkgTk9CT0RZIChPT1BTISkuCisKKyAgICAgICAgKiBNYWtl
ZmlsZTogQnVpbGQgSW1hZ2VEaWZmIGZvciBhbGwgcGxhdGZvcm1zLgorCiAyMDE3LTA1LTA4ICBK
b25hdGhhbiBCZWRhcmQgIDxqYmVkYXJkQGFwcGxlLmNvbT4KIAogICAgICAgICBidWlsZGJvdDog
Q2xlYW51cCBzaW11bGF0b3JzIGFmdGVyIHJ1bm5pbmcgdGVzdHMKSW5kZXg6IFRvb2xzL01ha2Vm
aWxlCj09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT0KLS0tIFRvb2xzL01ha2VmaWxlCShyZXZpc2lvbiAyMTY0NjApCisrKyBU
b29scy9NYWtlZmlsZQkod29ya2luZyBjb3B5KQpAQCAtMSw0ICsxLDQgQEAKLU1PRFVMRVMgPSBE
dW1wUmVuZGVyVHJlZSBXZWJLaXRUZXN0UnVubmVyIE1pbmlCcm93c2VyIC4uL1NvdXJjZS9UaGly
ZFBhcnR5L2d0ZXN0L3hjb2RlIFRlc3RXZWJLaXRBUEkKK01PRFVMRVMgPSBEdW1wUmVuZGVyVHJl
ZSBXZWJLaXRUZXN0UnVubmVyIE1pbmlCcm93c2VyIC4uL1NvdXJjZS9UaGlyZFBhcnR5L2d0ZXN0
L3hjb2RlIFRlc3RXZWJLaXRBUEkgSW1hZ2VEaWZmCiAKIGlmbmVxICgsJChTREtST09UKSkKIAlp
ZmVxICgsJChmaW5kc3RyaW5nIG1hY29zeCwkKFNES1JPT1QpKSkK
</data>

          </attachment>
      

    </bug>

</bugzilla>