VirtualBox

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

Revision Log Mode:


Legend:

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