Piotr Caban (@piotr) commented about dlls/msvcr120/tests/msvcr120.c:
__setusermatherr(NULL);
}
+static void test_expf(void)
Is there any reason to test the function in msvcr120? It looks like you're hitting some bugs that are fixed in ucrtbase, could you please move the tests there?