diff options
author | Benoit Germain <benoit.germain@ubisoft.com> | 2025-04-15 12:00:23 +0200 |
---|---|---|
committer | Benoit Germain <benoit.germain@ubisoft.com> | 2025-04-15 12:00:23 +0200 |
commit | c0ac37c79f3d9fbc12b99541f58caaca8667182c (patch) | |
tree | e943eaff22945dd2941773f7b0ed73ce27d43cd0 /.vscode | |
parent | 9cc30ff72ba25ceb3a1fdef0d8c4a6efc910d777 (diff) | |
download | lanes-c0ac37c79f3d9fbc12b99541f58caaca8667182c.tar.gz lanes-c0ac37c79f3d9fbc12b99541f58caaca8667182c.tar.bz2 lanes-c0ac37c79f3d9fbc12b99541f58caaca8667182c.zip |
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
Diffstat (limited to '.vscode')
-rw-r--r-- | .vscode/launch.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
10 | "args": [ | 10 | "args": [ |
11 | //"--list-tests", | 11 | //"--list-tests", |
12 | "--rng-seed 0", | 12 | "--rng-seed 0", |
13 | "-s scripted_tests.legacy.basic" | 13 | "-s scripted_tests.lane.tasking_cancelling" |
14 | ], | 14 | ], |
15 | "stopAtEntry": true, | 15 | "stopAtEntry": true, |
16 | "cwd": "${workspaceFolder}", | 16 | "cwd": "${workspaceFolder}", |