Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 55e44f92c5bb72f9ed33bbb571c531b738c38634 https://github.com/WebKit/WebKit/commit/55e44f92c5bb72f9ed33bbb571c531b738c38634 Author: Stephan Szabo <stephan.sz...@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@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 _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes