From c0ac37c79f3d9fbc12b99541f58caaca8667182c Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Tue, 15 Apr 2025 12:00:23 +0200 Subject: Fix some tests (kinda) * split tasking_cancelling in two * add a timer in basic and tasking_cancelling as a temporary workaround for a deadlock in mingw ucrt64 builds --- .vscode/launch.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.vscode') diff --git a/.vscode/launch.json b/.vscode/launch.json index c4de37e..a2781fd 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -10,7 +10,7 @@ "args": [ //"--list-tests", "--rng-seed 0", - "-s scripted_tests.legacy.basic" + "-s scripted_tests.lane.tasking_cancelling" ], "stopAtEntry": true, "cwd": "${workspaceFolder}", -- cgit v1.2.3-55-g6feb