You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While working on Atomics tests for Test262, I observed that any test which checked that the return value of Atomics.wake(...) was some non-zero value, the test would fail. I've tracked the cause:
While working on Atomics tests for Test262, I observed that any test which checked that the return value of
Atomics.wake(...)
was some non-zero value, the test would fail. I've tracked the cause:https://github.com/Microsoft/ChakraCore/blob/c0723f4985c468937c6ac12260bdbe5da6d25539/lib/Runtime/Library/SharedArrayBuffer.cpp#L764-L780
The text was updated successfully, but these errors were encountered: