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

MT Cannon: add cannon load/store opcodes tests #12196

Merged

Conversation

GrapeBaBa
Copy link
Contributor

Description

This PR add lb/lh/lw/lbu/lhu/lwl/lwr/sb/sh/swl/sw/swr tests

Tests

Additional context

Metadata

@GrapeBaBa GrapeBaBa requested review from a team as code owners September 28, 2024 11:11
Copy link

codecov bot commented Sep 28, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 74.97%. Comparing base (6ba2ac0) to head (44689d4).
Report is 31 commits behind head on develop.

Additional details and impacted files
@@             Coverage Diff             @@
##           develop   #12196      +/-   ##
===========================================
- Coverage    75.19%   74.97%   -0.22%     
===========================================
  Files           49       49              
  Lines         3656     3656              
===========================================
- Hits          2749     2741       -8     
- Misses         734      743       +9     
+ Partials       173      172       -1     
Flag Coverage Δ
cannon-go-tests 74.97% <ø> (-0.22%) ⬇️

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

see 1 file with indirect coverage changes

Copy link
Contributor

@mbaxter mbaxter left a comment

Choose a reason for hiding this comment

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

Looks good! Just left a few quibbles.

cannon/mipsevm/tests/evm_common_test.go Outdated Show resolved Hide resolved
cannon/mipsevm/tests/evm_common_test.go Outdated Show resolved Hide resolved
@mbaxter mbaxter added this pull request to the merge queue Oct 2, 2024
Merged via the queue into ethereum-optimism:develop with commit ab8b371 Oct 2, 2024
60 checks passed
samlaf pushed a commit to samlaf/optimism that referenced this pull request Nov 10, 2024
* feat:add cannon load/store opcodes tests

Signed-off-by: Chen Kai <[email protected]>

* fix:code review suggestion

Signed-off-by: Chen Kai <[email protected]>

---------

Signed-off-by: Chen Kai <[email protected]>
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.

MTCannon: Create load/store opcodes tests
2 participants