@nsivov I made specific tests for the static component both in comctl32 and in user32, and in both cases the window name is empty ("") on windows. I also write the same test in user32 win.c test and let the wine testbot execute it. Even here on windows machines it seems that it's expecting an empty name here too (so it's class independant)
What do you think? It's better to keep only the user32::win tests and fix the issue here, or use the static test and instead trying to fix the issue only for the static control?