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
When running tests on MacOS (14.6 and prior), the "Test Results" tab does not move the cursor to the left at the end of a line (ie carriage return '\r'). It only performs a linefeed ('\n').
For example:
Line 1 text.
Line 2 text.
Line 3 text.
Eventu
ally, there is a line wrap.
Other lines con
tinue in the same way.
The "Terminal" tab correctly displays identical compiler/linker output as the "Test Results" tab. Presumably, whatever code the "Terminal" tab has to handle "\n" on Mac as "\r\n" does not happen in the "Test Results" code.
When running tests on MacOS (14.6 and prior), the "Test Results" tab does not move the cursor to the left at the end of a line (ie carriage return '\r'). It only performs a linefeed ('\n').
For example:
See screenshot at this link: https://community.platformio.org/t/output-terminal-issues-during-testing/43944
The "Terminal" tab correctly displays identical compiler/linker output as the "Test Results" tab. Presumably, whatever code the "Terminal" tab has to handle "\n" on Mac as "\r\n" does not happen in the "Test Results" code.
Here is a project which exhibits the error: https://github.com/platformio/platformio-examples/tree/develop/unit-testing/calculator
To reproduce:
The text was updated successfully, but these errors were encountered: