[webkit-changes] [WebKit/WebKit] c4fa5d: [JSC] Fix x86_64 specific JS tests

Yusuke Suzuki noreply at github.com
Mon Dec 5 20:38:26 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/WebKit/WebKit
  Commit: c4fa5d14299e4ddb29c7e5902c1af243de84a8bf
      https://github.com/WebKit/WebKit/commit/c4fa5d14299e4ddb29c7e5902c1af243de84a8bf
  Author: Yusuke Suzuki <ysuzuki at apple.com>
  Date:   2022-12-05 (Mon, 05 Dec 2022)

  Changed paths:
    M JSTests/stress/big-wasm-memory-grow-no-max.js
    M JSTests/stress/big-wasm-memory-grow.js
    M JSTests/stress/big-wasm-memory.js
    M JSTests/stress/call-apply-exponential-bytecode-size.js
    M JSTests/stress/dont-link-virtual-calls-on-compiler-thread.js
    M JSTests/stress/elidable-new-object-roflcopter-then-exit.js
    M JSTests/stress/materialize-regexp-cyclic-regexp.js
    M JSTests/stress/materialized-regexp-has-correct-last-index-set-by-match.js
    M JSTests/stress/regress-173035.js
    M JSTests/stress/stack-overflow-in-yarr-byteCompile.js
    M JSTests/stress/typed-array-always-large.js
    M JSTests/stress/typed-array-eventually-large.js
    M JSTests/stress/typed-array-large-eventually-oob.js
    M JSTests/stress/typed-array-large-slice.js
    M JSTests/wasm/function-tests/trap-load-shared.js
    M JSTests/wasm/function-tests/trap-store-shared.js
    M JSTests/wasm/js-api/test_memory.js
    M JSTests/wasm/modules/wasm-imports-js-exports.js
    M JSTests/wasm/stress/atomic-decrement.js
    M JSTests/wasm/stress/atomic-increment.js
    M JSTests/wasm/stress/invalid-atomic-alignment.js
    M JSTests/wasm/stress/simd-const-spill.js
    M JSTests/wasm/stress/simd-const.js
    M JSTests/wasm/stress/simd-load.js
    M JSTests/wasm/stress/simd-register-allocation.js
    M JSTests/wasm/stress/simd-return-value-alignment.js
    M Tools/Scripts/run-jsc-stress-tests

  Log Message:
  -----------
  [JSC] Fix x86_64 specific JS tests
https://bugs.webkit.org/show_bug.cgi?id=248779
rdar://problem/102996954>

Reviewed by Justin Michaud.

Let's use x86_64 in JS tests instead of x86-64 since x86-64 name cannot be accepted by `/usr/bin/arch` command.

[1]: https://trac.webkit.org/changeset/263569/webkit

* JSTests/stress/big-wasm-memory-grow-no-max.js:
* JSTests/stress/big-wasm-memory-grow.js:
* JSTests/stress/big-wasm-memory.js:
* JSTests/stress/call-apply-exponential-bytecode-size.js:
* JSTests/stress/dont-link-virtual-calls-on-compiler-thread.js:
* JSTests/stress/elidable-new-object-roflcopter-then-exit.js:
* JSTests/stress/materialize-regexp-cyclic-regexp.js:
* JSTests/stress/materialized-regexp-has-correct-last-index-set-by-match.js:
* JSTests/stress/regress-173035.js:
* JSTests/stress/stack-overflow-in-yarr-byteCompile.js:
* JSTests/stress/typed-array-always-large.js:
* JSTests/stress/typed-array-eventually-large.js:
* JSTests/stress/typed-array-large-eventually-oob.js:
* JSTests/stress/typed-array-large-slice.js:
* JSTests/wasm/function-tests/trap-load-shared.js:
* JSTests/wasm/function-tests/trap-store-shared.js:
* JSTests/wasm/js-api/test_memory.js:
* JSTests/wasm/modules/wasm-imports-js-exports.js:
* JSTests/wasm/stress/atomic-decrement.js:
* JSTests/wasm/stress/atomic-increment.js:
* JSTests/wasm/stress/invalid-atomic-alignment.js:
* JSTests/wasm/stress/simd-const-spill.js:
* JSTests/wasm/stress/simd-const.js:
* JSTests/wasm/stress/simd-load.js:
* JSTests/wasm/stress/simd-register-allocation.js:
* JSTests/wasm/stress/simd-return-value-alignment.js:
* Tools/Scripts/run-jsc-stress-tests:

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




More information about the webkit-changes mailing list