We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 267a4e3 commit 80f75c6Copy full SHA for 80f75c6
js/src/jit-test/tests/wasm/atomicity.js
@@ -38,7 +38,7 @@ if (getCoreCount() < NUMAGENTS) {
38
// too slow; avoid intermittent failures and timeouts.
39
40
if (getBuildConfiguration("arm-simulator") || getBuildConfiguration("arm64-simulator") ||
41
- getBuildConfiguration("mips64-simulator"))
+ getBuildConfiguration("mips64-simulator") || getBuildConfiguration("riscv64-simulator"))
42
{
43
if (DEBUG > 0)
44
print("Atomicity test disabled on simulator");
0 commit comments