diff --git a/test/parallel/test-trace-atomics-wait.js b/test/parallel/test-trace-atomics-wait.js index 03b76791586d98..232c06be3032e6 100644 --- a/test/parallel/test-trace-atomics-wait.js +++ b/test/parallel/test-trace-atomics-wait.js @@ -90,6 +90,12 @@ values mismatched [Thread 1] Atomics.wait(
+ 4, -1, inf) started [Thread 1] Atomics.wait(
+ 4, -1, inf) did not wait because the \ values mismatched`, + `${begin} +[Thread 1] Atomics.wait(
+ 4, -1, inf) started +[Thread 0] Atomics.wait(
+ 4, 0, inf) started +[Thread 0] Atomics.wait(
+ 4, 0, inf) did not wait because the \ +values mismatched +[Thread 1] Atomics.wait(
+ 4, -1, inf) was woken up by another thread`, ]; assert(expectedTimelines.includes(actualTimeline));