VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @108869   3 weeks vboxsync Runtime/RTJson*: Add support for a subset of the JSON5 specification, …
(edit) @108723   5 weeks vboxsync Runtime/testcase/tstRTAcpi.cpp: Temporarily disable testcase until I …
(edit) @108718   5 weeks vboxsync Runtime/testcase/tstRTInlineAsm.cpp: Enforce alignment of s_u128 at a …
(edit) @108654   5 weeks vboxsync Runtime/testcase/tstRTInlineAsm.cpp: Make it work for hosts where we …
(edit) @108653   5 weeks vboxsync Runtime/testcase/tstRTHeapSimple.cpp: Make it work for hosts where we …
(edit) @108652   5 weeks vboxsync Runtime/testcase/tstRTHeapOffset.cpp: Make it work for hosts where we …
(edit) @108651   5 weeks vboxsync Runtime/testcase/tstRTMemCache.cpp: Make it work for hosts where we …
(edit) @108650   5 weeks vboxsync Runtime/testcase/tstRTMemSafer.cpp: Make it work for hosts where we …
(edit) @108649   5 weeks vboxsync Runtime/testcase/tstRTFileAio.cpp: Make it work for hosts where we …
(edit) @108280   2 months vboxsync Runtime/RTScriptLex*: Implement support for optionally returning …
(edit) @108115   3 months vboxsync Runtime/testcase: Start some ACPI testcase exercising the ASL -> AML …
(edit) @107805   3 months vboxsync Runtime/testcase/tstRTStrFormat.cpp: Improve testcase, check that the …
(edit) @107753   3 months vboxsync Runtime/testcase/tstRTDvm.cpp: Missing error check, bugref:3409
(edit) @107746   3 months vboxsync src/VBox/Runtime/testcase/tstRTLocalIpc.cpp: Fixed warnings found by …
(edit) @107743   3 months vboxsync src/VBox/Runtime/testcase/tstUtf8.cpp: Fixed warnings found by Parfait …
(edit) @107695   4 months vboxsync Runtime/testcase/tstRTCRest-1.cpp: Fix testcase which would return …
(edit) @107562   4 months vboxsync src/VBox/Runtime/testcase/tstRTSystemQueryOsInfo.cpp: Fixed warnings …
(edit) @106929   6 months vboxsync IPRT/tstTSC: Nor is RTMpCpuId available on solaris. jiraref:VBP-1449
(edit) @106927   6 months vboxsync IPRT/tstTSC: RTMpCpuId isn't available on linux and darwin for amd64 & …
(edit) @106924   6 months vboxsync IPRT/testcase: Made the R0 modules build on win.arm64. jiraref:VBP-1449
(edit) @106061   7 months vboxsync Copyright year updates by scm.
(edit) @105786   8 months vboxsync IPRT: Added RTSystemQueryNtFeatureEnabled() API to query Windows (NT) …
(edit) @105631   9 months vboxsync IPRT/RTPathUnlink: Implemented NT and posix versions w/ simple testcase.
(edit) @104795   11 months vboxsync iprt/asm.h: Added ASMAtomic[Uo]WriteU128[U|v2] and …
(edit) @104671   12 months vboxsync Runtime/testcase/tstTime-2.cpp: win.arm64 build fix, bugref:10392
(edit) @104025   13 months vboxsync Runtime/testcase/tstTime-2: Make it build on linux.arm64, bugref:10391
(edit) @103493   14 months vboxsync Runtime/testcase/tstRTCircBuf: Just return if creation of the circular …
(edit) @103441   14 months vboxsync IPRT/tstRTR0CommonDriver.h: Unconfuse the szPath code, it can …
(edit) @103440   14 months vboxsync IPRT/tstRTR0CommonDriver.h: Buffer overflow for szSrvReqHandler is not …
(edit) @103358   15 months vboxsync IPRT/tstRTEnv: Shut up parfait warning about using a potential …
(edit) @103357   15 months vboxsync IPRT/tstRTEnv: Shut up parfait warning about using a potential …
(edit) @103354   15 months vboxsync IPRT/tstRTInlineAsm: Fix harmless parfait warning. bugref:3409
(edit) @103292   15 months vboxsync Runtime/testcase/tstRTProcCreateEx: Fix a potential buffer overrun …
(edit) @103285   15 months vboxsync Re-applied r161549 again (Got rid of a lot of deprecated strcpy / …
(edit) @103275   15 months vboxsync Backed out r161549 again (not wanted / bloat).
(edit) @103260   15 months vboxsync Got rid of a lot of deprecated strcpy / strcat calls; now using the …
(edit) @103141   15 months vboxsync Runtime: Some warning fixes about externally visible functions which …
(edit) @103017   15 months vboxsync iprt/asm-mem.h: Eliminated the unused ASMProbeReadBuffer.
(edit) @103014   15 months vboxsync iprt/asm-mem.h: Eliminated the ASMMemZeroPage function, replaced the …
(edit) @103013   15 months vboxsync iprt/asm-mem.h,zip.cpp,tstRTInlineAsm.cpp: Eliminated unused …
(edit) @103005   15 months vboxsync iprt/asm.h,*: Split out the ASMMem* and related stuff into a separate …
(edit) @102985   15 months vboxsync tstRTStrFormat: Added an overflow test.
(edit) @102886   16 months vboxsync Runtime/tstRTSg: Ensure that u64First <= u64Last when passed to …
(edit) @102885   16 months vboxsync Runtime/tstRTSg: Ensure that u64First <= u64Last when passed to …
(edit) @102884   16 months vboxsync Runtime/tstRTSg: Use a deterministic random number generator and print …
(edit) @102647   16 months vboxsync IPRT: Implemented RTFsMountpointsEnum(). Extended tstRTFsQueries …
(edit) @102489   17 months vboxsync tstRTCrShaCrypt name fix. bugref:10551
(edit) @102488   17 months vboxsync IPRT,Main/Unattended: Added a simplified API for the SHAcrypt …
(edit) @102483   17 months vboxsync IPRT/tstRTShaCrypt: Added Korean key testing. bugref:10551
(edit) @102376   17 months vboxsync IPRT/crypto: Testcase logging nit. bugref:10551
(edit) @102375   17 months vboxsync IPRT/crypto: Implemented handing-in crypt password strings as the salt …
(edit) @102360   17 months vboxsync IPRT/crypto: Removed RTCrShaCryptGenerateSaltWeak() again, as this …
(edit) @102356   17 months vboxsync IPRT/crypto: Added a RTCrShaCryptGenerateSaltWeak() version which can …
(edit) @102335   17 months vboxsync IPRT/crypto/shacrypt: Added RTCrShaCryptGenerateSalt() to avoid code …
(edit) @102297   17 months vboxsync IPRT/crypto/shacrypt: Better string length checks for …
(edit) @102296   17 months vboxsync IPRT/crypto/shacrypt: Renaming (RTShaCryptXXX -> RTCrShaCryptXXX) + …
(edit) @102289   17 months vboxsync IPRT: Implemented SHA-crypt 256 / 512 variants, along with testcases. …
(edit) @102287   17 months vboxsync IPRT/RTExprEval: Added md5, sha1, sha256 and sha512 has functions …
(edit) @101753   18 months vboxsync added more detailed logging, tstRTSg.cpp testcase
(edit) @101613   18 months vboxsync tstRTArmv8: Do random check of 64-bit range of masks. bugref:10371
(edit) @101612   18 months vboxsync tstRTArmv8: Check the full 32-bit range of masks. bugref:10371
(edit) @101609   18 months vboxsync iprt/armv8.h: Worked out the two immediates for logical instructions …
(edit) @101539   18 months vboxsync DIS,VMM,DBGC,IPRT,++: Some disassembler tweaks and TB disassembly …
(edit) @101346   19 months vboxsync IPRT/ministring: More complete set of endsWith[I] and startsWith[I] …
(edit) @101343   19 months vboxsync IPRT/ministring: Added C-style endsWith methods.
(edit) @100678   22 months vboxsync Logging nit.
(edit) @100530   22 months vboxsync IPRT/PKCS8: Testcase fix. oops. bugref:10299
(edit) @100528   22 months vboxsync IPRT/PKCS8: Added the ability to load PKCS\#8 EncryptedPrivateKey …
(edit) @100421   22 months vboxsync IPRT/PKCS8: add key format for PKCS #8 bugref:10299
(edit) @100108   23 months vboxsync *: Fix build issues when setting VBOX_WITH_WARNINGS_AS_ERRORS=1 on …
(edit) @99961   2 years vboxsync IPRT/sg: Corrected RTSgBufIsAtEnd and made the code deal with (skip) …
(edit) @99960   2 years vboxsync IPRT/sg: Corrected RTSgBufIsAtEnd and made the code deal with (skip) …
(edit) @99901   2 years vboxsync IPRT: Cleaned up RTThreadGetExecutionTimeMilli and associated testcase.
(edit) @99801   2 years vboxsync Runtime/testcase/{Makefile.kmk,tstRTCRest-1}: Address two …
(edit) @99792   2 years vboxsync Runtime: Disable some stuff for now when running under parfait, bugref:3409
(edit) @99776   2 years vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99775   2 years vboxsync *: Mark functions as static if not used outside of a given compilation …
(edit) @99704   2 years vboxsync Runtime/testcase/tstRTSemEvent: test1() queues up two threads behind a …
(edit) @99560   2 years vboxsync IPRT/testcase: Improved range check for tstLdrObjR0.
(edit) @99486   2 years vboxsync IPRT/testcase: Fixed a leak in tstRTProcCreateEx found by ASAN.
(edit) @99483   2 years vboxsync IPRT/RTProcCreateEx: More fixes for the initial patch supplied; also …
(edit) @99246   2 years vboxsync IPRT/RTGetOpt: Interpret non-breaking hypen and a handful other …
(edit) @99229   2 years vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99227   2 years vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99221   2 years vboxsync Disassember,*: Start separating the disassembler into a architecture …
(edit) @99208   2 years vboxsync Disassembler,VMM,Runtime: Get rid of deprecated DISCPUSTATE types …
(edit) @99151   2 years vboxsync IPRT/testcase: Always resolve the real paths before passing them to …
(edit) @99145   2 years vboxsync IPRT/process: Bugfixes for testcases for RTPROC_FLAGS_CWD. bugref:8053
(edit) @99110   2 years vboxsync IPRT/process: Added testcases for RTPROC_FLAGS_CWD. bugref:8053
(edit) @99007   2 years 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
Note: See TracRevisionLog for help on using the revision log.

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