-
Notifications
You must be signed in to change notification settings - Fork 613
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
Move tests to src/test/scala-2 #4607
base: main
Are you sure you want to change the base?
Conversation
491627c
to
7834b6b
Compare
Several tests fail:
Those all probably have hardcoded source locator paths. You can make the tests a little more flexible, but for at least a couple of tests in |
This may be a good candidate for FileCheck? |
7834b6b
to
ce8c00e
Compare
@adkian-sifive Same (or perhaps a subset) of tests are still failing |
202d6f0
to
aabc197
Compare
93f294a
to
39e2617
Compare
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.
This is currently disabling all tests:
$ ./mill chisel[].test.test
[372/372] chisel[2.13.15].test.test
[372] Run completed in 25 milliseconds.
[372] Total number of tests run: 0
[372] Suites: completed 0, aborted 0
[372] Tests: succeeded 0, failed 0, canceled 0, ignored 0, pending 0
[372] No tests were executed.
[372/372] ============================== chisel[].test.test ==============================
You can also see this in how the tests run waaaay to fast (taking 4m instead of 20 if you look at post-merge on main).
We're working on getting tests running with Scala3 with a piecemeal approach, so as features get implemented or the tests get fixed we'll move things back to src/main/scala.
Contributor Checklist
docs/src
?Type of Improvement
Desired Merge Strategy
Release Notes
Tests moved to scala-2 directory to facilitate smoother Scala 3 development
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
.