[Webkit-unassigned] [Bug 144866] New: Fix run-javascriptcore-tests step on the WinCairo bot

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 11 04:35:22 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=144866

            Bug ID: 144866
           Summary: Fix run-javascriptcore-tests step on the WinCairo bot
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: New Bugs
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: ossy at webkit.org
                CC: achristensen at apple.com, peavo at outlook.com

It fails with the following message long long time ago:

C:/Ruby22-x64/lib/ruby/2.2.0/fileutils.rb:357:in `symlink': symlink() function is unimplemented on this machine (NotImplementedError)
    from C:/Ruby22-x64/lib/ruby/2.2.0/fileutils.rb:357:in `block in ln_s'
    from C:/Ruby22-x64/lib/ruby/2.2.0/fileutils.rb:1586:in `fu_each_src_dest0'
    from C:/Ruby22-x64/lib/ruby/2.2.0/fileutils.rb:355:in `ln_s'
    from Tools/Scripts/run-jsc-stress-tests:1179:in `block in prepareBundle'
    from Tools/Scripts/run-jsc-stress-tests:1174:in `chdir'
    from Tools/Scripts/run-jsc-stress-tests:1174:in `prepareBundle'
    from Tools/Scripts/run-jsc-stress-tests:1576:in `runNormal'
    from Tools/Scripts/run-jsc-stress-tests:1608:in `<main>'

http://stackoverflow.com/questions/21511347/how-to-create-a-symlink-on-windows-via-ruby
It says that creating symlinks with symlink() isn't supported on Windows, it can
be done with only workaround. How does it work on the Apple Windows buildbots?
And it worked previously on the WinCairo bot too. What changed?

Maybe we can fix it with setting $copyVM to true based on OS. 
But I can't test if this fix is enough or not.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150511/be1f7f42/attachment.html>


More information about the webkit-unassigned mailing list