robotframework / robotframework.github.com

Robot Framework ecosystem from page
http://robotframework.org
77 stars 80 forks source link

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

Open gohierf opened 1 month ago

gohierf commented 1 month ago

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 commented 2 weeks ago

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 https://github.com/pyodide/pyodide/issues/2354

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