Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7848e21c20b3d957698bb3bb376511250c38a3b5
      
https://github.com/WebKit/WebKit/commit/7848e21c20b3d957698bb3bb376511250c38a3b5
  Author: Yusuke Suzuki <[email protected]>
  Date:   2022-12-15 (Thu, 15 Dec 2022)

  Changed paths:
    M Tools/Scripts/run-jsc-stress-tests

  Log Message:
  -----------
  [JSC] Fix Wasm test runner option
https://bugs.webkit.org/show_bug.cgi?id=249375
rdar://103390244

Reviewed by Mark Lam.

runWebAssemblySIMDSpecTest is invoking runWebAssemblySpecTestBase twice. But 
this is not correct since it generates duplicate-named tests.
So latter half is not invoked because they have duplicate names. This patch 
extends runWebAssemblySpecTestBase to get a postfix to the
test name so that we can make the latter half separated and actually running.

* Tools/Scripts/run-jsc-stress-tests:

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


_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to