<?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>72615</bug_id>
          
          <creation_ts>2011-11-17 08:02:56 -0800</creation_ts>
          <short_desc>Chromium Mac 10.5 CG dbg bots are failing to run webkit_gpu_tests</short_desc>
          <delta_ts>2011-11-17 14:08:22 -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>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="Steve Block">steveblock</reporter>
          <assigned_to name="Dirk Pranke">dpranke</assigned_to>
          <cc>abarth</cc>
    
    <cc>dpranke</cc>
    
    <cc>jamesr</cc>
    
    <cc>ojan</cc>
    
    <cc>webkit.review.bot</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>504860</commentid>
    <comment_count>0</comment_count>
    <who name="Steve Block">steveblock</who>
    <bug_when>2011-11-17 08:02:56 -0800</bug_when>
    <thetext>See http://build.chromium.org/p/chromium.webkit/builders/Webkit%20Mac10.5%20%28CG%29%28dbg%29%281%29/builds/895

It looks like the test manager script isn&apos;t designed to handle only 1 test being run ...

2011-11-17 07:24:10,271 37811 printing.py:462 INFO Preparing tests ...
2011-11-17 07:24:10,271 37811 printing.py:462 INFO Found:  1 tests
Traceback (most recent call last):
  File &quot;/b/build/slave/Webkit_Mac10_5__CG__dbg__1_/build/src/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py&quot;, line 420, in &lt;module&gt;
    sys.exit(main())
  File &quot;/b/build/slave/Webkit_Mac10_5__CG__dbg__1_/build/src/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py&quot;, line 415, in main
    return run(port, options, args)
  File &quot;/b/build/slave/Webkit_Mac10_5__CG__dbg__1_/build/src/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/run_webkit_tests.py&quot;, line 86, in run
    result_summary = manager.set_up_run()
  File &quot;/b/build/slave/Webkit_Mac10_5__CG__dbg__1_/build/src/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py&quot;, line 877, in set_up_run
    result_summary = self.prepare_lists_and_print_output()
  File &quot;/b/build/slave/Webkit_Mac10_5__CG__dbg__1_/build/src/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py&quot;, line 514, in prepare_lists_and_print_output
    skipped = self._split_into_chunks_if_necessary(skipped)
  File &quot;/b/build/slave/Webkit_Mac10_5__CG__dbg__1_/build/src/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/controllers/manager.py&quot;, line 426, in _split_into_chunks_if_necessary
    assert(test_size &lt;= num_tests)
AssertionError

On Webkit Mac10.5 (CG)(dbg)(1), the problem started some time between build 878 and 891 (WebKit r100341 to r559). It&apos;s not clear exactly when because the test_expectations file was broken in this range, causing the test run to fail for other reasons.

I suspect this is something to do with the recent changes made by jamesr, regarding not running CG tests on Mac 10.5, but I can&apos;t find the change he made.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>504945</commentid>
    <comment_count>1</comment_count>
    <who name="James Robinson">jamesr</who>
    <bug_when>2011-11-17 09:59:43 -0800</bug_when>
    <thetext>Note that zero tests should run on the 10.5 bots in webkit_gpu_tests, so we aren&apos;t losing any actual coverage here.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>504953</commentid>
    <comment_count>2</comment_count>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2011-11-17 10:15:53 -0800</bug_when>
    <thetext>Ah, interesting. I can believe we don&apos;t have tests for this. Will fix later this morning.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>505087</commentid>
    <comment_count>3</comment_count>
      <attachid>115654</attachid>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2011-11-17 12:17:35 -0800</bug_when>
    <thetext>Created attachment 115654
Patch</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>505088</commentid>
    <comment_count>4</comment_count>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2011-11-17 12:19:03 -0800</bug_when>
    <thetext>Okay, for now I&apos;ll just run a few more dummy tests, since it&apos;s not obvious what the right way to fix things is - should each shard run the same test? etc.

Also, it looks like eric refactored that part of the code in a way that&apos;s a little weird, so I want to clean it up separately.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>505195</commentid>
    <comment_count>5</comment_count>
      <attachid>115654</attachid>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2011-11-17 14:08:18 -0800</bug_when>
    <thetext>Comment on attachment 115654
Patch

Clearing flags on attachment: 115654

Committed r100673: &lt;http://trac.webkit.org/changeset/100673&gt;</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>505196</commentid>
    <comment_count>6</comment_count>
    <who name="Dirk Pranke">dpranke</who>
    <bug_when>2011-11-17 14:08:22 -0800</bug_when>
    <thetext>All reviewed patches have been landed.  Closing bug.</thetext>
  </long_desc>
      
          <attachment
              isobsolete="0"
              ispatch="1"
              isprivate="0"
          >
            <attachid>115654</attachid>
            <date>2011-11-17 12:17:35 -0800</date>
            <delta_ts>2011-11-17 14:08:18 -0800</delta_ts>
            <desc>Patch</desc>
            <filename>bug-72615-20111117121734.patch</filename>
            <type>text/plain</type>
            <size>1597</size>
            <attacher name="Dirk Pranke">dpranke</attacher>
            
              <data encoding="base64">U3VidmVyc2lvbiBSZXZpc2lvbjogMTAwNTE4CmRpZmYgLS1naXQgYS9Ub29scy9DaGFuZ2VMb2cg
