<?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>155053</bug_id>
          
          <creation_ts>2016-03-04 16:45:12 -0800</creation_ts>
          <short_desc>Add iOS simulator debug bots</short_desc>
          <delta_ts>2016-03-18 11:25:06 -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>Other</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="Alexey Proskuryakov">ap</reporter>
          <assigned_to name="Alexey Proskuryakov">ap</assigned_to>
          <cc>commit-queue</cc>
    
    <cc>lforschler</cc>
    
    <cc>ossy</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1171105</commentid>
    <comment_count>0</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2016-03-04 16:45:12 -0800</bug_when>
    <thetext>.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1171106</commentid>
    <comment_count>1</comment_count>
      <attachid>273057</attachid>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2016-03-04 16:46:17 -0800</bug_when>
    <thetext>Created attachment 273057
proposed patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1171107</commentid>
    <comment_count>2</comment_count>
      <attachid>273057</attachid>
    <who name="Lucas Forschler">lforschler</who>
    <bug_when>2016-03-04 16:48:11 -0800</bug_when>
    <thetext>Comment on attachment 273057
proposed patch

I think you need to add a scheduler for the new configurations.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1171108</commentid>
    <comment_count>3</comment_count>
    <who name="Lucas Forschler">lforschler</who>
    <bug_when>2016-03-04 16:49:59 -0800</bug_when>
    <thetext>Looks correct, my mistake.
