-
Notifications
You must be signed in to change notification settings - Fork 31
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
Increase test coverage, addresses #7 #9
base: master
Are you sure you want to change the base?
Conversation
Codecov Report
@@ Coverage Diff @@
## master #9 +/- ##
=========================================
+ Coverage 75.45% 77.2% +1.75%
=========================================
Files 2 2
Lines 440 430 -10
=========================================
Hits 332 332
+ Misses 108 98 -10
Continue to review full report at Codecov.
|
2nd Try |
constexpr_tests.cpp:24:3: in 'constexpr' expansion of '#'result_decl' not supported by dump_expr# include/cpp_box/arm.hpp:47:45: error: right operand of shift expression '(0 >> 4294967292)' is >= than the precision of the left operand [-fpermissive] |
commnet post-indexed
TODO: support pre- and post-indexed Immediate value
Looks like a start - just need to actually verify that it did what you wanted it to do with some test other than it just executing. |
Yeah, I was reading what would happen to registers after memory manipulation and what to check. |
1st try to make a test case