Yi9Ub29scy9DaGFuZ2VMb2cKaW5kZXggNWUyN2I4OWY3OTc4ZDNiNmEyYmNiNmM3MzU2ZmM5MGM1
MDJhOGU5OC4uYjIyMjgyMDNmYzFmNmJjOWVlMDBlMTZlMjYzZGQwYWQ3YzMyZGI5MCAxMDA2NDQK
LS0tIGEvVG9vbHMvQ2hhbmdlTG9nCisrKyBiL1Rvb2xzL0NoYW5nZUxvZwpAQCAtMSwzICsxLDEy
IEBACisyMDExLTExLTE3ICBEaXJrIFByYW5rZSAgPGRwcmFua2VAY2hyb21pdW0ub3JnPgorCisg
ICAgICAgIENocm9taXVtIE1hYyAxMC41IENHIGRiZyBib3RzIGFyZSBmYWlsaW5nIHRvIHJ1biB3
ZWJraXRfZ3B1X3Rlc3RzCisgICAgICAgIGh0dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVn
LmNnaT9pZD03MjYxNQorCisgICAgICAgIFJldmlld2VkIGJ5IE5PQk9EWSAoT09QUyEpLgorCisg
ICAgICAgICogU2NyaXB0cy93ZWJraXRweS9sYXlvdXRfdGVzdHMvcG9ydC9jaHJvbWl1bV9ncHUu
cHk6CisKIDIwMTEtMTEtMTYgIFRvbnkgQ2hhbmcgIDx0b255QGNocm9taXVtLm9yZz4KIAogICAg
ICAgICBbTlJXVF0gc3BlY3VsYXRpdmUgZml4IGZvciBtdWx0aXBsZSBzdWJwcm9jZXNzIHRlc3Qg
b24gY3lnd2luCmRpZmYgLS1naXQgYS9Ub29scy9TY3JpcHRzL3dlYmtpdHB5L2xheW91dF90ZXN0
cy9wb3J0L2Nocm9taXVtX2dwdS5weSBiL1Rvb2xzL1NjcmlwdHMvd2Via2l0cHkvbGF5b3V0X3Rl
c3RzL3BvcnQvY2hyb21pdW1fZ3B1LnB5CmluZGV4IDgzNGMyMDNiMzgzZTdhOGM5Y2I3Yjk4OGU0
MmZhNDY4NTg0ZjhlMmYuLmU4NmI4Yjc1M2VkN2ExYjBjMTg5ZjliNTQ0NjE3YjdkOWRhNjc1OWMg
MTAwNjQ0Ci0tLSBhL1Rvb2xzL1NjcmlwdHMvd2Via2l0cHkvbGF5b3V0X3Rlc3RzL3BvcnQvY2hy
b21pdW1fZ3B1LnB5CisrKyBiL1Rvb2xzL1NjcmlwdHMvd2Via2l0cHkvbGF5b3V0X3Rlc3RzL3Bv
cnQvY2hyb21pdW1fZ3B1LnB5CkBAIC05Nyw4ICs5Nyw4IEBAIGRlZiBfdGVzdHMocG9ydCwgcGF0
aHMpOgogICAgICAgICAgICAgIyB0ZXN0cyBvbiB0aGUgYm90cy4gSWYgcGF0aHMgaXMgZW1wdHks
IHRlc3RfZmlsZXMuZmluZCgpCiAgICAgICAgICAgICAjIGZpbmRzICpldmVyeXRoaW5nKi4gSG93
ZXZlciwgd2UgaGF2ZSB0byByZXR1cm4gc29tZXRoaW5nLAogICAgICAgICAgICAgIyBvciBOUldU
IHRoaW5rcyB0aGVyZSdzIHNvbWV0aGluZyB3cm9uZy4gU28sIHdlIHJldHVybiBhIHNpbmdsZQot
ICAgICAgICAgICAgIyBkdW1teSB0ZXN0LiBTZWUgaHR0cHM6Ly9idWdzLndlYmtpdC5vcmcvc2hv
d19idWcuY2dpP2lkPTcyNDk4LgotICAgICAgICAgICAgcGF0aHMgPSBbJ2Zhc3QvaHRtbC9hcnRp
Y2xlLWVsZW1lbnQuaHRtbCddCisgICAgICAgICAgICAjIHNob3J0IGRpcmVjdG9yeS4gU2VlIGh0
dHBzOi8vYnVncy53ZWJraXQub3JnL3Nob3dfYnVnLmNnaT9pZD03MjQ5OC4KKyAgICAgICAgICAg
IHBhdGhzID0gWydmYXN0L2h0bWwnXQogCiAgICAgcmV0dXJuIHNldChbcG9ydC5yZWxhdGl2ZV90
ZXN0X2ZpbGVuYW1lKGYpIGZvciBmIGluIHRlc3RfZmlsZXMuZmluZChwb3J0LCBwYXRocyldKQog
Cg==
</data>

          </attachment>
      

    </bug>

</bugzilla>