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 reviewing code with @dckc , we noticed problems (#1775) that were not being exercised by test-worker.js. In particular, we need to make sure we send both ['deliver', 'message'] and ['deliver', 'notify'], along with all of the possible syscalls. The test was apparently only exercising the message case.
The text was updated successfully, but these errors were encountered:
It looks like the test was indeed exercising notify, but I'm updating it to confirm that the data included in those deliveries is correct (previously we were merely checking that the kernel and worker didn't crash).
While reviewing code with @dckc , we noticed problems (#1775) that were not being exercised by
test-worker.js
. In particular, we need to make sure we send both['deliver', 'message']
and['deliver', 'notify']
, along with all of the possible syscalls. The test was apparently only exercising themessage
case.The text was updated successfully, but these errors were encountered: