-
Notifications
You must be signed in to change notification settings - Fork 10.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Validate explicit destinations on the worker-thread to prevent DataCloneError
(issue 17981)
#17984
Conversation
40b0ec4
to
b193647
Compare
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/9fbaa8d93fb1ae7/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 1 Live output at: http://54.193.163.58:8877/ddb555151f96cd7/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/9fbaa8d93fb1ae7/output.txt Total script time: 27.22 mins
Image differences available at: http://54.241.84.105:8877/9fbaa8d93fb1ae7/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/ddb555151f96cd7/output.txt Total script time: 41.70 mins
Image differences available at: http://54.193.163.58:8877/ddb555151f96cd7/reftest-analyzer.html#web=eq.log |
…loneError` (issue 17981) *Note:* This borrows a helper function from the viewer, however the code cannot be directly shared since the worker-thread has access to various primitives.
b193647
to
7206d0a
Compare
/botio unittest |
From: Bot.io (Linux m4)ReceivedCommand cmd_unittest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/229d807a2978e94/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_unittest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/bc6bd05445fc79c/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/229d807a2978e94/output.txt Total script time: 2.54 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/bc6bd05445fc79c/output.txt Total script time: 11.44 mins
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
r=me, with the comment below answered/addressed. Thanks!
Note: This borrows a helper function from the viewer, however the code cannot be directly shared since the worker-thread has access to various primitives.