Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: 2cde251213d2882cf4b67dbb2199f131a2d99df2 https://github.com/WebKit/WebKit/commit/2cde251213d2882cf4b67dbb2199f131a2d99df2 Author: Daniel Liu <danl...@umich.edu> Date: 2025-07-17 (Thu, 17 Jul 2025)
Changed paths: M JSTests/microbenchmarks/global-this-access-get.js M JSTests/microbenchmarks/global-this-access-put.js M JSTests/microbenchmarks/regexp-match-alphanumeric.js M JSTests/microbenchmarks/regexp-match-multiple-single-chars.js M JSTests/microbenchmarks/regexp-match-separators.js M JSTests/stress/array-prototype-concat-of-long-spliced-arrays.js M JSTests/stress/array-prototype-concat-of-long-spliced-arrays2.js M JSTests/stress/loop-osr-with-inlined-create-rest.js M JSTests/stress/string-prototype-replace-should-throw-out-of-memory-error-when-using-too-much-memory.js M JSTests/wasm/function-tests/memory-access-past-4gib.js M JSTests/wasm/js-api/memory-grow.js M JSTests/wasm/references/multitable.js M JSTests/wasm/stress/big-try.js M JSTests/wasm/stress/exports-getter-fold.js M JSTests/wasm/stress/exports-getter.js Log Message: ----------- Disable some noJIT tests on Debug due to timeouts https://bugs.webkit.org/show_bug.cgi?id=296149 rdar://155988745 Reviewed by Yusuke Suzuki. Running noJIT and Debug leads to some tests hitting timeouts during Debug tests. noJIT/Debug is very slow so we should just skip these to avoid constant failures. * JSTests/microbenchmarks/global-this-access-get.js: * JSTests/microbenchmarks/global-this-access-put.js: * JSTests/microbenchmarks/regexp-match-alphanumeric.js: * JSTests/microbenchmarks/regexp-match-multiple-single-chars.js: * JSTests/microbenchmarks/regexp-match-separators.js: * JSTests/stress/array-prototype-concat-of-long-spliced-arrays.js: * JSTests/stress/array-prototype-concat-of-long-spliced-arrays2.js: * JSTests/stress/loop-osr-with-inlined-create-rest.js: * JSTests/stress/string-prototype-replace-should-throw-out-of-memory-error-when-using-too-much-memory.js: * JSTests/wasm/function-tests/memory-access-past-4gib.js: * JSTests/wasm/js-api/memory-grow.js: * JSTests/wasm/references/multitable.js: * JSTests/wasm/stress/big-try.js: * JSTests/wasm/stress/exports-getter-fold.js: * JSTests/wasm/stress/exports-getter.js: Canonical link: https://commits.webkit.org/297563@main To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes