-
Notifications
You must be signed in to change notification settings - Fork 199
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
remove duplicate RVMODEL_BOOT macro #481
Conversation
This was causing compile of test suites to crash
This is gating running our daily/weekly regression test on our DUT. |
Signed-off-by: Umer Shahid <[email protected]>
Instead of removing RVMODEL_BOOT completely, I have commented that line as this is a temporary fix. Test structure will be updated in the future and RVMODEL_BOOT will be the part of trap handler instead of each test file. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Its good to go
@jamesbeyond since I committed in this PR so I cant merge this one. Please add your review and merge this one. |
I don't seem to be able to review this |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Super simple fix - should be good to go.
OK, I added myself as a review and approved it. apepars to be merging.
…On Tue, Jul 23, 2024 at 7:14 AM Umer Shahid ***@***.***> wrote:
@jamesbeyond <https://github.com/jamesbeyond> since I committed in this
PR so I cant merge this one. Please add your review and merge this one.
—
Reply to this email directly, view it on GitHub
<#481 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AHPXVJSE2Q4DSDVTXO42CTDZNZQN7AVCNFSM6AAAAABLF6ONFCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBVGM3TMOBVGI>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Thanks, I quill update our Jenkins Jobs to point to dev.
…On Wed, Jul 24, 2024 at 3:15 AM Allen Baum ***@***.***> wrote:
OK, I added myself as a review and approved it. apepars to be merging.
On Tue, Jul 23, 2024 at 7:14 AM Umer Shahid ***@***.***>
wrote:
> @jamesbeyond <https://github.com/jamesbeyond> since I committed in this
> PR so I cant merge this one. Please add your review and merge this one.
>
> —
> Reply to this email directly, view it on GitHub
> <
#481 (comment)>,
> or unsubscribe
> <
https://github.com/notifications/unsubscribe-auth/AHPXVJSE2Q4DSDVTXO42CTDZNZQN7AVCNFSM6AAAAABLF6ONFCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBVGM3TMOBVGI>
> .
> You are receiving this because you are subscribed to this thread.Message
> ID: ***@***.***>
>
—
Reply to this email directly, view it on GitHub
<#481 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD72ZM6XMTNDL3HYHBI3UMLZN5IBJAVCNFSM6AAAAABLF6ONFCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDENBXGA3TQOJVGM>
.
You are receiving this because you authored the thread.Message ID:
***@***.***>
--
/****************
Marc Karasek
ASM T648
Herder of Cats
****************/
|
Works ... just ran one of the extension tsests (A) and it now passes |
This was causing compile of test suites to crash
Description
Removed RVMODEL_BOOT from arch_test.h -- This macro is already included in all of the test code (.S) files,
NOTE: Current repo from RVI is not usable and crashes during compile of the test code (.S) files.
Related Issues
Ratified/Unratified Extensions
List Extensions
Reference Model Used
Mandatory Checklist:
Optional Checklist: