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
The used Godot version:
v3.5.1.stable.official [6fed1ffa3]
OS including version:
Windows 11
Describe the bug
When debugging an individual parameterised test, if you stop execution before the end of the test run then the report shows that execution continues; the spinner keeps spinning and the individual test is shown in dark green.
Steps to Reproduce
Use the parameterised test function provided below
Run all tests
Put a breakpoint on the assert_bool line
Right-click one of the parameterised tests in the report window and select Debug Test
When the breakpoint is hit, stop the test with F8 or one of the UI stop buttons
Observe the spinner on the test being debugged continues to spin even though tests have stopped (and the test is still dark green) as though it was still executing
MikeSchulze
changed the title
Spinner continues spinning after tests have stopped when debugging a single parameterised test
GD-350: Spinner continues spinning after tests have stopped when debugging a single parameterised test
Dec 27, 2022
The used Godot version:
v3.5.1.stable.official [6fed1ffa3]
OS including version:
Windows 11
Describe the bug
When debugging an individual parameterised test, if you stop execution before the end of the test run then the report shows that execution continues; the spinner keeps spinning and the individual test is shown in dark green.
Steps to Reproduce
assert_bool
lineDebug Test
F8
or one of the UI stop buttonsMinimal reproduction project:
The text was updated successfully, but these errors were encountered: