Skip to content

Attempt running C++ tests while building for emscripten#6

Closed
anutosh491 wants to merge 6 commits intomainfrom
add_emscripten_tests
Closed

Attempt running C++ tests while building for emscripten#6
anutosh491 wants to merge 6 commits intomainfrom
add_emscripten_tests

Conversation

@anutosh491
Copy link
Copy Markdown
Owner

@anutosh491 anutosh491 commented Mar 5, 2025

No description provided.

@github-actions
Copy link
Copy Markdown

github-actions bot commented Mar 5, 2025

clang-tidy review says "All clean, LGTM! 👍"

@anutosh491
Copy link
Copy Markdown
Owner Author

micromamba install doctest -c https://repo.prefix.dev/emscripten-forge-dev

Copy link
Copy Markdown

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

clang-tidy made some suggestions

TEST_SUITE("inspect_request")
{

#if !defined(XEUS_CPP_EMSCRIPTEN_WASM_BUILD)
Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Doctest might be providing something like SKIP

test suite {

#if emscripten build
   skip("todo: fixme ....."
#endif

 native case

}

Copy link
Copy Markdown
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

std::regex_search not upto mark for emscripten.

@anutosh491 anutosh491 closed this Apr 24, 2025
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

Successfully merging this pull request may close these issues.

1 participant