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

Investigate native testlibrary availability when running individual test cases #5264

Closed
jiekang opened this issue Apr 24, 2024 · 1 comment · Fixed by #5267
Closed

Investigate native testlibrary availability when running individual test cases #5264

jiekang opened this issue Apr 24, 2024 · 1 comment · Fixed by #5267
Assignees

Comments

@jiekang
Copy link
Contributor

jiekang commented Apr 24, 2024

SuspendResume1 test fails when running in an individual CUSTOM target with:

[2024-04-19T13:49:11.821Z] Error occurred during initialization of VM
[2024-04-19T13:49:11.821Z] Could not find agent library SuspendResume1 on the library path, with error: libSuspendResume1.so: cannot open shared object file: No such file or directory

However, the test passes when running the entire suite. The library should be available in individual runs and may be a framework problem with how the test is configured and run. It was verified in [1] that the library is part of the testimage.

See also:
#5235 (comment)

[1]
#5156 (comment)

@sophia-guo
Copy link
Contributor

Seems issue with CUSTOM_NATIVE_OPTIONS

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

Successfully merging a pull request may close this issue.

2 participants