<?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>89541</bug_id>
          
          <creation_ts>2012-06-19 18:52:55 -0700</creation_ts>
          <short_desc>Apple port does not need to build tools for testers</short_desc>
          <delta_ts>2017-03-30 14:00:28 -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>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>
          <dependson>89540</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Lucas Forschler">lforschler</reporter>
          <assigned_to name="Lucas Forschler">lforschler</assigned_to>
          <cc>crogers</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>653084</commentid>
    <comment_count>0</comment_count>
    <who name="Lucas Forschler">lforschler</who>
    <bug_when>2012-06-19 18:52:55 -0700</bug_when>
    <thetext>Once 89540 is done, we need to tell the bots not to build the tools.
run-api-tests needs --no-build
run-webkit-tests needs --no-build</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1292923</commentid>
    <comment_count>1</comment_count>
    <who name="Lucas Forschler">lforschler</who>
    <bug_when>2017-03-30 13:58:39 -0700</bug_when>
    <thetext>I think this is fixed... current master.cfg reads:
    command = [&quot;perl&quot;, &quot;./Tools/Scripts/run-api-tests&quot;, &quot;--no-build&quot;, WithProperties(&quot;--%(configuration)s&quot;), &quot;--verbose&quot;]</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1292926</commentid>
    <comment_count>2</comment_count>
    <who name="Lucas Forschler">lforschler</who>
    <bug_when>2017-03-30 14:00:28 -0700</bug_when>
    <thetext>and for run-webkit-tests
class RunWebKitTests(shell.Test):
    name = &quot;layout-test&quot;
    description = [&quot;layout-tests running&quot;]
    descriptionDone = [&quot;layout-tests&quot;]
    resultDirectory = &quot;layout-test-results&quot;
    command = [&quot;python&quot;, &quot;./Tools/Scripts/run-webkit-tests&quot;,
               &quot;--no-build&quot;,
               &quot;--no-show-results&quot;,
               &quot;--no-new-test-results&quot;,
               &quot;--builder-name&quot;, WithProperties(&quot;%(buildername)s&quot;),
               &quot;--build-number&quot;, WithProperties(&quot;%(buildnumber)s&quot;),
               &quot;--master-name&quot;, &quot;webkit.org&quot;,
               &quot;--test-results-server&quot;, &quot;webkit-test-results.webkit.org&quot;,
               &quot;--exit-after-n-crashes-or-timeouts&quot;, &quot;50&quot;,
               &quot;--exit-after-n-failures&quot;, &quot;500&quot;,
               WithProperties(&quot;--%(configuration)s&quot;)]</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>