tests: Make test context information nestable.
Merge request reports
Activity
+static void vkd3d_test_printf(int line, const char *msg) +{ + printf("%s:%d%s: %s", vkd3d_test_name, line, vkd3d_test_state.context, msg); +}
I suppose this matches both Wine and the existing code, but do we really need signed line numbers?
I don't think there's any reason to, no. I just kept the existing code, but I'll go ahead and add an extra patch to make those unsigned.
added 14 commits
-
2d79043a...8186b752 - 12 commits from branch
wine:master
- 36a843d6 - tests: Factor out vkd3d_test_printf().
- 5dbf64ab - include: Make test context information nestable.
-
2d79043a...8186b752 - 12 commits from branch
added 12 commits
-
5dbf64ab...f3e81327 - 10 commits from branch
wine:master
- 1bf5050d - tests: Factor out vkd3d_test_printf().
- dfa4bfdd - include: Make test context information nestable.
-
5dbf64ab...f3e81327 - 10 commits from branch
Please register or sign in to reply