Skip to content

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

@gohierf

Description

@gohierf

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.

Activity

gohierf

gohierf commented on Nov 6, 2024

@gohierf
Author

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @gohierf

        Issue actions

          Code playground shows itimer_error: [Errno 52] Function not implemented · Issue #324 · robotframework/robotframework.github.com