-
Notifications
You must be signed in to change notification settings - Fork 603
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
Add a test for issue 4159 #4161
Conversation
verilog should include("assign out1 = 8'h3;") | ||
verilog should include("assign out2 = 8'h3;") | ||
verilog should include("assign out3 = 8'h81;") | ||
} |
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.
Scalatest doesn't have XFAIL, right? This would be better as that if it's supported. Alternatively, this could be a should not include
which is the correct thing.
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.
I don't think ScalaTest has an XFAIL per se, more of should not include
yeah. Are you suggesting I also add should not
for the "correct" output when we fix this (ie. verilog should not include("assign out1 = 8'h81;")
and verilog should not include("assign out2 = 8'h81;")
)? Or are you suggesting something else?
Co-authored-by: Schuyler Eldridge <[email protected]>
Co-authored-by: Schuyler Eldridge <[email protected]> (cherry picked from commit 15115ea)
Co-authored-by: Schuyler Eldridge <[email protected]> (cherry picked from commit 15115ea)
Co-authored-by: Schuyler Eldridge <[email protected]> (cherry picked from commit 15115ea)
Co-authored-by: Schuyler Eldridge <[email protected]> (cherry picked from commit 15115ea) Co-authored-by: Jack Koenig <[email protected]>
Co-authored-by: Schuyler Eldridge <[email protected]> (cherry picked from commit 15115ea) Co-authored-by: Jack Koenig <[email protected]>
Co-authored-by: Schuyler Eldridge <[email protected]> (cherry picked from commit 15115ea) Co-authored-by: Jack Koenig <[email protected]>
Enshrine the behavior of #4159 - this test will be useful for backporting and then showing the change when we fix it.
Contributor Checklist
docs/src
?Type of Improvement
Desired Merge Strategy
Release Notes
Reviewer Checklist (only modified by reviewer)
3.6.x
,5.x
, or6.x
depending on impact, API modification or big change:7.0
)?Enable auto-merge (squash)
, clean up the commit message, and label withPlease Merge
.Create a merge commit
.