Conversation
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
Signed-off-by: George Cosma <george.cosma@oxidos.io> Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
…odule Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
f217562 to
802101c
Compare
5 tasks
Codecov ReportAll modified and coverable lines are covered by tests ✅ see 4 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Collaborator
Author
|
Note that the Nix build wasm-interpreter and report action was extremely slow (~17min). |
Collaborator
Author
|
This might be the same issue: taiki-e/cargo-llvm-cov#376. Some measurements taken locally: |
2721e91 to
630356f
Compare
5 tasks
cemonem
reviewed
May 22, 2025
cemonem
previously approved these changes
May 22, 2025
Signed-off-by: Florian Hartung <florian.hartung@dlr.de> Co-authored-by: Cem Önem <a.cemonem@gmail.com>
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
Previously, the panic handler was set to do nothing at the start of the test so that panics in the interpreter do not emit backtraces to STDOUT. This prevents us from having actual useful panic backtraces, which result from bugs in the specification test runner itself. This commit reduces the time where no panic handler as much as possible by removing it temporarily only when calls to the interpreter are made. Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
Signed-off-by: Florian Hartung <florian.hartung@dlr.de>
2d3a082 to
8da67bd
Compare
cemonem
approved these changes
May 23, 2025
wucke13
approved these changes
May 23, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Overview
This pull request adds the testsuite rework and preview, as described in #150 and related PRs.
It is based on #147.
Testing Strategy
This pull request was tested by using it locally in my fork. For example see florianhartung#3.
Formatting
cargo fmtcargo checkcargo buildcargo docnix fmtnix flake check