<?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>142588</bug_id>
          
          <creation_ts>2015-03-11 12:33:46 -0700</creation_ts>
          <short_desc>Fix run-bindings-tests on the WinCairo bot</short_desc>
          <delta_ts>2015-09-24 07:00:49 -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>New Bugs</component>
          <version>528+ (Nightly build)</version>
          <rep_platform>Unspecified</rep_platform>
          <op_sys>Unspecified</op_sys>
          <bug_status>RESOLVED</bug_status>
          <resolution>WONTFIX</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="Csaba Osztrogonác">ossy</reporter>
          <assigned_to name="Nobody">webkit-unassigned</assigned_to>
          <cc>achristensen</cc>
    
    <cc>bfulgham</cc>
    
    <cc>ossy</cc>
    
    <cc>roger_fong</cc>
          

      

      

      

          <comment_sort_order>oldest_to_newest</comment_sort_order>  
          <long_desc isprivate="0" >
    <commentid>1076402</commentid>
    <comment_count>0</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2015-03-11 12:33:46 -0700</bug_when>
    <thetext>It started to fail again 5 days ago:
https://build.webkit.org/builders/WinCairo%2064-Bit%20Release/builds/44523

Any idea what is the problem on the bot?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1076414</commentid>
    <comment_count>1</comment_count>
    <who name="Alex Christensen">achristensen</who>
    <bug_when>2015-03-11 13:10:55 -0700</bug_when>
    <thetext>line endings like https://bugs.webkit.org/show_bug.cgi?id=141507

I had been fixing them manually, but let&apos;s just set the svn property.  r=me.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1077243</commentid>
    <comment_count>2</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2015-03-15 10:35:27 -0700</bug_when>
    <thetext>Only 4 tests fail, how is it possible?

FAIL: (JS) JSTestSerializedScriptValueInterface.cpp
FAIL: (JS) JSTestInterface.cpp
FAIL: (JS) JSTestMediaQueryListListener.cpp
FAIL: (JS) JSTestObj.cpp

And how is it possible if these tests pass on Apple Windows bots,
but fail only on the WinCairo bot?</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1077244</commentid>
    <comment_count>3</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2015-03-15 10:47:50 -0700</bug_when>
    <thetext>I set svn:eol-style to LF for files in bindings/scripts/test/JS
http://trac.webkit.org/changeset/181508 . Let&apos;s see if it helps.

But it should work out of the box if somebody adds a new file.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1077430</commentid>
    <comment_count>4</comment_count>
    <who name="Alex Christensen">achristensen</who>
    <bug_when>2015-03-16 10:10:22 -0700</bug_when>
    <thetext>(In reply to comment #2)
&gt; Only 4 tests fail, how is it possible?
I had manually replaced \r\n with \n, then somebody touched those four files and svn updated them back to \r\n.
&gt; And how is it possible if these tests pass on Apple Windows bots,
&gt; but fail only on the WinCairo bot?
The Apple Windows bots use a different version of svn, and maybe different versions of Python and Perl.  Who knows.
(In reply to comment #3)
&gt; I set svn:eol-style to LF for files in bindings/scripts/test/JS
&gt; http://trac.webkit.org/changeset/181508 . Let&apos;s see if it helps.
Seems to have fixed it.  Thanks!
&gt; But it should work out of the box if somebody adds a new file.
I agree.  I don&apos;t think this will happen often, and I don&apos;t think it&apos;s high priority, but we could look into whatever is comparing the output if it becomes a problem.</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1093743</commentid>
    <comment_count>5</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2015-05-11 04:56:39 -0700</bug_when>
    <thetext>It is totally broken now, but it is a different bug:

The system cannot find the path specified.


The system cannot find the path specified.


The system cannot find the path specified.


The system cannot find the path specified.


The system cannot find the path specified.


The system cannot find the path specified.


The system cannot find the path specified.


Traceback (most recent call last):
  File &quot;./Tools/Scripts/run-bindings-tests&quot;, line 57, in &lt;module&gt;
  File &quot;./Tools/Scripts/run-bindings-tests&quot;, line 53, in main
  File &quot;C:\Users\Alex\Documents\WinCairoBot\win-cairo-release\build\Tools\Scripts\webkitpy\bindings\main.py&quot;, line 171, in main
    if not self.run_tests(generator, input_directory, reference_directory, supplemental_dependency_file):
  File &quot;C:\Users\Alex\Documents\WinCairoBot\win-cairo-release\build\Tools\Scripts\webkitpy\bindings\main.py&quot;, line 143, in run_tests
    if self.detect_changes(generator, work_directory, reference_directory):
  File &quot;C:\Users\Alex\Documents\WinCairoBot\win-cairo-release\build\Tools\Scripts\webkitpy\bindings\main.py&quot;, line 106, in detect_changes
    output = self.executive.run_command(cmd)
  File &quot;C:\Users\Alex\Documents\WinCairoBot\win-cairo-release\build\Tools\Scripts\webkitpy\common\system\executive.py&quot;, line 435, in run_command
    close_fds=self._should_close_fds())
  File &quot;C:\Users\Alex\Documents\WinCairoBot\win-cairo-release\build\Tools\Scripts\webkitpy\common\system\executive.py&quot;, line 506, in popen
    return subprocess.Popen(string_args, **kwargs)
  File &quot;C:\Python27\lib\subprocess.py&quot;, line 710, in __init__
    errread, errwrite)
  File &quot;C:\Python27\lib\subprocess.py&quot;, line 958, in _execute_child
    startupinfo)
WindowsError: [Error 2] The system cannot find the file specified</thetext>
  </long_desc><long_desc isprivate="0" >
    <commentid>1128481</commentid>
    <comment_count>6</comment_count>
    <who name="Csaba Osztrogonác">ossy</who>
    <bug_when>2015-09-24 07:00:49 -0700</bug_when>
    <thetext>The WinCairo bot doesn&apos;t run tests long time ago.</thetext>
  </long_desc>
      
      

    </bug>

</bugzilla>