[webkit-changes] [WebKit/WebKit] 55e44f: Fix running jsc tests on Windows (non-cygwin) afte...

Stephan Szabo noreply at github.com
Sun Jan 14 16:20:26 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 55e44f92c5bb72f9ed33bbb571c531b738c38634
      https://github.com/WebKit/WebKit/commit/55e44f92c5bb72f9ed33bbb571c531b738c38634
  Author: Stephan Szabo <stephan.szabo at sony.com>
  Date:   2024-01-14 (Sun, 14 Jan 2024)

  Changed paths:
    M Tools/Scripts/run-jsc-stress-tests
    M Tools/Scripts/webkitruby/jsc-stress-test-writer-ruby.rb

  Log Message:
  -----------
  Fix running jsc tests on Windows (non-cygwin) after 272663 at main
https://bugs.webkit.org/show_bug.cgi?id=267424

Reviewed by Ryan Haddad.

Update the ruby writer to no longer use the removed variable name
for the 'prefix' of the results name and to append results to that
file.

Change the reading to not use directly File.open().each as that
appears to not automatically close the file which causes issues
on Windows for later unlink attempts.

* Tools/Scripts/run-jsc-stress-tests:
* Tools/Scripts/webkitruby/jsc-stress-test-writer-ruby.rb:

Canonical link: https://commits.webkit.org/273028@main




More information about the webkit-changes mailing list