<?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>123585</bug_id>
          
          <creation_ts>2013-10-31 13:02:11 -0700</creation_ts>
          <short_desc>run-javascriptcore-tests is failing on Windows</short_desc>
          <delta_ts>2013-12-03 11:55:15 -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>P1</priority>
          <bug_severity>Normal</bug_severity>
          <target_milestone>---</target_milestone>
          <dependson>121972</dependson>
          
          <everconfirmed>1</everconfirmed>
          <reporter name="Ryosuke Niwa">rniwa</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>bfulgham</cc>
    
    <cc>fpizlo</cc>
    
    <cc>ggaren</cc>
    
    <cc>mark.lam</cc>
    
    <cc>oliver</cc>
    
    <cc>roger_fong</cc>
    
    <cc>webkit-bug-importer</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>945645</commentid>
    <comment_count>0</comment_count>
    <who name="Ryosuke Niwa">rniwa</who>
    <bug_when>2013-10-31 13:02:11 -0700</bug_when>
    <thetext>e.g.
http://build.webkit.org/builders/Apple%20Win%207%20Release%20%28Tests%29/builds/39846
http://build.webkit.org/builders/Apple%20Win%207%20Release%20%28Tests%29/builds/39846/steps/jscore-test/logs/stdio

 using PTY: False
program finished with exit code 254
elapsedTime=1.591203</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>951663</commentid>
    <comment_count>1</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2013-11-18 10:25:52 -0800</bug_when>
    <thetext>Are any of the JSC guys looking at these failures?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>951701</commentid>
    <comment_count>2</comment_count>
    <who name="Geoffrey Garen">ggaren</who>
    <bug_when>2013-11-18 11:05:58 -0800</bug_when>
    <thetext>The first step here is to build locally and get the output from the failing run. The buildbot doesn&apos;t seem to have it.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>953711</commentid>
    <comment_count>3</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2013-11-22 16:01:53 -0800</bug_when>
    <thetext>It looks like the issue is that testapi.exe fails immediately, stopping the tests from running at all.

If I run &quot;run-javascriptcore-tests --debug --no-build --no-testapi&quot; I get a clean run:

Results for Mozilla tests:
    0 regressions found.
    0 tests fixed.
    OK.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>953714</commentid>
    <comment_count>4</comment_count>
    <who name="Filip Pizlo">fpizlo</who>
    <bug_when>2013-11-22 16:08:13 -0800</bug_when>
    <thetext>(In reply to comment #3)
&gt; It looks like the issue is that testapi.exe fails immediately, stopping the tests from running at all.
&gt; 
&gt; If I run &quot;run-javascriptcore-tests --debug --no-build --no-testapi&quot; I get a clean run:
&gt; 
&gt; Results for Mozilla tests:
&gt;     0 regressions found.
&gt;     0 tests fixed.
&gt;     OK.

OK, though it would be great to port the jsc-stress-tests to Windows also.  The Mozilla tests don&apos;t really exercise the system.  jsc-stress-tests do, and they might be able to tell you more about why testapi is failing.  They&apos;ll probably reveal other bugs that aren&apos;t currently covered by layout tests, mozilla tests, or anything else.

Porting run-jsc-stress-tests just involves some Windows script foo.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>953728</commentid>
    <comment_count>5</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2013-11-22 16:25:35 -0800</bug_when>
    <thetext>(In reply to comment #4)
&gt; (In reply to comment #3)
&gt; &gt; It looks like the issue is that testapi.exe fails immediately, stopping the tests from running at all.
&gt; &gt; 
&gt; &gt; If I run &quot;run-javascriptcore-tests --debug --no-build --no-testapi&quot; I get a clean run:
&gt; &gt; 
&gt; &gt; Results for Mozilla tests:
&gt; &gt;     0 regressions found.
&gt; &gt;     0 tests fixed.
&gt; &gt;     OK.
&gt; 
&gt; OK, though it would be great to port the jsc-stress-tests to Windows also.  The Mozilla tests don&apos;t really exercise the system.  jsc-stress-tests do, and they might be able to tell you more about why testapi is failing.  They&apos;ll probably reveal other bugs that aren&apos;t currently covered by layout tests, mozilla tests, or anything else.
&gt; 
&gt; Porting run-jsc-stress-tests just involves some Windows script foo.

I&apos;ll see about getting the stress tests running under https://bugs.webkit.org/show_bug.cgi?id=124801.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>956031</commentid>
    <comment_count>6</comment_count>
    <who name="Brent Fulgham">bfulgham</who>
    <bug_when>2013-12-03 11:55:15 -0800</bug_when>
    <thetext>These are now working properly.  Closing.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>