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

Add Wasm simd proposal's official Wasm spec testsuite tests #1413

Merged
merged 1 commit into from
Mar 22, 2025

Conversation

Robbepop
Copy link
Member

@Robbepop Robbepop commented Mar 22, 2025

For now the new simd specific tests are all ignored since Wasmi would not pass them.
This also enables Wasmi's simd crate feature by default for the wasmi_wast crate.

While implementing translation and execution of Wasm simd proposal instructions in Wasmi this PR allows to un-ignore each test case as it passes incrementally.

They are all ignored for now since Wasmi would not pass them.
This also enables Wasmi's `simd` crate feature by default for the `wasmi_wast` crate.
Copy link

codecov bot commented Mar 22, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 69.37%. Comparing base (08bcf12) to head (b7d24e2).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1413   +/-   ##
=======================================
  Coverage   69.37%   69.37%           
=======================================
  Files         158      158           
  Lines       14702    14702           
=======================================
  Hits        10200    10200           
  Misses       4502     4502           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Robbepop Robbepop merged commit 260b5b4 into main Mar 22, 2025
19 checks passed
@Robbepop Robbepop deleted the rf-add-simd-testsuite branch March 22, 2025 19:57
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