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

test(store) Restore store test case with multiple engines and compilers #467

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

Hywan
Copy link
Contributor

@Hywan Hywan commented Jan 18, 2021

No description provided.

@Hywan Hywan added 🎉 enhancement New feature or request 🧪 tests I love tests labels Jan 18, 2021
@Hywan Hywan self-assigned this Jan 18, 2021
@@ -43,7 +43,7 @@ def test_target_with_default_cpu_features():
triple = target.Triple.host()
target_ = target.Target(triple)

@pytest.mark.skip(reason = 'CI does not have `gcc` or `clang` installed for the moment. It will be resolved once LLVM is installed.')
@pytest.mark.skipif(platform.system() == 'Windows', reason = '`clang` is not found on the CI for the moment')
Copy link
Contributor

Choose a reason for hiding this comment

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

clang is available with our custom builds. Can't we use it?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yup, exactly what I tried in 58a5675, but we are looking for clang, not clang.exe… We should fix that Wasmer itself, or we can symlink temporarily in our CI. Thoughts?

Copy link
Contributor

Choose a reason for hiding this comment

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

We should fix that Wasmer itself

👍 for this: can you open an issue there please?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yup sure

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎉 enhancement New feature or request 🧪 tests I love tests
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants