-
Notifications
You must be signed in to change notification settings - Fork 4
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 test coroutine #70
Conversation
We still can't run CI validation with the latest YK |
The issue is still open, so how comes we are re-enabling this test? |
The issue is still open because I don't want to close it before I can validate tests with buildbot. |
Was there any change that you'd expect to have fixed that test? |
Yes, this commit: b931338 |
bors r+ |
70: Add test coroutine r=vext01 a=Pavel-Durov Related Issue: #58 Co-authored-by: Pavel Durov <[email protected]>
Build failed: |
What should we do with this? |
good question :) |
bors try |
tryBuild succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Bors CI succeeded I guess we can merge it then!? @vext01 |
I think so. Any squashing to do? |
No squashing needed :) |
Great! bors r+ |
70: Add test coroutine r=vext01 a=Pavel-Durov Related Issue: #58 Co-authored-by: Pavel Durov <[email protected]>
Build failed: |
One for @ptersilie ? |
Oh, that's new :) |
Hm, this error is caused by https://github.com/ykjit/yk/blob/master/ykrt/src/mt.rs#L470. This essentially says "if the current location doesn't have a compiled trace, then there also can't be a side trace". Since the only way It can't be a coincidence that this is caused by adding |
Closing this PR as coroutine.lua test is currently failing. |
@Pavel-Durov I don't think we should give up quite that quickly :) Can you investigate what part of the |
I'm not giving up :) |
The bug in that issues seems different than the failing assert here? |
It does look different but I can't reproduce the same error as in buildbot with the latest YK version |
I wonder if you might have a slightly stale build or similar. If you |
I will try doing clean build and run this test again |
bors try |
tryBuild succeeded! The publicly hosted instance of bors-ng is deprecated and will go away soon. If you want to self-host your own instance, instructions are here. If you want to switch to GitHub's built-in merge queue, visit their help page. |
Is this one ready for squashing then? If so, please go ahead. |
not ready yet, tests are failing again. |
bors try |
tryBuild failed: |
closing in favour of #79 |
Related Issue: #58