Add some unit tests (rustc copy)#152
Conversation
|
I take it we want this merged before #151? |
|
It's independent of #151 so can be merged whenever =) |
9042c67 to
7d7f3a4
Compare
|
I added the unit test execution to CI but it looks like running the unit tests on stable causes: |
|
I'm not really sure how to fix it. I guess the |
Sure thing. The repository is here: https://github.com/messense/rustc-test if any of you guys want to update it. |
|
Maybe not 100% related, but would it make sense to depend on https://github.com/rust-lang/libtest instead of the |
Hmm, libtest seems to be targeted at nightly only, the I tried a couple of times to dig into the error with the |
|
I won't have time to dig into this either, so I'm going ahead and close this PR. If someone want's to pick it up, feel free to take it =) |
Same as rust-lang/rust#56841