Changeset 184119 in webkit


Ignore:
Timestamp:
May 11, 2015 1:42:39 PM (9 years ago)
Author:
Csaba Osztrogonác
Message:

Fix run-javascriptcore-tests step on the WinCairo bot
https://bugs.webkit.org/show_bug.cgi?id=144866

Reviewed by Darin Adler.

  • Scripts/run-jsc-stress-tests:
Location:
trunk/Tools
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Tools/ChangeLog

    r184116 r184119  
     12015-05-11  Csaba Osztrogonác  <ossy@webkit.org>
     2
     3        Fix run-javascriptcore-tests step on the WinCairo bot
     4        https://bugs.webkit.org/show_bug.cgi?id=144866
     5
     6        Reviewed by Darin Adler.
     7
     8        * Scripts/run-jsc-stress-tests:
     9
    1102015-05-11  Alex Christensen  <achristensen@webkit.org>
    211
  • trunk/Tools/Scripts/run-jsc-stress-tests

    r183974 r184119  
    337337end
    338338
     339# Force copying VM, because creating symlinks with symlink() isn't supported on Windows
     340if $hostOS == "windows"
     341    $copyVM = true
     342end
     343
    339344$numFailures = 0
    340345
Note: See TracChangeset for help on using the changeset viewer.