(In reply to comment #2)
&gt; Comment on attachment 273057 [details]
&gt; proposed patch
&gt; 
&gt; I think you need to add a scheduler for the new configurations.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1171109</commentid>
    <comment_count>4</comment_count>
      <attachid>273057</attachid>
    <who name="WebKit Commit Bot">commit-queue</who>
    <bug_when>2016-03-04 16:51:29 -0800</bug_when>
    <thetext>Comment on attachment 273057
proposed patch

Rejecting attachment 273057 from commit-queue.

Failed to run &quot;[&apos;/Volumes/Data/EWS/WebKit/Tools/Scripts/webkit-patch&apos;, &apos;--status-host=webkit-queues.webkit.org&apos;, &apos;--bot-id=webkit-cq-02&apos;, &apos;validate-changelog&apos;, &apos;--check-oops&apos;, &apos;--non-interactive&apos;, 273057, &apos;--port=mac&apos;]&quot; exit_code: 1 cwd: /Volumes/Data/EWS/WebKit

/Volumes/Data/EWS/WebKit/Tools/ChangeLog neither lists a valid reviewer nor contains the string &quot;Unreviewed&quot; or &quot;Rubber stamp&quot; (case insensitive).

Full output: http://webkit-queues.webkit.org/results/924166</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1171116</commentid>
    <comment_count>5</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2016-03-04 17:06:27 -0800</bug_when>
    <thetext>Committed http://trac.webkit.org/r197601</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1175414</commentid>
    <comment_count>6</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2016-03-16 11:35:35 -0700</bug_when>
    <thetext>(In reply to comment #5)
&gt; Committed http://trac.webkit.org/r197601

It broke the unittest of master.cfg. Could you possibly
add the new bots to mastercfg_unittest.py too?

======================================================================
FAIL: test_builder Apple iOS 9 Simulator Debug (Build) (__main__.BuildStepsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File &quot;./mastercfg_unittest.py&quot;, line 438, in doTest
    self.assertTrue(builder[&apos;name&apos;] in expected_build_steps, &quot;Missing expected result for builder: %s\n Actual result is %s&quot; % (builder[&apos;name&apos;], buildSteps))
AssertionError: Missing expected result for builder: Apple iOS 9 Simulator Debug (Build)
 Actual result is [&apos;configure build&apos;, &apos;svn&apos;, &apos;kill old processes&apos;, &apos;delete WebKitBuild directory&apos;, &apos;delete stale build files&apos;, &apos;compile-webkit&apos;, &apos;archive-built-product&apos;, &apos;upload&apos;, &apos;trigger&apos;]

======================================================================
FAIL: test_builder Apple iOS 9 Simulator Debug WK1 (Tests) (__main__.BuildStepsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File &quot;./mastercfg_unittest.py&quot;, line 438, in doTest
    self.assertTrue(builder[&apos;name&apos;] in expected_build_steps, &quot;Missing expected result for builder: %s\n Actual result is %s&quot; % (builder[&apos;name&apos;], buildSteps))
AssertionError: Missing expected result for builder: Apple iOS 9 Simulator Debug WK1 (Tests)
 Actual result is [&apos;configure build&apos;, &apos;svn&apos;, &apos;kill old processes&apos;, &apos;delete WebKitBuild directory&apos;, &apos;delete stale build files&apos;, &apos;download-built-product&apos;, &apos;extract-built-product&apos;, &apos;layout-test&apos;, &apos;run-api-tests&apos;, &apos;webkitpy-test&apos;, &apos;webkitperl-test&apos;, &apos;bindings-generation-tests&apos;, &apos;archive-test-results&apos;, &apos;upload&apos;, &apos;MasterShellCommand&apos;]

======================================================================
FAIL: test_builder Apple iOS 9 Simulator Debug WK2 (Tests) (__main__.BuildStepsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
  File &quot;./mastercfg_unittest.py&quot;, line 438, in doTest
    self.assertTrue(builder[&apos;name&apos;] in expected_build_steps, &quot;Missing expected result for builder: %s\n Actual result is %s&quot; % (builder[&apos;name&apos;], buildSteps))
AssertionError: Missing expected result for builder: Apple iOS 9 Simulator Debug WK2 (Tests)
 Actual result is [&apos;configure build&apos;, &apos;svn&apos;, &apos;kill old processes&apos;, &apos;delete WebKitBuild directory&apos;, &apos;delete stale build files&apos;, &apos;download-built-product&apos;, &apos;extract-built-product&apos;, &apos;layout-test&apos;, &apos;run-api-tests&apos;, &apos;webkitpy-test&apos;, &apos;webkitperl-test&apos;, &apos;bindings-generation-tests&apos;, &apos;archive-test-results&apos;, &apos;upload&apos;, &apos;MasterShellCommand&apos;]

----------------------------------------------------------------------
Ran 643 tests in 0.045s

FAILED (failures=3)</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1175453</commentid>
    <comment_count>7</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2016-03-16 12:50:08 -0700</bug_when>
    <thetext>Added in http://trac.webkit.org/r198293

I have some comments about this test:

1. It should run on bots at least, if not EWS. Hidden secret tests are not good.

2. It&apos;s not a very good test, because it needed to be updated for an obviously irrelevant change like this one. What it tests couldn&apos;t have possibly be broken here, so it shouldn&apos;t have required maintenance.

3. It prints a warning when I run it locally:

$ python ./mastercfg_unittest.py 
/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/pkgutil.py:186: ImportWarning: Not importing directory &apos;/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/mpl_toolkits&apos;: missing __init__.py
  file, filename, etc = imp.find_module(subname, path)
/Users/ap/Safari/OpenSource/Tools/Scripts/webkitpy/thirdparty/autoinstalled/twisted/twisted/spread/jelly.py:102: DeprecationWarning: the sets module is deprecated
  import sets as _sets
...................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
----------------------------------------------------------------------
Ran 643 tests in 0.022s

OK</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1176212</commentid>
    <comment_count>8</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2016-03-18 10:26:25 -0700</bug_when>
    <thetext>(In reply to comment #7)
&gt; Added in http://trac.webkit.org/r198293
&gt; 
&gt; I have some comments about this test:
&gt; 
&gt; 1. It should run on bots at least, if not EWS. Hidden secret tests are not
&gt; good.

It&apos;s not a hidden test, it&apos;s next to master.cfg and there 
are only a couple of developers who regularly touch master.cfg.

But I agree, it would be great to run it automatically. I won&apos;t have
time for it, but filed a bug report, maybe somebody else will pick it up:
bug155647
 
&gt; 2. It&apos;s not a very good test, because it needed to be updated for an
&gt; obviously irrelevant change like this one. What it tests couldn&apos;t have
&gt; possibly be broken here, so it shouldn&apos;t have required maintenance.
I started to simplify this test in bug155648

&gt; 3. It prints a warning when I run it locally:
&gt; 
&gt; $ python ./mastercfg_unittest.py 
&gt; /System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/
&gt; pkgutil.py:186: ImportWarning: Not importing directory
&gt; &apos;/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/
&gt; mpl_toolkits&apos;: missing __init__.py
&gt;   file, filename, etc = imp.find_module(subname, path)
&gt; /Users/ap/Safari/OpenSource/Tools/Scripts/webkitpy/thirdparty/autoinstalled/
&gt; twisted/twisted/spread/jelly.py:102: DeprecationWarning: the sets module is
&gt; deprecated
&gt;   import sets as _sets
&gt; .......
&gt; ----------------------------------------------------------------------
&gt; Ran 643 tests in 0.022s
&gt; 
&gt; OK

We can&apos;t do anything with this warning. It&apos;s come from the 
ancient twisted package which is used by build.webkit.org</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1176242</commentid>
    <comment_count>9</comment_count>
    <who name="Alexey Proskuryakov">ap</who>
    <bug_when>2016-03-18 11:25:06 -0700</bug_when>
    <thetext>&gt; We can&apos;t do anything with this warning.

Certainly it is possible filter it out of output? May not be worth the effort though.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>273057</attachid>
            <date>2016-03-04 16:46:17 -0800</date>
            <delta_ts>2016-03-04 16:51:29 -0800</delta_ts>
            <desc>proposed patch</desc>
            <filename>DebugBots.txt</filename>
            <type>text/plain</type>
            <size>6098</size>
            <attacher name="Alexey Proskuryakov">ap</attacher>
            
              <data encoding="base64">SW5kZXg6IFRvb2xzL0NoYW5nZUxvZwo9PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09Ci0tLSBUb29scy9DaGFuZ2VMb2cJKHJl
dmlzaW9uIDE5NzU5OCkKKysrIFRvb2xzL0NoYW5nZUxvZwkod29ya2luZyBjb3B5KQpAQCAtMSwz
ICsxLDEwIEBACisyMDE2LTAzLTA0ICBBbGV4ZXkgUHJvc2t1cnlha292ICA8YXBAYXBwbGUuY29t
PgorCisgICAgICAgIEFkZCBpT1Mgc2ltdWxhdG9yIGRlYnVnIGJvdHMKKyAgICAgICAgaHR0cHM6
Ly9idWdzLndlYmtpdC5vcmcvc2hvd19idWcuY2dpP2lkPTE1NTA1MworCisgICAgICAgICogQnVp
bGRTbGF2ZVN1cHBvcnQvYnVpbGQud2Via2l0Lm9yZy1jb25maWcvY29uZmlnLmpzb246CisKIDIw
MTYtMDMtMDQgIEJyZW50IEZ1bGdoYW0gIDxiZnVsZ2hhbUBhcHBsZS5jb20+CiAKICAgICAgICAg
W1dLMl0gR2F0aGVyIHJlc291cmNlIGxvYWQgc3RhdGlzdGljcwpJbmRleDogVG9vbHMvQnVpbGRT
bGF2ZVN1cHBvcnQvYnVpbGQud2Via2l0Lm9yZy1jb25maWcvY29uZmlnLmpzb24KPT09PT09PT09
PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09PT09
PQotLS0gVG9vbHMvQnVpbGRTbGF2ZVN1cHBvcnQvYnVpbGQud2Via2l0Lm9yZy1jb25maWcvY29u
ZmlnLmpzb24JKHJldmlzaW9uIDE5NzU4MikKKysrIFRvb2xzL0J1aWxkU2xhdmVTdXBwb3J0L2J1
aWxkLndlYmtpdC5vcmctY29uZmlnL2NvbmZpZy5qc29uCSh3b3JraW5nIGNvcHkpCkBAIC00NCwx
MSArNDQsMTcgQEAKIAogICAgICAgICAgICAgICAgICAgICB7ICJuYW1lIjogImJvdDQwNyIsICJw
bGF0Zm9ybSI6ICJpb3MtOSIgfSwKICAgICAgICAgICAgICAgICAgICAgeyAibmFtZSI6ICJib3Qx
OTciLCAicGxhdGZvcm0iOiAiaW9zLXNpbXVsYXRvci05IiB9LAorICAgICAgICAgICAgICAgICAg
ICB7ICJuYW1lIjogImJvdDMyOSIsICJwbGF0Zm9ybSI6ICJpb3Mtc2ltdWxhdG9yLTkiIH0sCiAg
ICAgICAgICAgICAgICAgICAgIHsgIm5hbWUiOiAiYm90NDAyIiwgInBsYXRmb3JtIjogImlvcy1z
aW11bGF0b3ItOSIgfSwKICAgICAgICAgICAgICAgICAgICAgeyAibmFtZSI6ICJib3Q0MDMiLCAi
cGxhdGZvcm0iOiAiaW9zLXNpbXVsYXRvci05IiB9LAorICAgICAgICAgICAgICAgICAgICB7ICJu
YW1lIjogImJvdDQwNCIsICJwbGF0Zm9ybSI6ICJpb3Mtc2ltdWxhdG9yLTkiIH0sCiAgICAgICAg
ICAgICAgICAgICAgIHsgIm5hbWUiOiAiYm90MjE1IiwgInBsYXRmb3JtIjogImlvcy1zaW11bGF0
b3ItOSIgfSwKICAgICAgICAgICAgICAgICAgICAgeyAibmFtZSI6ICJib3QyMTYiLCAicGxhdGZv
cm0iOiAiaW9zLXNpbXVsYXRvci05IiB9LAogICAgICAgICAgICAgICAgICAgICB7ICJuYW1lIjog
ImJvdDIxNyIsICJwbGF0Zm9ybSI6ICJpb3Mtc2ltdWxhdG9yLTkiIH0sCisgICAgICAgICAgICAg
ICAgICAgIHsgIm5hbWUiOiAiYm90NjUxIiwgInBsYXRmb3JtIjogImlvcy1zaW11bGF0b3ItOSIg
fSwKKyAgICAgICAgICAgICAgICAgICAgeyAibmFtZSI6ICJib3Q2NTIiLCAicGxhdGZvcm0iOiAi
aW9zLXNpbXVsYXRvci05IiB9LAorICAgICAgICAgICAgICAgICAgICB7ICJuYW1lIjogImJvdDY1
MyIsICJwbGF0Zm9ybSI6ICJpb3Mtc2ltdWxhdG9yLTkiIH0sCisgICAgICAgICAgICAgICAgICAg
IHsgIm5hbWUiOiAiYm90NjU0IiwgInBsYXRmb3JtIjogImlvcy1zaW11bGF0b3ItOSIgfSwKIAog
ICAgICAgICAgICAgICAgICAgICB7ICJuYW1lIjogImJvdDUxNiIsICJwbGF0Zm9ybSI6ICJ3aW4i
IH0sCiAgICAgICAgICAgICAgICAgICAgIHsgIm5hbWUiOiAiYm90NTE0IiwgInBsYXRmb3JtIjog
IndpbiIgfSwKQEAgLTIxMiwxNiArMjE4LDM0IEBACiAgICAgICAgICAgICAgICAgICAgICAgInNs
YXZlbmFtZXMiOiBbImJvdDQwMiIsICJib3Q0MDMiXQogICAgICAgICAgICAgICAgICAgICB9LAog
ICAgICAgICAgICAgICAgICAgICB7CisgICAgICAgICAgICAgICAgICAgICAgIm5hbWUiOiAiQXBw
bGUgaU9TIDkgU2ltdWxhdG9yIERlYnVnIChCdWlsZCkiLCAidHlwZSI6ICJCdWlsZCIsICJidWls
ZGRpciI6ICJpb3Mtc2ltdWxhdG9yLTktZGVidWciLAorICAgICAgICAgICAgICAgICAgICAgICJw
bGF0Zm9ybSI6ICJpb3Mtc2ltdWxhdG9yLTkiLCAiY29uZmlndXJhdGlvbiI6ICJkZWJ1ZyIsICJh
cmNoaXRlY3R1cmVzIjogWyJ4ODZfNjQiXSwKKyAgICAgICAgICAgICAgICAgICAgICAidHJpZ2dl
cnMiOiBbImlvcy1zaW11bGF0b3ItOS1kZWJ1Zy10ZXN0cy13azEiLCAiaW9zLXNpbXVsYXRvci05
LWRlYnVnLXRlc3RzLXdrMiJdLAorICAgICAgICAgICAgICAgICAgICAgICJzbGF2ZW5hbWVzIjog
WyJib3QzMjkiLCAiYm90NDA0Il0KKyAgICAgICAgICAgICAgICAgICAgfSwKKyAgICAgICAgICAg
ICAgICAgICAgewogICAgICAgICAgICAgICAgICAgICAgICJuYW1lIjogIkFwcGxlIGlPUyA5IFNp
bXVsYXRvciBSZWxlYXNlIFdLMSAoVGVzdHMpIiwgInR5cGUiOiAiVGVzdFdlYktpdDFBbGxCdXRK
U0MiLCAiYnVpbGRkaXIiOiAiaW9zLXNpbXVsYXRvci05LXJlbGVhc2UtdGVzdHMtd2sxIiwKICAg
ICAgICAgICAgICAgICAgICAgICAicGxhdGZvcm0iOiAiaW9zLXNpbXVsYXRvci05IiwgImNvbmZp
Z3VyYXRpb24iOiAicmVsZWFzZSIsICJhcmNoaXRlY3R1cmVzIjogWyJ4ODZfNjQiXSwKICAgICAg
ICAgICAgICAgICAgICAgICAiYWRkaXRpb25hbEFyZ3VtZW50cyI6IFsiLS1uby1yZXRyeS1mYWls
dXJlcyJdLAogICAgICAgICAgICAgICAgICAgICAgICJzbGF2ZW5hbWVzIjogWyJib3QxOTciLCAi
Ym90MjE1Il0KICAgICAgICAgICAgICAgICAgICAgfSwKICAgICAgICAgICAgICAgICAgICAgewor
ICAgICAgICAgICAgICAgICAgICAgICJuYW1lIjogIkFwcGxlIGlPUyA5IFNpbXVsYXRvciBEZWJ1
ZyBXSzEgKFRlc3RzKSIsICJ0eXBlIjogIlRlc3RXZWJLaXQxQWxsQnV0SlNDIiwgImJ1aWxkZGly
IjogImlvcy1zaW11bGF0b3ItOS1kZWJ1Zy10ZXN0cy13azEiLAorICAgICAgICAgICAgICAgICAg
ICAgICJwbGF0Zm9ybSI6ICJpb3Mtc2ltdWxhdG9yLTkiLCAiY29uZmlndXJhdGlvbiI6ICJkZWJ1
ZyIsICJhcmNoaXRlY3R1cmVzIjogWyJ4ODZfNjQiXSwKKyAgICAgICAgICAgICAgICAgICAgICAi
YWRkaXRpb25hbEFyZ3VtZW50cyI6IFsiLS1uby1yZXRyeS1mYWlsdXJlcyJdLAorICAgICAgICAg
ICAgICAgICAgICAgICJzbGF2ZW5hbWVzIjogWyJib3QyMTYiLCAiYm90MjE3Il0KKyAgICAgICAg
ICAgICAgICAgICAgfSwKKyAgICAgICAgICAgICAgICAgICAgewogICAgICAgICAgICAgICAgICAg
ICAgICJuYW1lIjogIkFwcGxlIGlPUyA5IFNpbXVsYXRvciBSZWxlYXNlIFdLMiAoVGVzdHMpIiwg
InR5cGUiOiAiVGVzdEFsbEJ1dEpTQyIsICJidWlsZGRpciI6ICJpb3Mtc2ltdWxhdG9yLTktcmVs
ZWFzZS10ZXN0cy13azIiLAogICAgICAgICAgICAgICAgICAgICAgICJwbGF0Zm9ybSI6ICJpb3Mt
c2ltdWxhdG9yLTkiLCAiY29uZmlndXJhdGlvbiI6ICJyZWxlYXNlIiwgImFyY2hpdGVjdHVyZXMi
OiBbIng4Nl82NCJdLAogICAgICAgICAgICAgICAgICAgICAgICJhZGRpdGlvbmFsQXJndW1lbnRz
IjogWyItLW5vLXJldHJ5LWZhaWx1cmVzIl0sCi0gICAgICAgICAgICAgICAgICAgICAgInNsYXZl
bmFtZXMiOiBbImJvdDIxNiIsICJib3QyMTciXQorICAgICAgICAgICAgICAgICAgICAgICJzbGF2
ZW5hbWVzIjogWyJib3Q2NTEiLCAiYm90NjUyIl0KKyAgICAgICAgICAgICAgICAgICAgfSwKKyAg
ICAgICAgICAgICAgICAgICAgeworICAgICAgICAgICAgICAgICAgICAgICJuYW1lIjogIkFwcGxl
IGlPUyA5IFNpbXVsYXRvciBEZWJ1ZyBXSzIgKFRlc3RzKSIsICJ0eXBlIjogIlRlc3RBbGxCdXRK
U0MiLCAiYnVpbGRkaXIiOiAiaW9zLXNpbXVsYXRvci05LWRlYnVnLXRlc3RzLXdrMiIsCisgICAg
ICAgICAgICAgICAgICAgICAgInBsYXRmb3JtIjogImlvcy1zaW11bGF0b3ItOSIsICJjb25maWd1
cmF0aW9uIjogImRlYnVnIiwgImFyY2hpdGVjdHVyZXMiOiBbIng4Nl82NCJdLAorICAgICAgICAg
ICAgICAgICAgICAgICJhZGRpdGlvbmFsQXJndW1lbnRzIjogWyItLW5vLXJldHJ5LWZhaWx1cmVz
Il0sCisgICAgICAgICAgICAgICAgICAgICAgInNsYXZlbmFtZXMiOiBbImJvdDY1MyIsICJib3Q2
NTQiXQogICAgICAgICAgICAgICAgICAgICB9LAogICAgICAgICAgICAgICAgICAgICB7CiAgICAg
ICAgICAgICAgICAgICAgICAgIm5hbWUiOiAiQXBwbGUgV2luIFJlbGVhc2UgKEJ1aWxkKSIsICJ0
eXBlIjogIkJ1aWxkIiwgImJ1aWxkZGlyIjogIndpbi1yZWxlYXNlIiwKQEAgLTMzNSw2ICszNTks
OSBAQAogICAgICAgICAgICAgICAgICAgICB7ICJ0eXBlIjogIlBsYXRmb3JtU3BlY2lmaWNTY2hl
ZHVsZXIiLCAicGxhdGZvcm0iOiAiaW9zLXNpbXVsYXRvci05IiwgImJyYW5jaCI6ICJ0cnVuayIs
ICJ0cmVlU3RhYmxlVGltZXIiOiA0NS4wLAogICAgICAgICAgICAgICAgICAgICAgICJidWlsZGVy
TmFtZXMiOiBbIkFwcGxlIGlPUyA5IFNpbXVsYXRvciBSZWxlYXNlIChCdWlsZCkiXQogICAgICAg
ICAgICAgICAgICAgICB9LAorICAgICAgICAgICAgICAgICAgICB7ICJ0eXBlIjogIlBsYXRmb3Jt
U3BlY2lmaWNTY2hlZHVsZXIiLCAicGxhdGZvcm0iOiAiaW9zLXNpbXVsYXRvci05IiwgImJyYW5j
aCI6ICJ0cnVuayIsICJ0cmVlU3RhYmxlVGltZXIiOiA0NS4wLAorICAgICAgICAgICAgICAgICAg
ICAgICJidWlsZGVyTmFtZXMiOiBbIkFwcGxlIGlPUyA5IFNpbXVsYXRvciBEZWJ1ZyAoQnVpbGQp
Il0KKyAgICAgICAgICAgICAgICAgICAgfSwKICAgICAgICAgICAgICAgICAgICAgeyAidHlwZSI6
ICJQbGF0Zm9ybVNwZWNpZmljU2NoZWR1bGVyIiwgInBsYXRmb3JtIjogIndpbiIsICJicmFuY2gi
OiAidHJ1bmsiLCAidHJlZVN0YWJsZVRpbWVyIjogNDUuMCwKICAgICAgICAgICAgICAgICAgICAg
ICAiYnVpbGRlck5hbWVzIjogWyJBcHBsZSBXaW4gUmVsZWFzZSAoQnVpbGQpIiwgIkFwcGxlIFdp
biBEZWJ1ZyAoQnVpbGQpIl0KICAgICAgICAgICAgICAgICAgICAgfSwKQEAgLTM4OSw5ICs0MTYs
MTUgQEAKICAgICAgICAgICAgICAgICAgICAgeyAidHlwZSI6ICJUcmlnZ2VyYWJsZSIsICJuYW1l
IjogImlvcy1zaW11bGF0b3ItOS1yZWxlYXNlLXRlc3RzLXdrMSIsCiAgICAgICAgICAgICAgICAg
ICAgICAgImJ1aWxkZXJOYW1lcyI6IFsiQXBwbGUgaU9TIDkgU2ltdWxhdG9yIFJlbGVhc2UgV0sx
IChUZXN0cykiXQogICAgICAgICAgICAgICAgICAgICB9LAorICAgICAgICAgICAgICAgICAgICB7
ICJ0eXBlIjogIlRyaWdnZXJhYmxlIiwgIm5hbWUiOiAiaW9zLXNpbXVsYXRvci05LWRlYnVnLXRl
c3RzLXdrMSIsCisgICAgICAgICAgICAgICAgICAgICAgImJ1aWxkZXJOYW1lcyI6IFsiQXBwbGUg
aU9TIDkgU2ltdWxhdG9yIERlYnVnIFdLMSAoVGVzdHMpIl0KKyAgICAgICAgICAgICAgICAgICAg
fSwKICAgICAgICAgICAgICAgICAgICAgeyAidHlwZSI6ICJUcmlnZ2VyYWJsZSIsICJuYW1lIjog
Imlvcy1zaW11bGF0b3ItOS1yZWxlYXNlLXRlc3RzLXdrMiIsCiAgICAgICAgICAgICAgICAgICAg
ICAgImJ1aWxkZXJOYW1lcyI6IFsiQXBwbGUgaU9TIDkgU2ltdWxhdG9yIFJlbGVhc2UgV0syIChU
ZXN0cykiXQogICAgICAgICAgICAgICAgICAgICB9LAorICAgICAgICAgICAgICAgICAgICB7ICJ0
eXBlIjogIlRyaWdnZXJhYmxlIiwgIm5hbWUiOiAiaW9zLXNpbXVsYXRvci05LWRlYnVnLXRlc3Rz
LXdrMiIsCisgICAgICAgICAgICAgICAgICAgICAgImJ1aWxkZXJOYW1lcyI6IFsiQXBwbGUgaU9T
IDkgU2ltdWxhdG9yIERlYnVnIFdLMiAoVGVzdHMpIl0KKyAgICAgICAgICAgICAgICAgICAgfSwK
ICAgICAgICAgICAgICAgICAgICAgeyAidHlwZSI6ICJUcmlnZ2VyYWJsZSIsICJuYW1lIjogIndp
bi1yZWxlYXNlLXRlc3RzIiwKICAgICAgICAgICAgICAgICAgICAgICAiYnVpbGRlck5hbWVzIjog
WyJBcHBsZSBXaW4gNyBSZWxlYXNlIChUZXN0cykiXQogICAgICAgICAgICAgICAgICAgICB9LAo=
</data>
<flag name="review"
          id="297668"
          type_id="1"
          status="+"
          setter="lforschler"
    />
    <flag name="commit-queue"
          id="297669"
          type_id="3"
          status="-"
          setter="commit-queue"
    />
          </attachment>
      

    </bug>

</bugzilla>