Skip to content

Commit 5b5de26

Browse files
authored
Delete non-existing pal tests from list (#116048)
1 parent 6005119 commit 5b5de26

File tree

4 files changed

+1
-46
lines changed

4 files changed

+1
-46
lines changed

src/coreclr/pal/tests/palsuite/compilableTests.txt

Lines changed: 0 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
c_runtime/atof/test1/paltest_atof_test1
22
c_runtime/atoi/test1/paltest_atoi_test1
3-
c_runtime/cbrt/test1/paltest_cbrt_test1
4-
c_runtime/cbrtf/test1/paltest_cbrtf_test1
5-
c_runtime/ceil/test1/paltest_ceil_test1
6-
c_runtime/ceilf/test1/paltest_ceilf_test1
7-
c_runtime/cos/test1/paltest_cos_test1
8-
c_runtime/cosf/test1/paltest_cosf_test1
9-
c_runtime/cosh/test1/paltest_cosh_test1
10-
c_runtime/coshf/test1/paltest_coshf_test1
11-
c_runtime/errno/test1/paltest_errno_test1
12-
c_runtime/errno/test2/paltest_errno_test2
133
c_runtime/isalnum/test1/paltest_isalnum_test1
144
c_runtime/isalpha/test1/paltest_isalpha_test1
155
c_runtime/isdigit/test1/paltest_isdigit_test1
@@ -114,14 +104,6 @@ debug_api/OutputDebugStringW/test1/paltest_outputdebugstringw_test1
114104
exception_handling/RaiseException/test1/paltest_raiseexception_test1
115105
exception_handling/RaiseException/test2/paltest_raiseexception_test2
116106
exception_handling/RaiseException/test3/paltest_raiseexception_test3
117-
filemapping_memmgt/CreateFileMappingA/test1/paltest_createfilemappinga_test1
118-
filemapping_memmgt/CreateFileMappingA/test3/paltest_createfilemappinga_test3
119-
filemapping_memmgt/CreateFileMappingA/test4/paltest_createfilemappinga_test4
120-
filemapping_memmgt/CreateFileMappingA/test5/paltest_createfilemappinga_test5
121-
filemapping_memmgt/CreateFileMappingA/test6/paltest_createfilemappinga_test6
122-
filemapping_memmgt/CreateFileMappingA/test7/paltest_createfilemappinga_test7
123-
filemapping_memmgt/CreateFileMappingA/test8/paltest_createfilemappinga_test8
124-
filemapping_memmgt/CreateFileMappingA/test9/paltest_createfilemappinga_test9
125107
filemapping_memmgt/CreateFileMappingW/CreateFileMapping_neg1/paltest_createfilemappingw_createfilemapping_neg1
126108
filemapping_memmgt/CreateFileMappingW/test1/paltest_createfilemappingw_test1
127109
filemapping_memmgt/CreateFileMappingW/test3/paltest_createfilemappingw_test3
@@ -187,7 +169,6 @@ file_io/errorpathnotfound/test1/paltest_errorpathnotfound_test1
187169
file_io/errorpathnotfound/test2/paltest_errorpathnotfound_test2
188170
file_io/FILECanonicalizePath/paltest_filecanonicalizepath_test1
189171
file_io/FlushFileBuffers/test1/paltest_flushfilebuffers_test1
190-
file_io/GetConsoleOutputCP/test1/paltest_getconsoleoutputcp_test1
191172
file_io/GetFileAttributesA/test1/paltest_getfileattributesa_test1
192173
file_io/GetFileAttributesExW/test1/paltest_getfileattributesexw_test1
193174
file_io/GetFileAttributesExW/test2/paltest_getfileattributesexw_test2
@@ -307,8 +288,6 @@ threading/CreateEventW/test2/paltest_createeventw_test2
307288
threading/CreateEventW/test3/paltest_createeventw_test3
308289
threading/CreateMutexW_ReleaseMutex/test1/paltest_createmutexw_releasemutex_test1
309290
threading/CreateMutexW_ReleaseMutex/test2/paltest_createmutexw_releasemutex_test2
310-
threading/CreateProcessA/test1/paltest_createprocessa_test1
311-
threading/CreateProcessA/test2/paltest_createprocessa_test2
312291
threading/CreateProcessW/test1/paltest_createprocessw_test1
313292
threading/CreateProcessW/test2/paltest_createprocessw_test2
314293
threading/CreateSemaphoreW_ReleaseSemaphore/test1/paltest_createsemaphorew_releasesemaphore_test1

src/coreclr/pal/tests/palsuite/paltestlist.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ filemapping_memmgt/VirtualQuery/test1/paltest_virtualquery_test1
155155
file_io/errorpathnotfound/test2/paltest_errorpathnotfound_test2
156156
file_io/FILECanonicalizePath/paltest_filecanonicalizepath_test1
157157
file_io/FlushFileBuffers/test1/paltest_flushfilebuffers_test1
158-
file_io/GetConsoleOutputCP/test1/paltest_getconsoleoutputcp_test1
159158
file_io/GetFileAttributesA/test1/paltest_getfileattributesa_test1
160159
file_io/GetFileAttributesExW/test2/paltest_getfileattributesexw_test2
161160
file_io/GetFileAttributesW/test1/paltest_getfileattributesw_test1
@@ -313,4 +312,3 @@ threading/WaitForSingleObject/WFSOMutexTest/paltest_waitforsingleobject_wfsomute
313312
threading/WaitForSingleObject/WFSOSemaphoreTest/paltest_waitforsingleobject_wfsosemaphoretest
314313
threading/WaitForSingleObject/WFSOThreadTest/paltest_waitforsingleobject_wfsothreadtest
315314
threading/YieldProcessor/test1/paltest_yieldprocessor_test1
316-
eventprovider/eventprovidertest

src/coreclr/pal/tests/palsuite/paltestlist_to_be_reviewed.txt

Lines changed: 0 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,7 @@
11
This is a list of failing PAL tests that need to be reviewed because.
22
They should either be fixed or deleted if they are no longer applicable.
33

4-
c_runtime/ferror/test1/paltest_ferror_test1
5-
c_runtime/ferror/test2/paltest_ferror_test2
6-
c_runtime/fputs/test2/paltest_fputs_test2
7-
c_runtime/fread/test1/paltest_fread_test1
8-
c_runtime/fread/test2/paltest_fread_test2
9-
c_runtime/fread/test3/paltest_fread_test3
10-
c_runtime/ftell/test1/paltest_ftell_test1
114
c_runtime/iswprint/test1/paltest_iswprint_test1
12-
c_runtime/vprintf/test1/paltest_vprintf_test1
13-
c_runtime/_getw/test1/paltest_getw_test1
145
debug_api/DebugBreak/test1/paltest_debugbreak_test1
156
debug_api/OutputDebugStringA/test1/paltest_outputdebugstringa_test1
167
debug_api/WriteProcessMemory/test1/paltest_writeprocessmemory_test1
@@ -30,8 +21,6 @@ exception_handling/PAL_EXCEPT_FILTER_EX/test1/paltest_pal_except_filter_ex_test1
3021
exception_handling/PAL_EXCEPT_FILTER_EX/test2/paltest_pal_except_filter_ex_test2
3122
exception_handling/PAL_EXCEPT_FILTER_EX/test3/paltest_pal_except_filter_ex_test3
3223
exception_handling/pal_finally/test1/paltest_pal_finally_test1
33-
exception_handling/PAL_GetBottommostRegistration/test1/paltest_pal_getbottommostregistration_test1
34-
exception_handling/PAL_GetBottommostRegistration/test2/paltest_pal_getbottommostregistration_test2
3524
exception_handling/PAL_TRY_EXCEPT/test1/paltest_pal_try_except_test1
3625
exception_handling/PAL_TRY_EXCEPT/test2/paltest_pal_try_except_test2
3726
exception_handling/PAL_TRY_EXCEPT_EX/test1/paltest_pal_try_except_ex_test1
@@ -48,9 +37,6 @@ filemapping_memmgt/GetModuleFileNameA/test1/paltest_getmodulefilenamea_test1
4837
filemapping_memmgt/GetModuleFileNameW/test1/paltest_getmodulefilenamew_test1
4938
filemapping_memmgt/GetProcAddress/test1/paltest_getprocaddress_test1
5039
filemapping_memmgt/GetProcAddress/test2/paltest_getprocaddress_test2
51-
filemapping_memmgt/ReadProcessMemory/ReadProcessMemory_neg1/paltest_readprocessmemory_readprocessmemory_neg1
52-
filemapping_memmgt/ReadProcessMemory/test1/paltest_readprocessmemory_test1
53-
filemapping_memmgt/ReadProcessMemory/test2/paltest_readprocessmemory_test2
5440
file_io/CreateFileA/test1/paltest_createfilea_test1
5541
file_io/CreateFileW/test1/paltest_createfilew_test1
5642
file_io/errorpathnotfound/test1/paltest_errorpathnotfound_test1
@@ -71,8 +57,6 @@ locale_info/CompareStringA/test1/paltest_comparestringa_test1
7157
locale_info/CompareStringW/test1/paltest_comparestringw_test1
7258
locale_info/GetLocaleInfoW/test1/paltest_getlocaleinfow_test1
7359
locale_info/GetLocaleInfoW/test2/paltest_getlocaleinfow_test2
74-
locale_info/GetStringTypeExW/test1/paltest_getstringtypeexw_test1
75-
locale_info/GetStringTypeExW/test2/paltest_getstringtypeexw_test2
7660
locale_info/WideCharToMultiByte/test4/paltest_widechartomultibyte_test4
7761
miscellaneous/FormatMessageW/test4/paltest_formatmessagew_test4
7862
miscellaneous/FormatMessageW/test5/paltest_formatmessagew_test5
@@ -83,10 +67,6 @@ miscellaneous/IsBadReadPtr/test1/paltest_isbadreadptr_test1
8367
miscellaneous/IsBadWritePtr/test1/paltest_isbadwriteptr_test1
8468
miscellaneous/IsBadWritePtr/test2/paltest_isbadwriteptr_test2
8569
miscellaneous/IsBadWritePtr/test3/paltest_isbadwriteptr_test3
86-
miscellaneous/wsprintfW/test2/paltest_wsprintfw_test2
87-
miscellaneous/wsprintfW/test7/paltest_wsprintfw_test7
88-
pal_specific/PAL_get_stderr/test1/paltest_pal_get_stderr_test1
89-
pal_specific/PAL_get_stdin/test1/paltest_pal_get_stdin_test1
9070
pal_specific/PAL_get_stdout/test1/paltest_pal_get_stdout_test1
9171
pal_specific/PAL_RegisterLibraryW_UnregisterLibraryW/test1/paltest_pal_registerlibraryw_unregisterlibraryw_test1
9272
samples/test2/paltest_samples_test2
@@ -112,12 +92,10 @@ threading/OpenEventW/test4/paltest_openeventw_test4
11292
threading/OpenEventW/test5/paltest_openeventw_test5
11393
threading/OpenProcess/test1/paltest_openprocess_test1
11494
threading/QueueUserAPC/test1/paltest_queueuserapc_test1
115-
threading/setthreadcontext/test1/paltest_setthreadcontext_test1
11695
threading/Sleep/test1/paltest_sleep_test1
11796
threading/SleepEx/test1/paltest_sleepex_test1
11897
threading/SleepEx/test2/paltest_sleepex_test2
11998
threading/TerminateProcess/test1/paltest_terminateprocess_test1
120-
threading/TLS/test6_optimizedtls/paltest_tls_test6_optimizedtls
12199
threading/WaitForMultipleObjectsEx/test5/paltest_waitformultipleobjectsex_test5
122100
threading/WaitForMultipleObjectsEx/test6/paltest_waitformultipleobjectsex_test6
123101
threading/WaitForSingleObject/WFSOProcessTest/paltest_waitforsingleobject_wfsoprocesstest

src/coreclr/pal/tests/palsuite/paltests.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ int __cdecl main(int argc, char *argv[])
5454
{
5555
return PrintTests(argc, argv);
5656
}
57-
57+
5858
PALTest *testCur = PALTest::s_tests;
5959
for (;testCur != 0; testCur = testCur->_next)
6060
{

0 commit comments

Comments
 (0)