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

contracts: Add more MIPS2 tests #12003

Merged
merged 2 commits into from
Sep 19, 2024
Merged

contracts: Add more MIPS2 tests #12003

merged 2 commits into from
Sep 19, 2024

Conversation

Inphi
Copy link
Contributor

@Inphi Inphi commented Sep 19, 2024

Port the remaining simple instruction tests from MIPS.t.sol.

Fixes #11661

@Inphi Inphi requested a review from a team as a code owner September 19, 2024 13:44
@Inphi Inphi requested review from mds1 and mbaxter and removed request for mds1 September 19, 2024 13:44
@Inphi Inphi added this pull request to the merge queue Sep 19, 2024
Copy link

codecov bot commented Sep 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 79.20%. Comparing base (2afa7a4) to head (6c3cf6f).
Report is 2 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #12003      +/-   ##
===========================================
- Coverage    79.43%   79.20%   -0.24%     
===========================================
  Files           41       41              
  Lines         3414     3414              
===========================================
- Hits          2712     2704       -8     
- Misses         532      541       +9     
+ Partials       170      169       -1     
Flag Coverage Δ
cannon-go-tests 79.20% <ø> (-0.24%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

see 1 file with indirect coverage changes

Merged via the queue into develop with commit 4806d83 Sep 19, 2024
64 checks passed
@Inphi Inphi deleted the inphi/mips2-tests branch September 19, 2024 17:50
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.

Port applicable MIPS.t.sol tests to the new VM
2 participants