You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I restarted the build after that, and it failed again, but because of another test:
integration.palindrome.Test_2017 (palindrome.x86.clang.O0.g.elf) [ FAIL ] (0.85s)
F
======================================================================
FAIL: test_produce_expected_output (integration.palindrome.Test_2017)
----------------------------------------------------------------------
Traceback (most recent call last):
File "retdec-regression-tests/integration/palindrome/test.py", line 13, in test_produce_expected_output
expected_output='krk is a palindrome\n'
File "retdec-regression-tests-framework/regression_tests/tools/decompiler_test.py", line 97, in assert_c_produces_output_when_run
self.assertEqual(actual_output, expected_output, msg)
AssertionError: 'Try again! (krk)\n' != 'krk is a palindrome\n'
- Try again! (krk)
+ krk is a palindrome
: where the input was: krk
We either have issues with non-determinism in our tests on macOS, or there is something wrong with the macOS agent.
This macOS build has succeeded. The one after that, which is for a commit that only changed the changelog file, failed because of the following test:
I restarted the build after that, and it failed again, but because of another test:
We either have issues with non-determinism in our tests on macOS, or there is something wrong with the macOS agent.
Possibly related issues: #267, #265, #264.
The text was updated successfully, but these errors were encountered: