[webkit-changes] [WebKit/WebKit] 7848e2: [JSC] Fix Wasm test runner option

Yusuke Suzuki noreply at github.com
Thu Dec 15 10:02:23 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: 7848e21c20b3d957698bb3bb376511250c38a3b5
      https://github.com/WebKit/WebKit/commit/7848e21c20b3d957698bb3bb376511250c38a3b5
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  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




More information about the webkit-changes mailing list