tangled
alpha
login
or
join now
huwcampbell.com
/
reactos
0
fork
atom
Reactos
0
fork
atom
overview
issues
pulls
pipelines
reactos
/
modules
/
rostests
/
apitests
/
crt
/
at
master
2 folders
68 files
amd64
[CRT_APITEST] Add more tests for _setjmp
10 months ago
i386
[CRT_APITEST] Add more tests for _setjmp
10 months ago
CMakeLists.txt
[STATIC_CRT_APITEST] Remove static_crt_apitest from build for now
1 month ago
__64tof.c
[CRT_APITEST] Add tests for __i64tod/u64tod/i64tos/u64tos on ARM (#3866)
4 years ago
__fto64.c
[CRT_APITEST] Fix __fto64 test according to MS CRT behavior on x86 and x64
4 years ago
__getmainargs.c
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
8 years ago
__rt_div.c
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.
4 years ago
_finite.c
[CRT_APITEST] Add tests for _finite(f)
9 months ago
_isnan.c
[CRT_APITEST] Add tests for _isnan(f)
9 months ago
_mbsnbcat.c
[CRT_APITEST] Add _mbsn(b)cat tests based on Wine 10.0 (#8460)
4 months ago
_mbsncat.c
[CRT_APITEST] Add _mbsn(b)cat tests based on Wine 10.0 (#8460)
4 months ago
_mbsncmp.c
[CRT_APITEST] Fix some tests for Vista+
8 months ago
_mbsstr.c
[CRTDLL_APITEST] Oops. Fix that other compiler. CORE-16933
2 years ago
_snprintf.c
[CRT_APITEST] Fix tests for _sn(w)printf
6 months ago
_sntprintf.h
[CRT_APITEST] Fix tests for _sn(w)printf
6 months ago
_snwprintf.c
[CRT_APITEST] Fix tests for _sn(w)printf
6 months ago
_stricmp.c
[CRT_APITEST] Implement tests for _stricmp and _strnicmp
5 months ago
_strlwr.c
[CRT_APITEST] Implement tests for _strlwr, _strupr, _wcslwr, _wcsupr
5 months ago
_strnicmp.c
[CRT_APITEST] Implement tests for _stricmp and _strnicmp
5 months ago
_strupr.c
[CRT_APITEST] Implement tests for _strlwr, _strupr, _wcslwr, _wcsupr
5 months ago
_vscprintf.c
[CRT_APITEST] Fix tests for _vs(c/n)(w)printf
6 months ago
_vscwprintf.c
[CRT_APITEST] Fix tests for _vs(c/n)(w)printf
6 months ago
_vsnprintf.c
[CRT_APITEST] Fix tests for _vs(c/n)(w)printf
6 months ago
_vsnwprintf.c
[CRT_APITEST] Fix tests for _vs(c/n)(w)printf
6 months ago
_wcsicmp.c
[CRT_APITEST] Add a few more tests for _wcsicmp
3 months ago
_wcslwr.c
[CRT_APITEST] Implement tests for _strlwr, _strupr, _wcslwr, _wcsupr
5 months ago
_wcsnicmp.c
[CRT_APITEST] Implement tests for _wcsicmp and _wcsnicmp
5 months ago
_wcsupr.c
[CRT_APITEST] Implement tests for _strlwr, _strupr, _wcslwr, _wcsupr
5 months ago
_wsystem.c
[CRT_APITEST] Fix version check for (_w)system on ReactOS
7 months ago
acos.c
[CRT_APITEST] Add a tests for acos(f) / __libm_sse2_acos(f)
10 months ago
asin.c
[CRT_APITEST] Add a tests for asin(f) / __libm_sse2_asin(f)
10 months ago
atan.c
[CRT_APITEST] Add a tests for atan(f) / __libm_sse2_atan(f)
10 months ago
atexit.c
[CRT_APITEST] Add test for atexit
5 years ago
ceil.c
[UCRTBASE_APITEST] Add ucrtbase_apitest
10 months ago
cos.c
[CRT_APITEST] Fix some tests for Vista+
8 months ago
crtdata.c
[CRT_APITEST] Mark a test for _wpgmptr as todo
4 months ago
dll_startup.cpp
[REACTOS] Add missing line breaks at end of file
2 years ago
dll_startup.h
[FORMATTING] Remove trailing whitespace. Addendum to 34593d93.
4 years ago
dll_startup.spec
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
8 years ago
exp.c
[CRT_APITEST] Fix some tests for Vista+
8 months ago
fabs.c
[CRT_APITEST] Add tests for ceil/floor
4 years ago
floor.c
[CRT_APITEST] Add tests for ceil/floor
4 years ago
fpcontrol.c
[CRT_APITEST] Fix GCC format warnings
10 months ago
gen_math_tests.py
[CRT_APITEST] Add a tests for tan(f) / __libm_sse2_tan(f)
9 months ago
log.c
[CRT_APITEST] Add a tests for log(f) / __libm_sse2_log(f)
9 months ago
log10.c
[CRT_APITEST] Add a tests for log10(f) / __libm_sse2_log10(f)
9 months ago
math_helpers.h
[CRT_APITEST] Add tests for _finite(f)
9 months ago
mbstowcs.c
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
8 years ago
mbstowcs_s.c
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
8 years ago
mbtowc.c
Replace my E-mail with the ReactOS org one (#3475)
5 years ago
rand_s.c
[CRT_APITEST] Fix GCC format warnings
10 months ago
round.c
[UCRTBASE_APITEST] Add tests for round/roundf
10 months ago
setjmp.c
[CRT_APITEST] Add more tests for _setjmp
10 months ago
sin.c
[CRT_APITEST] Fix some tests for Vista+
8 months ago
sprintf.c
[CRT_APITEST] Fix tests for sprintf
6 months ago
sqrt.c
[CRT_APITEST] Add tests for sqrt(f) / _libm_sqrt_precise
11 months ago
static_construct.cpp
[APITESTS] Ignore GCC8 warnings where we test some crazy stuff
6 years ago
static_crt_apitest.cmake
[CRT_APITEST] Add _mbsn(b)cat tests based on Wine 10.0 (#8460)
4 months ago
static_init.c
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
8 years ago
strcpy.c
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
8 years ago
strlen.c
[CRT_APITEST] Fix strlen test on x86
7 months ago
strtoul.c
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
8 years ago
system.c
[CRT_APITEST] Fix version check for (_w)system on ReactOS
7 months ago
tan.c
[CRT_APITEST] Add a tests for tan(f) / __libm_sse2_tan(f)
9 months ago
tcstoul.h
[MSVCRT_APITEST] Fix test condition for strtoul on ReactOS
7 months ago
testlist.c
[MSVCRT_APITEST] Fix test condition for strtoul on ReactOS
7 months ago
wcstombs.c
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
8 years ago
wcstombs_s.c
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
8 years ago
wcstoul.c
Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys.
8 years ago
wctomb.c
[CRT_APITEST] Fix tests for wctomb
6 months ago