Nikolay Sivov : usp10/tests: Remove special itemization failure test that doesn't happen.
Module: wine Branch: master Commit: 9e9f5aad84a00f8859fbc107d7bc735497db981e URL: http://source.winehq.org/git/wine.git/?a=commit;h=9e9f5aad84a00f8859fbc107d7... Author: Nikolay Sivov <nsivov(a)codeweavers.com> Date: Mon Sep 11 20:15:31 2017 +0300 usp10/tests: Remove special itemization failure test that doesn't happen. Signed-off-by: Nikolay Sivov <nsivov(a)codeweavers.com> Signed-off-by: Aric Stewart <aric(a)codeweavers.com> Signed-off-by: Alexandre Julliard <julliard(a)winehq.org> --- dlls/usp10/tests/usp10.c | 8 -------- 1 file changed, 8 deletions(-) diff --git a/dlls/usp10/tests/usp10.c b/dlls/usp10/tests/usp10.c index f0eb500..54d7ba7 100644 --- a/dlls/usp10/tests/usp10.c +++ b/dlls/usp10/tests/usp10.c @@ -992,14 +992,6 @@ static inline void _test_shape_ok(int valid, HDC hdc, LPCWSTR string, winetest_ok(SUCCEEDED(hr), "Failed to get script properties, hr %#x.\n", hr); hr = pScriptItemizeOpenType(string, cchString, 15, Control, State, outpItems, tags, &outnItems); - if (hr == USP_E_SCRIPT_NOT_IN_FONT) - { - if (valid > 0) - winetest_win_skip("Select font does not support script\n"); - else - winetest_trace("Select font does not support script\n"); - return; - } if (valid > 0) winetest_ok(hr == S_OK, "ScriptItemizeOpenType should return S_OK not %08x\n", hr); else if (hr != S_OK)
participants (1)
-
Alexandre Julliard