Changeset 293312 in webkit
- Timestamp:
- Apr 24, 2022, 11:26:33 PM (4 years ago)
- Location:
- trunk/JSTests
- Files:
-
- 5 edited
-
ChangeLog (modified) (1 diff)
-
microbenchmarks/memcpy-wasm-large.js (modified) (1 diff)
-
microbenchmarks/memcpy-wasm-medium.js (modified) (1 diff)
-
microbenchmarks/memcpy-wasm-small.js (modified) (1 diff)
-
microbenchmarks/memcpy-wasm.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/JSTests/ChangeLog
r293210 r293312 1 2022-04-24 Zan Dobersek <zdobersek@igalia.com> 2 3 Skip microbenchmarks/memcpy-wasm.js and friends on non-FTL (i.e. non-WASM) platforms 4 https://bugs.webkit.org/show_bug.cgi?id=239705 5 6 Reviewed by Yusuke Suzuki. 7 8 Mark microbenchmarks/memcpy-wasm.js and related tests as skipped on 9 non-FTL platforms since WASM tests are not run there, resulting in 10 failures when they're executed. 11 12 * microbenchmarks/memcpy-wasm-large.js: 13 * microbenchmarks/memcpy-wasm-medium.js: 14 * microbenchmarks/memcpy-wasm-small.js: 15 * microbenchmarks/memcpy-wasm.js: 16 1 17 2022-04-21 Yusuke Suzuki <ysuzuki@apple.com> 2 18 -
trunk/JSTests/microbenchmarks/memcpy-wasm-large.js
r279126 r293312 1 1 //@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py 2 //@ skip if !$isFTLPlatform 2 3 //@ requireOptions("--useExecutableAllocationFuzz=false") 3 4 // Source in wasm/stress/memcpy-wasm -
trunk/JSTests/microbenchmarks/memcpy-wasm-medium.js
r279126 r293312 1 1 //@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py 2 //@ skip if !$isFTLPlatform 2 3 //@ requireOptions("--useExecutableAllocationFuzz=false") 3 4 // Source in wasm/stress/memcpy-wasm -
trunk/JSTests/microbenchmarks/memcpy-wasm-small.js
r279126 r293312 1 1 //@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py 2 //@ skip if !$isFTLPlatform 2 3 //@ requireOptions("--useExecutableAllocationFuzz=false") 3 4 // Source in wasm/stress/memcpy-wasm -
trunk/JSTests/microbenchmarks/memcpy-wasm.js
r279126 r293312 1 1 //@ skip if $model == "Apple Watch Series 3" # added by mark-jsc-stress-test.py 2 //@ skip if !$isFTLPlatform 2 3 //@ requireOptions("--useExecutableAllocationFuzz=false") 3 4 // Source in wasm/stress/memcpy-wasm
Note:
See TracChangeset
for help on using the changeset viewer.