Skip to content
This repository was archived by the owner on Jul 9, 2025. It is now read-only.

Commit 72428fa

Browse files
CSharperMantlejandem
authored andcommitted
Bug 1975849 - [riscv64] Part 1: Disable jit-test wasm/atomicity.js for riscv64-simulator. r=jandem
Differential Revision: https://phabricator.services.mozilla.com/D256184
1 parent 31fbb99 commit 72428fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/src/jit-test/tests/wasm/atomicity.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ if (getCoreCount() < NUMAGENTS) {
3838
// too slow; avoid intermittent failures and timeouts.
3939

4040
if (getBuildConfiguration("arm-simulator") || getBuildConfiguration("arm64-simulator") ||
41-
getBuildConfiguration("mips64-simulator"))
41+
getBuildConfiguration("mips64-simulator") || getBuildConfiguration("riscv64-simulator"))
4242
{
4343
if (DEBUG > 0)
4444
print("Atomicity test disabled on simulator");

0 commit comments

Comments
 (0)