From 4a601e2fa39a52a153460e06ed67e35673095931 Mon Sep 17 00:00:00 2001 From: Lars T Hansen Date: Thu, 23 Aug 2018 13:03:34 +0200 Subject: [PATCH] Bug 1480725 - mark tests as slow temporarily r=me CLOSED TREE --HG-- extra : rebase_source : 541ad19ea373961258df7ffe29e675176e63958b --- js/src/jit-test/tests/wasm/atomicity.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/js/src/jit-test/tests/wasm/atomicity.js b/js/src/jit-test/tests/wasm/atomicity.js index cb8eacaf9e1f..8e6a6f85ad11 100644 --- a/js/src/jit-test/tests/wasm/atomicity.js +++ b/js/src/jit-test/tests/wasm/atomicity.js @@ -1,3 +1,8 @@ +// |jit-test| slow; +// +// Temporarily marked as slow - they time out on the build systems even with +// reduced iteration count. +// // Test that wasm atomic operations implement correct mutual exclusion. // // We have several agents that attempt to hammer on a shared location with rmw