VirtualBox

source: vbox/trunk/src/VBox/Runtime/testcase

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @105786   4 months vboxsync IPRT: Added RTSystemQueryNtFeatureEnabled() API to query Windows (NT) …
(edit) @105631   4 months vboxsync IPRT/RTPathUnlink: Implemented NT and posix versions w/ simple testcase.
(edit) @104795   7 months vboxsync iprt/asm.h: Added ASMAtomic[Uo]WriteU128[U|v2] and …
(edit) @104671   7 months vboxsync Runtime/testcase/tstTime-2.cpp: win.arm64 build fix, bugref:10392
(edit) @104025   9 months vboxsync Runtime/testcase/tstTime-2: Make it build on linux.arm64, bugref:10391
(edit) @103493   10 months vboxsync Runtime/testcase/tstRTCircBuf: Just return if creation of the circular …
(edit) @103441   10 months vboxsync IPRT/tstRTR0CommonDriver.h: Unconfuse the szPath code, it can …
(edit) @103440   10 months vboxsync IPRT/tstRTR0CommonDriver.h: Buffer overflow for szSrvReqHandler is not …
(edit) @103358   10 months vboxsync IPRT/tstRTEnv: Shut up parfait warning about using a potential …
(edit) @103357   10 months vboxsync IPRT/tstRTEnv: Shut up parfait warning about using a potential …
(edit) @103354   10 months vboxsync IPRT/tstRTInlineAsm: Fix harmless parfait warning. bugref:3409
(edit) @103292   10 months vboxsync Runtime/testcase/tstRTProcCreateEx: Fix a potential buffer overrun …
(edit) @103285   10 months vboxsync Re-applied r161549 again (Got rid of a lot of deprecated strcpy / …
(edit) @103275   10 months vboxsync Backed out r161549 again (not wanted / bloat).
(edit) @103260   10 months vboxsync Got rid of a lot of deprecated strcpy / strcat calls; now using the …
(edit) @103141   10 months vboxsync Runtime: Some warning fixes about externally visible functions which …
(edit) @103017   11 months vboxsync iprt/asm-mem.h: Eliminated the unused ASMProbeReadBuffer.
(edit) @103014   11 months vboxsync iprt/asm-mem.h: Eliminated the ASMMemZeroPage function, replaced the …
(edit) @103013   11 months vboxsync iprt/asm-mem.h,zip.cpp,tstRTInlineAsm.cpp: Eliminated unused …
(edit) @103005   11 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @102985   11 months vboxsync tstRTStrFormat: Added an overflow test.
(edit) @102886   11 months vboxsync Runtime/tstRTSg: Ensure that u64First <= u64Last when passed to …
(edit) @102885   11 months vboxsync Runtime/tstRTSg: Ensure that u64First <= u64Last when passed to …
(edit) @102884   11 months vboxsync Runtime/tstRTSg: Use a deterministic random number generator and print …
(edit) @102647   12 months vboxsync IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
(edit) @102489   12 months vboxsync tstRTCrShaCrypt name fix. bugref:10551
(edit) @102488   12 months vboxsync IPRT,Main/Unattended: Added a simplified API for the SHAcrypt …
(edit) @102483   12 months vboxsync IPRT/tstRTShaCrypt: Added Korean key testing. bugref:10551
(edit) @102376   13 months vboxsync IPRT/crypto: Testcase logging nit. bugref:10551
(edit) @102375   13 months vboxsync IPRT/crypto: Implemented handing-in crypt password strings as the salt …
(edit) @102360   13 months vboxsync IPRT/crypto: Removed RTCrShaCryptGenerateSaltWeak() again, as this …
(edit) @102356   13 months vboxsync IPRT/crypto: Added a RTCrShaCryptGenerateSaltWeak() version which can …
(edit) @102335   13 months vboxsync IPRT/crypto/shacrypt: Added RTCrShaCryptGenerateSalt() to avoid code …
(edit) @102297   13 months vboxsync IPRT/crypto/shacrypt: Better string length checks for …
(edit) @102296   13 months vboxsync IPRT/crypto/shacrypt: Renaming (RTShaCryptXXX -> RTCrShaCryptXXX) + …
(edit) @102289   13 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102287   13 months vboxsync IPRT/RTExprEval: Added md5, sha1, sha256 and sha512 has functions …
(edit) @101753   13 months vboxsync added more detailed logging, tstRTSg.cpp testcase
(edit) @101613   14 months vboxsync tstRTArmv8: Do random check of 64-bit range of masks. bugref:10371
(edit) @101612   14 months vboxsync tstRTArmv8: Check the full 32-bit range of masks. bugref:10371
(edit) @101609   14 months vboxsync iprt/armv8.h: Worked out the two immediates for logical instructions …
(edit) @101539   14 months vboxsync DIS,VMM,DBGC,IPRT,++: Some disassembler tweaks and TB disassembly …
(edit) @101346   14 months vboxsync IPRT/ministring: More complete set of endsWith[I] and startsWith[I] …
(edit) @101343   14 months vboxsync IPRT/ministring: Added C-style endsWith methods.
(edit) @100678   17 months vboxsync Logging nit.
(edit) @100530   17 months vboxsync IPRT/PKCS8: Testcase fix. oops. bugref:10299
(edit) @100528   17 months vboxsync IPRT/PKCS8: Added the ability to load PKCS\#8 EncryptedPrivateKey …
(edit) @100421   17 months vboxsync IPRT/PKCS8: add key format for PKCS #8 bugref:10299
(edit) @100108   18 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @99961   19 months vboxsync IPRT/sg: Corrected RTSgBufIsAtEnd and made the code deal with (skip) …
(edit) @99960   19 months vboxsync IPRT/sg: Corrected RTSgBufIsAtEnd and made the code deal with (skip) …
(edit) @99901   19 months vboxsync IPRT: Cleaned up RTThreadGetExecutionTimeMilli and associated testcase.
(edit) @99801   19 months vboxsync Runtime/testcase/{Makefile.kmk,tstRTCRest-1}: Address two …
(edit) @99792   19 months vboxsync Runtime: Disable some stuff for now when running under parfait, bugref:3409
(edit) @99776   19 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99775   19 months vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99704   19 months vboxsync Runtime/testcase/tstRTSemEvent: test1() queues up two threads behind a …
(edit) @99560   20 months vboxsync IPRT/testcase: Improved range check for tstLdrObjR0.
(edit) @99486   20 months vboxsync IPRT/testcase: Fixed a leak in tstRTProcCreateEx found by ASAN.
(edit) @99483   20 months vboxsync IPRT/RTProcCreateEx: More fixes for the initial patch supplied; also …
(edit) @99246   21 months vboxsync IPRT/RTGetOpt: Interpret non-breaking hypen and a handful other …
(edit) @99229   21 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99227   21 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99221   21 months vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99208   21 months vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
(edit) @99151   21 months vboxsync IPRT/testcase: Always resolve the real paths before passing them to …
(edit) @99145   21 months vboxsync IPRT/process: Bugfixes for testcases for RTPROC_FLAGS_CWD. bugref:8053
(edit) @99110   21 months vboxsync IPRT/process: Added testcases for RTPROC_FLAGS_CWD. bugref:8053
(edit) @99007   21 months vboxsync Runtime/testcase/tstRTMemCache: Fix alignment and object count mixup …
(edit) @98640   22 months vboxsync IPRT/tstStrToNum: Fixed RTStrToDoubleEx testcase bugs. bugref:10261
(edit) @98637   22 months vboxsync IPRT/tstRTTime: Try avoid false failures due to preemption between …
(edit) @98619   22 months vboxsync IPRT/tstRTPipe: Tweaked the test to no fail on some old windows …
(edit) @98512   22 months vboxsync IPRT/vcc: Some scm fixes for tstRTNoCrt-5.cpp. bugref:10261
(edit) @98510   22 months vboxsync IPRT/vcc: Cover some more corner cases in tstRTNoCrt-5.cpp udiv. …
(edit) @98496   22 months vboxsync IPRT/vcc: Working on 64-bit integer support routines for the 32-bit …
(edit) @98484   22 months vboxsync IPRT/tstRTNoCrt-3: Corrected testcase name string. bugref:10261
(edit) @98483   22 months vboxsync IPRT/tstRTNoCrt-4: Wrong comment type. bugref:10261
(edit) @98409   23 months vboxsync IPRT/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98307   23 months vboxsync Runtime/RTS3: Retire unused implementation, can be resurrected if required
(edit) @98256   23 months vboxsync *.kmk: s/VBOX_NTDLL/VBoxNtDll/ (sdk) bugref:10348
(edit) @98249   23 months vboxsync /*.kmk,configure*: …
(edit) @98241   23 months vboxsync *.kmk,configure*: s/VBOX_OPENSSL2/VBoxOpenSsl/ …
(edit) @98238   23 months vboxsync *.kmk,configure*: s/VBOX_LIBCURL/VBoxLibCurl/ (SDK) bugref:10348
(edit) @98169   23 months vboxsync *.kmk: s/VBOXR3TSTEXE/VBoxR3TstExe/ bugref:10348
(edit) @98103   2 years vboxsync Copyright year updates by scm.
(edit) @98004   2 years vboxsync IPRT: VBOX_ONLY_VALIDATIONKIT warnings.
(edit) @97948   2 years vboxsync IPRT/testcases: Added a first (minimal) testcase for the No-CRT vector …
(edit) @97947   2 years vboxsync IPRT/testcases: Added a first (minimal) testcase for the No-CRT vector …
(edit) @97874   2 years vboxsync IPRT/tstLdr-4: Switch from RTMemExecAlloc to RTMemPageAlloc + …
(edit) @97862   2 years vboxsync IPRT/nocrt: Added a simple structured exception handling (SEH) …
(edit) @97825   2 years vboxsync IPRT: Added RTCListBase::filter() + testcases.
(edit) @97823   2 years vboxsync IPRT: Added RTCListBase == and != operator support + testcases.
(edit) @97646   2 years vboxsync IPRT: Added RTProcSignalName and a generic implementation of it.
(edit) @96729   2 years vboxsync IPRT/getopt: Added index variant with 0 or 1 and optionally and w/ …
(edit) @96622   2 years vboxsync IPRT: Added RTTimeFormatDuration[Ex] for duration/interval formatting.
(edit) @96609   2 years vboxsync IPRT/path: Added fFlags parameter to RTPathAppendEx and RTPathJoinEx …
(edit) @96549   2 years vboxsync IPRT: Fixes for tstRTErr-1.cpp after windows error info reduction.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96373   2 years vboxsync IPRT/nocrt: Implemented wcslen. bugref:10261
(edit) @96338   2 years vboxsync IPRT/nocrt: Implemented powf. bugref:10261
Note: See TracRevisionLog for help on using the revision log.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette