VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @26739   15 years vboxsync Runtime: Inline list implementation
(edit) @26608   15 years vboxsync IPRT: linux implementation of RTSystemQueryDmiString.
(edit) @26605   15 years vboxsync tstSystemQueryOsInfo -> tstRTSystemQueryOsInfo.
(edit) @26604   15 years vboxsync tstSystemQueryOsInfo: converted to RTTest.
(edit) @26525   15 years vboxsync Runtime: win.amd64 warnings.
(edit) @26517   15 years vboxsync *: RTGetOpt cleanup related to --help and --version (now standard …
(edit) @26486   15 years vboxsync tstGetOpt -> tstRTGetOpt.
(edit) @26485   15 years vboxsync iprt/getopt: Added two standard options: h: --help/-help/-h/-?, V: …
(edit) @26484   15 years vboxsync blank lines.
(edit) @26482   15 years vboxsync IPRT: Added RTStrATruncate.
(edit) @26481   15 years vboxsync IPRT: Added RTStrAAppend, RTStrAAppendN, RTStrAAppendExN[V]{,1}, …
(edit) @26476   15 years vboxsync iprt: Added RTPathCountComponents, RTPathCopyComponents, …
(edit) @26452   15 years vboxsync iprt/memcache.h: Some more optimizations and more benchmarks.
(edit) @26420   15 years vboxsync memcache: some quick tuning.
(edit) @26419   15 years vboxsync tstRTMemCache: Testcase + bug fixes. Works pretty well, but should try …
(edit) @26344   15 years vboxsync Runtime: white space cleanup.
(edit) @26296   15 years vboxsync more warnings.
(edit) @26267   15 years vboxsync tstLdrObj: warning.
(edit) @26224   15 years vboxsync s/IN_RT_GC/IN_RT_RC/g
(edit) @26223   15 years vboxsync s/RuntimeGC/RuntimeRC/; s/DisasmGC/DisasmRC/; s/tstMicroGC/tstMicroRC/g
(edit) @26222   15 years vboxsync *.kmk: s/VBOXGC/VBoxRc/g; s/VBOXGCEXE/VBoxRcExe/g; +WERR
(edit) @26218   15 years vboxsync *.kmk: Started renaming templated from all caps to CamelCase. At the …
(edit) @26177   15 years vboxsync *: s/%Vuuid/%RTuuid/g; s/%Vrc/%Rrc/g
(edit) @26163   15 years vboxsync PDM: s/pUsbReg/pReg/g (2nd try, backed out r57176)
(edit) @26133   15 years vboxsync IPRT: Added RTPathJoin.
(edit) @26015   15 years vboxsync build fix.
(edit) @26012   15 years vboxsync more warnings.
(edit) @25961   15 years vboxsync IPRT: Added RTUuidCompare2Strs; renamed tstUuid to tstRTUuid.
(edit) @25946   15 years vboxsync *: VBOX_WITH_RAW_MODE - Initial build changes (builds on mac os x).
(edit) @25942   15 years vboxsync *: RTEnv usage cleanup - avoid RTEnvGet() as it doesn't necessarily …
(edit) @25924   15 years vboxsync tstPath -> tstRTPath.
(edit) @25923   15 years vboxsync RTPathStripTrailingSlash: testcase + extensions.
(edit) @25872   15 years vboxsync Runtime/testcases: warning
(edit) @25865   15 years vboxsync tstRTTimeSpec: renamed from tstTimeSpec, try fix darwin burn.
(edit) @25856   15 years vboxsync tstTimeSpec.cpp: Converted to RTTest and added conversion tests.
(edit) @25801   15 years vboxsync tstRTStrFormat: Added %N test.
(edit) @25792   15 years vboxsync Build fix
(edit) @25791   15 years vboxsync iprt/lockvalidator,tstRTLockValidator: Fixed some class reference …
(edit) @25766   15 years vboxsync build fix.
(edit) @25759   15 years vboxsync iprt/semaphore.h: RT_LOCK_CHECK_ORDER && IN_RING3 -> wrap …
(edit) @25748   15 years vboxsync iprt/cdefs,*: Use RT_LOCK_STRICT and RT_LOCK_STRICT_ORDER for …
(edit) @25732   15 years vboxsync PDMCritSect: Deployed lock ordering. (ring-3 only, only DEBUG_bird atm)
(edit) @25713   15 years vboxsync iprt: Remove %Rt from the docs and testcase because there appears to …
(edit) @25711   15 years vboxsync iprt: RTSemMutex order validation.
(edit) @25710   15 years vboxsync iprt: SemRW lock order bugfixes.
(edit) @25707   15 years vboxsync iprt: Added RTSemRWCreateEx and RTSemRWSetSubClass. Updated …
(edit) @25704   15 years vboxsync iprt,pdmcritsect: More flexible lock naming, added …
(edit) @25703   15 years vboxsync iprt/lockvalidator: Tested and debugged the basics of lock order …
(edit) @25694   15 years vboxsync working on lock order testcase…
(edit) @25690   15 years vboxsync iprt/lockvalidator: Record recursion on the lock stack.
(edit) @25669   15 years vboxsync tstInlineAsm.cpp: test ASMAtomic*Read*
(edit) @25668   15 years vboxsync tstInlineAsm.cpp: test ASMAtomic*ReadU64
(edit) @25648   15 years vboxsync iprt: Instrumented semeventmulti-linux.cpp and hacked more on the …
(edit) @25640   15 years vboxsync iprt: Added RTSemEventMulti[Set|Add|Remove]Signaller.
(edit) @25638   15 years vboxsync iprt,pdmcritsect: Added RTSemEvent[Set|Add|Remove]Signaller so that we …
(edit) @25626   15 years vboxsync tstRTLockValidator: Added a simple mutex deadlock to the testcase.
(edit) @25623   15 years vboxsync more cleanup
(edit) @25622   15 years vboxsync tstRTLockValidator: testcase improvements.
(edit) @25621   15 years vboxsync tstRTLockValidator: Added some recursion just to make sure it works.
(edit) @25619   15 years vboxsync tstRTLockValidator.cpp: Another test variation.
(edit) @25618   15 years vboxsync IPRT,pdmcritsect: More lock validator hacking.
(edit) @25617   15 years vboxsync iprt: Added lock validator testcase for read-write semaphore …
(edit) @25614   15 years vboxsync iprt,pdmcritsect: More lock validator refactoring and debugging. Added …
(edit) @25613   15 years vboxsync tstRTSemXRoads: name fix
(edit) @25605   15 years vboxsync tstDeadlock -> tstRTLockValidator.
(edit) @25604   15 years vboxsync iprt: More deadlock hacking.
(edit) @25602   15 years vboxsync iprt: More lock validation code; rewrote tstDeadlock.
(edit) @25596   15 years vboxsync iprt: Added new format extension: %Rbn - prints the base of a path name.
(edit) @25549   15 years vboxsync semxroads-generic.cpp: bugfix - reset race (of course).
(edit) @25528   15 years vboxsync IPRT,SUPDrv,++: AssertMsg[12] -> AssertMsg1Weak, AssertMsg1, …
(edit) @25524   15 years vboxsync semrw-posix.cpp,tstRTSemRW: added an insufficient workaround for the …
(edit) @25523   15 years vboxsync tstRTSemRW: comment about pseudo random.
(edit) @25521   15 years vboxsync tstRTSemRW.cpp: Negative testing.
(edit) @25516   15 years vboxsync tstSemRW.cpp -> tstRTSemRW.cpp
(edit) @25514   15 years vboxsync tstSemRW: Converted to RTTest and added basic API tests.
(edit) @25508   15 years vboxsync iprt/lockvalidator: read/write lock accounting.
(edit) @25491   15 years vboxsync IPRT,PDMCritSect: Fixing critsect regression; contains under …
(edit) @25436   15 years vboxsync RTLockValidator,RTThread: Serialize deadlock detection and …
(edit) @25431   15 years vboxsync RTSemXRoads: initial implementation.
(edit) @25426   15 years vboxsync RTSemXRoads: API + testcase.
(edit) @25406   15 years vboxsync IPRT,PDMCritSect: Lock validation can only be performed in ring-3; …
(edit) @25382   15 years vboxsync semmutex-win.cpp: Use a structure instead of storing the native handle …
(edit) @25368   15 years vboxsync RTCritSect,PDMCritSect,iprt/lockvalidator.h: Reworked the deadlocking …
(edit) @25349   15 years vboxsync iprt/ministring_cpp.h -> iprt/cpp/ministring.h
(edit) @25345   15 years vboxsync iprt/lock.h -> iprt/cpp/lock.h
(edit) @25323   15 years vboxsync iprt/getopt.h/cpp: Made the uIndex 32-bit instead of 64-bit as we …
(edit) @25292   15 years vboxsync RTDirReadEx parameter to resolve symlinks.
(edit) @25064   15 years vboxsync tstRTHeapOffset.cpp: extended the testcase.
(edit) @25059   15 years vboxsync RTHeapOffset: Initial conversion of RTHeapSimple.
(edit) @25057   15 years vboxsync tstHeapSimple.cpp -> tstRTHeapSimple.cpp.
(edit) @25031   15 years vboxsync RTStrVersionCompare: Handle pre-release indicators better.
(edit) @25029   15 years vboxsync RTStrVersionCompare: Some todos for dealing with beta releases.
(edit) @25014   15 years vboxsync RTStrVersionCompare: made it return the same as RTStrICmp (-1,0,1).
(edit) @25005   15 years vboxsync IPRT: Optimized version of RTStrVersionCompare (thanks to Knut!), made …
(edit) @25000   15 years vboxsync IPRT: Fixed -Wshadow warnings, found two bugs in error paths.
(edit) @24893   15 years vboxsync IPRT: Improved RTStrVersionCompare() + testcase.
(edit) @24781   15 years vboxsync tstStrToNum: Added RTR3Init().
(edit) @24658   15 years vboxsync RTStrVersionToUInt32: bird review, things todo.
(edit) @24639   15 years vboxsync IPRT: Added RTStrVersionToUInt32() with testcase.
(edit) @24634   15 years vboxsync IPRT: Testcase framework for string -> version number conversion; temp …
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