VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @94588   3 years vboxsync Validation Kit/unit tests: Skip more stuff. bugref:10195
(edit) @94587   3 years vboxsync Validation Kit/unit tests: Filter out all programs which don't start …
(edit) @94585   3 years vboxsync Validation Kit/unit tests: Use a dedicated build template for …
(edit) @94576   3 years vboxsync Validation Kit/unit tests: Use the VBoxGuestR3Exe template for …
(edit) @94575   3 years vboxsync Validation Kit/unit tests: Use the VBoxGuestR3Exe template for …
(edit) @94574   3 years vboxsync Validation Kit/unit tests: Use the VBoxGuestR3Exe template for …
(edit) @94529   3 years vboxsync Runtime/testcase/tstLdr-4: Fix testcase broken since probably r147584
(edit) @94511   3 years vboxsync IPRT: Added RTUInt128MulEx and RTUInt128MulU64Ex as well as a limited …
(edit) @94487   3 years vboxsync Validation Kit/unit tests: Skip testcases which cause build failures …
(edit) @94475   3 years vboxsync Validation Kit/unit tests: Skip testcases which cause build failures …
(edit) @94474   3 years vboxsync Validation Kit/unit tests: Skip testcases which cause build failures …
(edit) @94473   3 years vboxsync Validation Kit/unit tests: Skip testcases which cause build failures …
(edit) @94467   3 years vboxsync Validation Kit/unit tests: More Makefile fun for IPRT and friends. …
(edit) @94091   3 years vboxsync IPRT: Better RTMpGetDescription for darwin.arm (first M1 has two …
(edit) @93838   3 years vboxsync iprt/asm.h: Added ASMAtomicCmpXchgU128 and friends for AMD64 and …
(edit) @93837   3 years vboxsync iprt/asm.h: Added ASMAtomicCmpXchgU128 and friends for AMD64 and …
(edit) @93755   3 years vboxsync tstRTInlineAsm: Use picoseconds instead of nanoseconds when …
(edit) @93754   3 years vboxsync IPRT,ValKit,VMMDevTesting.h: Added picoseconds to the test units. …
(edit) @93753   3 years vboxsync IPRT/asm.h,tstRTInlineAsm: Added 8-bit and 16-bit extended cmpxchg …
(edit) @93752   3 years vboxsync IPRT/asm.h,tstRTInlineAsm: Added 8-bit and 16-bit extended cmpxchg …
(edit) @93715   3 years vboxsync IPRT/hardavl: Renamed lookupMatchingOrSmaller to lookupMatchingOrBelow …
(edit) @93712   3 years vboxsync IPRT/hardavl: Basic statistics. bugref:10093
(edit) @93711   3 years vboxsync IPRT/hardavl: Added lookupMatchingOrLarger and …
(edit) @93709   3 years vboxsync IPRT/hardavl: Added the right-to-left enumerator. Mark methods as …
(edit) @93694   3 years vboxsync IPRT/tstRTAvl: report some performance values at the end of the …
(edit) @93693   3 years vboxsync IPRT/hardavl: Added a getHeight() method for tstRTAvl and extended the …
(edit) @93692   3 years vboxsync IPRT/tstRTAvl: oops
(edit) @93691   3 years vboxsync IPRT/tstRTAvl: Fixed broke TrackerFindRandom code causing random test …
(edit) @93684   3 years vboxsync IPRT/hardavl: Fixed the removal bug. Extended testcase and sanity …
(edit) @93677   3 years vboxsync IPRT/tstRTAvl: Didn't mean to disable it all. bugref:10093
(edit) @93676   3 years vboxsync IPRT/tstRTAvl: build fix. bugref:10093
(edit) @93672   3 years vboxsync IPRT/hardavl: A fix, a few build fixes and some more tests. bugref:10093
(edit) @93671   3 years vboxsync IPRT/hardavl: Initial adaption of the old AVL code into something a …
(edit) @93515   3 years vboxsync iprt/asm-amd64-x86.h: Split out some non-assembly functions that …
(edit) @93435   3 years vboxsync IPRT/tstTime-2: Quick build fix for darwin.arm64. bugref:9898
(edit) @93419   3 years vboxsync *.kmk: Introducing VBOX_WITH_R0_MODULES and VBOX_WITH_HWVIRT for …
(edit) @93318   3 years vboxsync IPRT/tstRTBigNum: The windows asan build requires -bigobj. bugref:8489
(edit) @93301   3 years vboxsync IPRT: VC++ 19.2 update 11 build adjustments. bugref:8489
(edit) @93187   3 years vboxsync tstRTExprEval: A couple more tests. bugref:9781
(edit) @93178   3 years vboxsync iprt/RTExprEval: Only expand ${VAR}, drop $(VAR). Simplifies the code. …
(edit) @93175   3 years vboxsync iprt/RTExprEval: Early code for a 'simple' expression evaluator a la …
(edit) @93170   3 years vboxsync iprt/RTExprEval: Early code for a 'simple' expression evaluator a la …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92825   3 years vboxsync IPRT/timer-r0drv-nt.cpp: Implemented high resolution timers using the …
(edit) @92792   3 years vboxsync IPRT/semevent-nt: Converted semevent-r0drv-nt.cpp into something that …
(edit) @92778   3 years vboxsync IPRT/testcase: Added tstRTSemEvent, though currently disabled because …
(edit) @91919   3 years vboxsync IPRT: Make RTNetStrToIPv4Cidr() and RTNetStrToIPv4Cidr() accept zero …
(edit) @91768   3 years vboxsync Config.kmk,++: Define VBOX_LIB_SUPR0 for SUPR0.lib/.a on platforms …
(edit) @91767   3 years vboxsync IPRT/net: Fix last second typo in previous.
(edit) @91766   3 years vboxsync IPRT/net: Add disabled tests for 0.0.0.0/0 and ::/0 - these are …
(edit) @90850   3 years vboxsync IPRT/log: Tested the odd cases of the LF->CRLF translation. bugref:10086
(edit) @90829   3 years vboxsync IPRT,VMM,SUPDrv,++: Reworked the IPRT logger structure and how the VMM …
(edit) @90803   3 years vboxsync Runtime: More VALID_PTR -> RT_VALID_PTR/AssertPtr.
(edit) @90640   3 years vboxsync iprt/asm.h,tstRTInlineAsm: Added ASMAtomicCmpWriteU128 and …
(edit) @89762   4 years vboxsync Runtime/r3/win/timer-win.cpp: Implement RTTimerCreateEx, RTTimerStart …
(edit) @87645   4 years vboxsync tstTime-2.cpp: Calc calls/second.
(edit) @87524   4 years vboxsync IPRT: RTNetStrToIPv6Cidr() - to parse f00::/42 notation for IPv6 …
(edit) @87362   4 years vboxsync IPRT: Make RTNetStrToIPv4Cidr() accept prefix specified as netmask, …
(edit) @87338   4 years vboxsync IPRT/net: G/c the second copy of an accidentally duplicate BADCIDR …
(edit) @87256   4 years vboxsync IPRT,iprt/asm-arm.h: ASMReadTSC using CNTVCT or CNTPCT. bugref:9898
(edit) @87229   4 years vboxsync IPRT: Fixed bug in ASMBitFirstSet-generic.cpp and extended …
(edit) @87228   4 years vboxsync tstRTInlineAsm: Extending testcase. bugref:9898
(edit) @87221   4 years vboxsync tstRTInlineAsm: Extending testcase. bugref:9898
(edit) @87214   4 years vboxsync iprt/asm.h,tstRTInlineAsm: Extending testcase, added a couple of …
(edit) @87213   4 years vboxsync iprt/asm.h,tstRTInlineAsm: Extending testcase, added a couple of …
(edit) @87212   4 years vboxsync iprt/asm.h,tstRTInlineAsm: Extending testcase, added a couple of …
(edit) @86681   4 years vboxsync IPRT/rest: bugref:9167 - Add release logging for REST operations. …
(edit) @86626   4 years vboxsync tstIprtList.cpp: Fixes to MtTestSafeRandomIndex. Use event semaphore …
(edit) @86619   4 years vboxsync tstIprtList.cpp: Ditto insert(). Created common index generator …
(edit) @86618   4 years vboxsync tstIprtList.cpp: Try not trigger assertions in at() and replace() …
(edit) @86586   4 years vboxsync IPRT/tstRTInlineAsm.cpp: Mark cache association string leak. [build …
(edit) @86585   4 years vboxsync IPRT/tstRTInlineAsm.cpp: Mark cache association string leak. bugref:9841
(edit) @86549   4 years vboxsync SUPHardNt,IPRT: If there are nested signatures (i.e. more than one …
(edit) @86517   4 years vboxsync IPRT/tstRTHeapOffset: Testcase leaks, bugref:9841
(edit) @86404   4 years vboxsync IPRT/tstVector: Testcase leaks. bugref:9841
(edit) @86400   4 years vboxsync IPRT/tstUtf8: Fixed a bunch of leaks in the tests. bugref:9841
(edit) @86385   4 years vboxsync IPRT/tstRTSplit: Must disable assertions when doing negative testing. …
(edit) @86384   4 years vboxsync IPRT/tstRTStrCache: Free random strings in tst2 when done. bugref:9841
(edit) @86382   4 years vboxsync IPRT/tstRTSort: don't forget to destroy hRand. bugref:9841
(edit) @86381   4 years vboxsync IPRT/tstRTSort: don't forget to destroy hRand. bugref:9841
(edit) @86380   4 years vboxsync IPRT/tstRTHttp-1: Missing cleanup leaks. bugref:9841
(edit) @86379   4 years vboxsync IPRT/tstRTEnv: cleanup leak. bugref:9841
(edit) @86376   4 years vboxsync IPRT/tstRTCRest-1: fix leaks. bugref:9841
(edit) @86360   4 years vboxsync IPRT: tstStrSimplePattern -> tstRTStrSimplePattern.
(edit) @86358   4 years vboxsync tstStrSimplePattern: Converted to iprt/test.h (was using IPRT w/o …
(edit) @86357   4 years vboxsync tstRTStrFormat: More cleanup.
(edit) @86352   4 years vboxsync tstRTStrFormat: fix.
(edit) @86349   4 years vboxsync tstRTFileQuerySize-1.cpp: It's NUL not NULL on windows.
(edit) @86335   4 years vboxsync tstRTStrFormat: some cleanup.
(edit) @86239   4 years vboxsync IPRT: Some fixes to RTTimeZoneGetCurrent-posix.cpp and a basic …
(edit) @85963   4 years vboxsync tstRTInlineAsm.cpp: Display the extended APIC IDs too.
(edit) @85638   4 years vboxsync IPRT/sha3: Some VS2019 performance tweaks. bugref:9734
(edit) @85614   4 years vboxsync IPRT: Adding SHA-3. bugref:9734
(edit) @85541   4 years vboxsync tstLdr-4: Check do some segment sanity checking so we'll catch bad …
(edit) @85507   4 years vboxsync SUP,*: Some changes to the SUP_IOCTL_LDR_OPEN and SUP_IOCTL_LDR_LOAD …
(edit) @85500   4 years vboxsync tstLdr-4: Converted to iprt/test.h style and added some …
(edit) @85461   4 years vboxsync tstLdr-4: printf fix. bugref:9801
(edit) @85384   4 years vboxsync iprt/path.h: Reimplemented RTPathFindCommon[Ex].
(edit) @85383   4 years vboxsync iprt/path.h: RTPathFindCommon[Ex] doc & testcase update. Testcase …
(edit) @85382   4 years vboxsync iprt/path.h: Adjustments and a bunch of todos for RTPathFindCommon[Ex].
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