Home
last modified time | relevance | path

Searched refs:tests (Results 1 – 25 of 161) sorted by relevance

1234567

/reactos/sdk/lib/3rdparty/stlport/build/test/unit/
H A DSTATUS11 Status (release-shared): Fail 1 of 320 tests
16 Status (stldbg-shared): Fail 1 of 320 tests
30 Status (release-shared): All pass (334 tests)
32 Status (stldbg-shared): All pass (334 tests)
41 Status (release-shared): All pass (331 tests)
43 Status (stldbg-shared): All pass (331 tests)
57 Status (release-shared): All pass (324 tests)
249 Status (release-shared): Most tests pass
279 Status (release-shared): Most tests pass
312 Status (stldbg-shared): most tests pass
[all …]
/reactos/modules/rostests/winetests/d3dcompiler_43/
H A Dasm.c113 exec_tests("preproc", tests, ARRAY_SIZE(tests)); in preproc_test()
139 exec_tests("ps_1_1", tests, ARRAY_SIZE(tests)); in ps_1_1_test()
282 exec_tests("vs_1_1", tests, ARRAY_SIZE(tests)); in vs_1_1_test()
522 exec_tests("ps_1_3", tests, ARRAY_SIZE(tests)); in ps_1_3_test()
632 exec_tests("ps_1_4", tests, ARRAY_SIZE(tests)); in ps_1_4_test()
823 exec_tests("vs_2_0", tests, ARRAY_SIZE(tests)); in vs_2_0_test()
884 exec_tests("vs_2_x", tests, ARRAY_SIZE(tests)); in vs_2_x_test()
957 exec_tests("ps_2_0", tests, ARRAY_SIZE(tests)); in ps_2_0_test()
1095 exec_tests("ps_2_x", tests, ARRAY_SIZE(tests)); in ps_2_x_test()
1180 exec_tests("vs_3_0", tests, ARRAY_SIZE(tests)); in vs_3_0_test()
[all …]
/reactos/modules/rostests/apitests/user32/
H A DSetScrollInfo.c22 } tests[] = in START_TEST() local
135 for (i = 0; i < sizeof(tests) / sizeof(tests[0]); i++) in START_TEST()
139 si.nMin = tests[i].nMin; in START_TEST()
140 si.nMax = tests[i].nMax; in START_TEST()
141 si.nPage = tests[i].nPage; in START_TEST()
142 si.nPos = tests[i].nPos; in START_TEST()
144 ok(ret == tests[i].nPosResult, "[%d] ret = %d, expected %d\n", i, ret, tests[i].nPosResult); in START_TEST()
151 …ok(si.nMin == tests[i].nMinResult, "[%d] nMin = %d, expected %d\n", i, si.nMin, tests[i].nMinResul… in START_TEST()
152 …ok(si.nMax == tests[i].nMaxResult, "[%d] nMax = %d, expected %d\n", i, si.nMax, tests[i].nMaxResul… in START_TEST()
153 …ok(si.nPage == tests[i].nPageResult, "[%d] nPage = %u, expected %u\n", i, si.nPage, tests[i].nPage… in START_TEST()
[all …]
H A DSetScrollRange.c17 } tests[] = in START_TEST() local
40 for (i = 0; i < sizeof(tests) / sizeof(tests[0]); i++) in START_TEST()
44 success = SetScrollRange(hScroll, SB_CTL, tests[i].nMin, tests[i].nMax, FALSE); in START_TEST()
47 if (tests[i].result) in START_TEST()
49 …ok(success == TRUE, "SetScrollRange(%d, %d) failed with %d %lu\n", tests[i].nMin, tests[i].nMax, s… in START_TEST()
50 ok(newMin == tests[i].nMin, "nMin was changed to %d\n", tests[i].nMin); in START_TEST()
51 ok(newMax == tests[i].nMax, "nMax was changed to %d\n", tests[i].nMax); in START_TEST()
55 …ok(success == FALSE, "SetScrollRange(%d, %d) succeeded with %d\n", tests[i].nMin, tests[i].nMax, s… in START_TEST()
H A DLoadImage.c15 tests[] = in test_LoadImage_DataFile() local
25 for (i = 0; i < ARRAY_SIZE(tests); ++i) in test_LoadImage_DataFile()
28 HMODULE hMod = LoadLibraryExW(tests[i].file, NULL, LOAD_LIBRARY_AS_DATAFILE); in test_LoadImage_DataFile()
31 skip("Could not load library as datafile %ls\n", tests[i].file); in test_LoadImage_DataFile()
35 handle1 = LoadImage(hMod, MAKEINTRESOURCE(tests[i].res_id), IMAGE_ICON, 0, 0, tests[i].lr); in test_LoadImage_DataFile()
36 …ok(!!handle1 == !!tests[i].result, "Failed to load %ls,-%d from %p\n", tests[i].file, tests[i].res… in test_LoadImage_DataFile()
38 handle2 = LoadImage(hMod, MAKEINTRESOURCE(tests[i].res_id), IMAGE_ICON, 0, 0, tests[i].lr); in test_LoadImage_DataFile()
39 ok(!!(handle1 == handle2) == !!tests[i].same_handle, "Shared handles don't match\n"); in test_LoadImage_DataFile()
43 handle1 = LoadImage(hMod, MAKEINTRESOURCE(tests[i].res_id), IMAGE_ICON, 0, 0, tests[i].lr); in test_LoadImage_DataFile()
44 …ok(!!handle1 == !!tests[i].after_unload, "LR_%x handle should %sload after FreeLibrary\n", tests[i… in test_LoadImage_DataFile()
/reactos/modules/rostests/winetests/crypt32/
H A Dbase64.c282 ok(!memcmp(str, tests[i].toEncode, tests[i].toEncodeLen), "Unexpected value\n"); in test_CryptBinaryToString()
295 ok(!memcmp(strW, tests[i].toEncode, tests[i].toEncodeLen), "Unexpected value\n"); in test_CryptBinaryToString()
298 encodeAndCompareBase64_A(tests[i].toEncode, tests[i].toEncodeLen, CRYPT_STRING_BASE64, in test_CryptBinaryToString()
618 tests[i].toEncodeLen); in testStringToBinaryA()
621 tests[i].toEncode, tests[i].toEncodeLen); in testStringToBinaryA()
624 tests[i].toEncode, tests[i].toEncodeLen); in testStringToBinaryA()
628 tests[i].toEncodeLen); in testStringToBinaryA()
631 tests[i].toEncode, tests[i].toEncodeLen); in testStringToBinaryA()
635 tests[i].toEncodeLen); in testStringToBinaryA()
641 tests[i].toEncodeLen); in testStringToBinaryA()
[all …]
/reactos/modules/rostests/apitests/compiler/ms/
H A DREADME.md1 Microsoft compiler-tests
6 This repo includes selected tests from the Microsoft compiler-tests directory.
7tests, both for C++EH and SEH, to make it easier to test WinEH implementations for compatibility w…
11tests being opened are EH, the bulk of which are SEH tests. This is naturally Windows specific. …
15 …ies in the compiler-tests directory. The descriptions of what they contain are listed below. Ove…
18 Only one test is included here now, ihateeh.cxx. This tests object destructor semantics on Windows…
21tests in this directory are sehframes.cpp which tests various funclet frames, and xcpt4u.c which i…
23 - Run the runtest.cmd in the seh directory to build the tests with MSVC.
24 - Run the clean.cmd to clean up obj/exes left after running the tests.
28 More tests will follow. If there are particular areas where there are questions please open an iss…
/reactos/dll/3rdparty/libxslt/
H A DMakefile.am3 SUBDIRS = libxslt libexslt xsltproc doc tests subdir
8 DIST_SUBDIRS = libxslt libexslt xsltproc python doc tests
42 check-local: tests
46 tests: dummy target
48 @(cd tests ; $(MAKE) -s tests)
49 @(cd xsltproc ; $(MAKE) -s tests)
51 @cd python && $(MAKE) tests
57 @(cd tests ; $(MAKE) CHECKER='libtool --mode=execute valgrind -q --leak-check=full' tests)
58 @(cd xsltproc ; $(MAKE) CHECKER='libtool --mode=execute valgrind -q --leak-check=full' tests)
/reactos/modules/rostests/apitests/shell32/
H A DControl_RunDLLW.cpp96 struct param_test tests[] = variable
151 for (UINT i = 0; i < _countof(tests); i++) in START_TEST()
153 swprintf(buffer, L"%s%s", finename, tests[i].cmd); in START_TEST()
159 …ok (tests[i].iClick == g_iClk, "%d, CPL_DBLCLK: expected %d got %d\n", tests[i].srcLine, tests[i].… in START_TEST()
160 …ok (tests[i].iStartParams == g_iParams, "%d, CPL_STARTWPARMSW: expected %d got %d\n", tests[i].src… in START_TEST()
161 …ok (wcscmp(tests[i].params, g_wstrParams) == 0, "%d, CPL_STARTWPARMSW: expected %S got %S\n", test… in START_TEST()
/reactos/modules/rostests/winetests/netapi32/
H A Daccess.c452 tests[] = in test_DavGetHTTPFromUNCPath() local
527 size = tests[i].size; in test_DavGetHTTPFromUNCPath()
529 if (tests[i].todo) in test_DavGetHTTPFromUNCPath()
531 ok( ret == tests[i].ret, "%u: expected %u got %u\n", i, tests[i].ret, ret ); in test_DavGetHTTPFromUNCPath()
533 if (tests[i].ret_path) in test_DavGetHTTPFromUNCPath()
543 ok( ret == tests[i].ret, "%u: expected %u got %u\n", i, tests[i].ret, ret ); in test_DavGetHTTPFromUNCPath()
625 tests[] = in test_DavGetUNCFromHTTPPath() local
691 size = tests[i].size; in test_DavGetUNCFromHTTPPath()
693 ok( ret == tests[i].ret, "%u: expected %u got %u\n", i, tests[i].ret, ret ); in test_DavGetUNCFromHTTPPath()
694 if (tests[i].ret_path) in test_DavGetUNCFromHTTPPath()
[all …]
/reactos/sdk/lib/3rdparty/stlport/test/compiler/
H A DREADME1 1. About this tests
3 This is tests to check whether compiler understand or not some language
4 construction. It is NOT tests for language support libraries, only tests for
7 The main purposes of this tests is to help for developers to find correct
22 Notes about tests.
26 tests for template-in-the-template explicit specialization.
/reactos/modules/rostests/apitests/appshim/
H A Ddispmode.c369 } tests[] = variable
392 if (!LoadShimDLL(tests[n].dll, &dll, &pGetHookAPIs)) in run_test()
399 wine_dbgstr_w(tests[n].dll), tests[n].name, pGetHookAPIs, pNotifyShims); in run_test()
411 if (g_Version >= tests[n].winver) in run_test()
413 ret = tests[n].hook(dll); in run_test()
416 test_one(tests[n].name, tests[n].reason, tests[n].pre, tests[n].post, tests[n].second); in run_test()
417 tests[n].unhook(dll); in run_test()
427 dll = GetModuleHandleW(tests[n].dll); in run_test()
451 for (n = 0; n < _countof(tests); ++n) in START_TEST()
478 winetest_get_failures() - failures, n, tests[n].name); in START_TEST()
[all …]
/reactos/modules/rostests/winetests/kernel32/
H A Dcodepage.c504 tests[] = in test_utf7_encoding() local
686 for (i = 0; i < sizeof(tests) / sizeof(tests[0]); i++) in test_utf7_encoding()
705 ok(memcmp(tests[i].dst, tests[i].expected_dst, tests[i].chars_written) == 0, in test_utf7_encoding()
707 i, tests[i].expected_dst, tests[i].dst); in test_utf7_encoding()
708 ok(tests[i].dst[tests[i].chars_written] == '#', in test_utf7_encoding()
710 … i, tests[i].chars_written, tests[i].chars_written, tests[i].dst[tests[i].chars_written]); in test_utf7_encoding()
745 tests[] = in test_utf7_decoding() local
958 for (i = 0; i < sizeof(tests) / sizeof(tests[0]); i++) in test_utf7_decoding()
967 tests[i].expected_dst[tests[i].chars_written] = 0x2323; in test_utf7_decoding()
969 if (!tests[i].len && tests[i].chars_written) in test_utf7_decoding()
[all …]
/reactos/modules/rostests/apitests/ntdll/
H A DRtlGetLengthWithoutLastFullDosOrNtPathElement.c27 rtl_test_data tests[] = { variable
98 for (ULONG n = 0; n < ARRAYSIZE(tests); ++n) in START_TEST()
103 RtlInitUnicodeString(&Str, tests[n].Path); in START_TEST()
106 …ok(Status == tests[n].Status, "Got Status=0x%lx, expected 0x%lx (%S)\n", Status, tests[n].Status, … in START_TEST()
107 …ok(Length == tests[n].Length, "Got Length=0x%lx, expected 0x%lx (%S)\n", Length, tests[n].Length, … in START_TEST()
/reactos/modules/rostests/unittests/setuplib/
H A DIsValidInstallDirectory.c19 } tests[] = in START_TEST() local
81 for (i = 0; i < _countof(tests); ++i) in START_TEST()
83 BOOLEAN ret = IsValidInstallDirectory(tests[i].path); in START_TEST()
84 ok(ret == tests[i].result, in START_TEST()
86 tests[i].path, BOOL_TO_STR(ret), BOOL_TO_STR(tests[i].result)); in START_TEST()
/reactos/modules/rostests/apitests/sfc/
H A DSfcIsFileProtected.c38 static testdata tests[] = variable
76 for (n = 0; n < _countof(tests); ++n) in Test_ProtectedFiles()
78 if (tests[n].Expand) in Test_ProtectedFiles()
79 ExpandEnvironmentStringsW(tests[n].Path, Buffer, _countof(Buffer)); in Test_ProtectedFiles()
81 StringCchCopyW(Buffer, _countof(Buffer), tests[n].Path); in Test_ProtectedFiles()
85 if (g_WinVersion >= tests[n].Success.Min && g_WinVersion <= tests[n].Success.Max) in Test_ProtectedFiles()
/reactos/modules/rostests/winetests/user32/
H A Dtext.c756 tests[] = in test_CharToOem_OemToChar() local
768 for (i = 0; i < ARRAY_SIZE(tests); i++) in test_CharToOem_OemToChar()
776 ok(ret == tests[i].ret, "test %d: expected %d, got %d\n", i, tests[i].ret, ret); in test_CharToOem_OemToChar()
781 ok(ret == tests[i].ret, "test %d: expected %d, got %d\n", i, tests[i].ret, ret); in test_CharToOem_OemToChar()
786 ok(ret == tests[i].ret, "test %d: expected %d, got %d\n", i, tests[i].ret, ret); in test_CharToOem_OemToChar()
791 ok(ret == tests[i].ret, "test %d: expected %d, got %d\n", i, tests[i].ret, ret); in test_CharToOem_OemToChar()
795 for (i = 0; i < ARRAY_SIZE(tests); i++) in test_CharToOem_OemToChar()
803 ok(ret == tests[i].ret, "test %d: expected %d, got %d\n", i, tests[i].ret, ret); in test_CharToOem_OemToChar()
808 ok(ret == tests[i].ret, "test %d: expected %d, got %d\n", i, tests[i].ret, ret); in test_CharToOem_OemToChar()
820 ok(ret == tests[i].ret, "test %d: expected %d, got %d\n", i, tests[i].ret, ret); in test_CharToOem_OemToChar()
[all …]
/reactos/drivers/network/tcpip/lwip/test/unit/ip6/
H A Dtest_ip6.c232 struct test_addr_and_str tests[] = { in START_TEST() local
242 for (i = 0; i < LWIP_ARRAYSIZE(tests); i++) { in START_TEST()
243 str = ip6addr_ntoa_r(ip_2_ip6(&tests[i].addr), buf, sizeof(buf)); in START_TEST()
245 fail_unless(!strcmp(str, tests[i].str)); in START_TEST()
439 testfunc tests[] = { in ip6_suite() local
449 return create_suite("IPv6", tests, sizeof(tests)/sizeof(testfunc), ip6_setup, ip6_teardown); in ip6_suite()
464 testfunc tests[] = { in ip6_suite() local
467 return create_suite("IPv6", tests, sizeof(tests)/sizeof(testfunc), NULL, NULL); in ip6_suite()
/reactos/drivers/network/tcpip/lwip/test/unit/core/
H A Dtest_dns.c48 testfunc tests[] = { in dns_suite() local
51 return create_suite("DNS", tests, sizeof(tests)/sizeof(testfunc), dns_setup, dns_teardown); in dns_suite()
/reactos/modules/rostests/winetests/ntdll/
H A Dpath.c41 static const struct test tests[] = in test_RtlDetermineDosPathNameType_U() local
84 for (test = tests; test->path; test++) in test_RtlDetermineDosPathNameType_U()
103 static const struct test tests[] = in test_RtlIsDosDeviceName_U() local
159 for (test = tests; test->path; test++) in test_RtlIsDosDeviceName_U()
179 static const struct test tests[] = in test_RtlIsNameLegalDOS8Dot3() local
220 for (test = tests; test->path; test++) in test_RtlIsNameLegalDOS8Dot3()
261 static const struct test tests[] = in test_RtlGetFullPathName_U() local
322 for (test = tests; test->path; test++) in test_RtlGetFullPathName_U()
/reactos/modules/rostests/winetests/msvcrt/
H A Dmisc.c619 static const int tests[] = {9000, 8001, 7002, 6003, 1003, 5004, 4005, 3006, 2007}; in test__lfind_s() local
632 num = ARRAY_SIZE(tests); in test__lfind_s()
635 found = p_lfind_s(NULL, tests, &num, sizeof(int), _lfind_s_comp, NULL); in test__lfind_s()
645 found = p_lfind_s(&key, tests, &num, 0, _lfind_s_comp, NULL); in test__lfind_s()
650 found = p_lfind_s(&key, tests, &num, sizeof(int), NULL, NULL); in test__lfind_s()
657 found = p_lfind_s(&key, tests, &num, sizeof(int), _lfind_s_comp, &ctx); in test__lfind_s()
659 ok(found == tests, "Expected %p, got %p\n", tests, found); in test__lfind_s()
665 found = p_lfind_s(&key, tests, &num, sizeof(int), _lfind_s_comp, &ctx); in test__lfind_s()
667 ok(found == tests+8, "Expected %p, got %p\n", tests+8, found); in test__lfind_s()
673 found = p_lfind_s(&key, tests, &num, sizeof(int), _lfind_s_comp, &ctx); in test__lfind_s()
/reactos/modules/rostests/winetests/quartz/
H A Davisplitter.c152 tests[] = in test_filesourcefilter() local
213 for (i = 0; i < sizeof(tests)/sizeof(tests[0]); i++) in test_filesourcefilter()
215 trace("Running test for %s\n", tests[i].label); in test_filesourcefilter()
220 success = WriteFile(file, tests[i].data, tests[i].size, &written, NULL); in test_filesourcefilter()
222 ok(written == tests[i].size, "could not write test data\n"); in test_filesourcefilter()
256 if (tests[i].subtype) in test_filesourcefilter()
260 ok(IsEqualGUID(&mt.subtype, tests[i].subtype), in test_filesourcefilter()
261 … "expected %s, got %s\n", wine_dbgstr_guid(tests[i].subtype), wine_dbgstr_guid(&mt.subtype)); in test_filesourcefilter()
/reactos/drivers/network/tcpip/lwip/test/unit/ppp/
H A Dtest_pppos.c61 testfunc tests[] = { in pppos_suite() local
64 return create_suite("PPPOS", tests, sizeof(tests)/sizeof(testfunc), pppos_setup, pppos_teardown); in pppos_suite()
/reactos/modules/rostests/winetests/d3dx9_36/
H A Dcore.c341 tests[] = in test_ID3DXFont() local
639 for (i = 0; i < ARRAY_SIZE(tests); ++i) in test_ID3DXFont()
1194 static const D3DXRTS_DESC tests[] = in test_D3DXCreateRenderToSurface() local
1211 for (i = 0; i < ARRAY_SIZE(tests); i++) in test_D3DXCreateRenderToSurface()
1213 …hr = D3DXCreateRenderToSurface(device, tests[i].Width, tests[i].Height, tests[i].Format, tests[i].… in test_D3DXCreateRenderToSurface()
1222 …ok(desc.Width == tests[i].Width, "%d: Got width %u, expected %u\n", i, desc.Width, tests[i].Width); in test_D3DXCreateRenderToSurface()
1556 D3DXRTS_DESC tests[] = { in test_ID3DXRenderToSurface() local
1618 for (i = 0; i < ARRAY_SIZE(tests); i++) in test_ID3DXRenderToSurface()
1620 …check_ID3DXRenderToSurface(device, tests[i].Width, tests[i].Height, tests[i].Format, tests[i].Dept… in test_ID3DXRenderToSurface()
1621 …check_ID3DXRenderToSurface(device, tests[i].Width, tests[i].Height, tests[i].Format, tests[i].Dept… in test_ID3DXRenderToSurface()
[all …]
/reactos/modules/rostests/win32/cmd/script_testsuite/
H A Drun.cmd26 :: Run the tests
34 echo Executed %test_count% tests, %successful_tests% successful, %failed_tests% failed
40 type "tests\%~1.cmd" > "temp\%~1.cmd"

1234567