-
Notifications
You must be signed in to change notification settings - Fork 79
CheckedCRewriter unit tests fail after CConv changes #851
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
Comments
mgrang
pushed a commit
that referenced
this issue
Jun 11, 2020
After #837 merged we see the following three unit tests failing intermittently only on Windows: test/CheckedCRewriter/global.c test/CheckedCRewriter/simple_locals.c test/CheckedCRewriter/basic_checks.c In order to unblock our failing ADO builds we are disabling these three tests. We can enable them when we have these fixed. See issue #851
PR to disable tests: #854 |
mgrang
pushed a commit
that referenced
this issue
Jun 11, 2020
After #837 merged we see the following three unit tests failing intermittently only on Windows: test/CheckedCRewriter/global.c test/CheckedCRewriter/simple_locals.c test/CheckedCRewriter/basic_checks.c In order to unblock our failing ADO builds we are disabling these three tests. We can enable them when we have these fixed. See issue #851
I see that these tests have been enabled by the 3C team and they are passing. I will go ahead and close this bug as it is no longer relevant. |
This was referenced Jan 16, 2022
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
After #837 merged we see the following three unit tests failing intermittently only on Windows:
At least
test/CheckedCRewriter/global.c
seems to fail always when run manually on Windows.In order to unblock our failing ADO builds we need to disable the above three tests. We can enable them when we have these fixed.
The text was updated successfully, but these errors were encountered: