-
Notifications
You must be signed in to change notification settings - Fork 167
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
Some CI tests are flaky or real failures #2824
Comments
The above tests kind of fail randomly. I will probably comment out these two tests for now and get the CI to pass (which will unblock merging PRs). We can then fix these tests iteratively in subsequent PRs. |
Seems like all the |
Also I think these are real failures that we need to fix. |
I think a fix for this buffer overflow error might be the same as lfortran/lfortran#6003. The CI failures started occurring when the GCC compiler was updated on the CI. The PRs which fixed them incrementally were: |
lpython/src/libasr/runtime/lfortran_intrinsics.c Lines 2306 to 2308 in 7eb2bea
It does look like the same issue for test_str_01 |
There are some CI tests that seem to be flaky and fail.
The text was updated successfully, but these errors were encountered: