Skip to content
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

Code playground shows itimer_error: [Errno 52] Function not implemented #324

Open
gohierf opened this issue Oct 15, 2024 · 1 comment
Open

Comments

@gohierf
Copy link

gohierf commented Oct 15, 2024

Hello, I get different results when running this example on playground or on my local Robot Framework installation:

*** Test Cases ***
Test
    [Timeout]    2s
    Sleep    10s

Playground shows itimer_error: [Errno 52] Function not implemented, while the expected error is Test timeout 2 seconds exceeded.

@gohierf
Copy link
Author

gohierf commented Nov 6, 2024

From the comments on slack:

Not a RF issue. This is because the web implementation of python webassembly has unimplemented methods.

Might be related to pyodide/pyodide#2354

however the Timeout can not be tested with this web assembly. this will stay a limitation for now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant