VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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 …
(edit) @24633   15 years vboxsync IPRT: Testcase framework for string -> version number conversion; WIP.
(edit) @24352   15 years vboxsync Runtime/testcase: simple event semaphore testcase, including timeout case
(edit) @24140   15 years vboxsync IPRT: added RTGETOPT_REQ_BOOL_ONOFF
(edit) @23973   15 years vboxsync *,RTFileOpen: Fixing RTFileOpen flag misdesign: The deny, access and …
(edit) @23961   15 years vboxsync IPRT: Three new format types: %RTmac, %RTnaipv4 and %RTnapiv6.
(edit) @23960   15 years vboxsync tstStrFormat -> tstRTStrFormat.
(edit) @23868   15 years vboxsync RTGetOpt: Added RTGetOptFetchValue to fetch an additional value for an …
(edit) @23644   15 years vboxsync Runtime: Added indexed options to RTGetOpt (eg: "--strwithindex14 value")
(edit) @23507   15 years vboxsync IPRT: Added APIs for convering digests to/from strings.
(edit) @23501   15 years vboxsync IPRT: Added SHA-1, SHA-256 and SHA-512 APIs. Added a simple digest …
(edit) @23452   15 years vboxsync Makefiles: Corrected properties.
(edit) @23359   15 years vboxsync Runtime/Aio: Compile the testcase unconditionally
(edit) @23223   15 years vboxsync API: big medium handling change and lots of assorted other cleanups …
(edit) @22273   15 years vboxsync IPRT: Added RTHeapSimpleRelocate for saving and restoring of the heap.
(edit) @22004   15 years vboxsync iprt/asm.h: Added ASMMemIsZeroPage.
(edit) @21740   15 years vboxsync IPRT: Some latin-1 cleanup and some preditions in the recoding loops.
(edit) @21737   15 years vboxsync export to OSE
(edit) @21728   15 years vboxsync iprt/string: change behaviour of Utf16 to Latin1 to reject …
(edit) @21725   15 years vboxsync iprt: Added RTMpGetDescription.
(edit) @21723   15 years vboxsync tstUtf8: Test RTStrUtf8ToCurrentCP and RTUtf16ToLatin1 for …
(edit) @21714   16 years vboxsync iprt/string: conversion between Utf16 and Latin1
(edit) @21582   16 years vboxsync IPRT: RTFILE_O_APPEND.
(edit) @21551   16 years vboxsync tstR0ThreadPreemption: Some adjustments to new …
(edit) @21541   16 years vboxsync tstR0ThreadPreemption: use ASMIntAreEnabled.
(edit) @21451   16 years vboxsync iprt/asm.h: Remvoed ASMAtomicXchgU128 as it is causing trouble for …
(edit) @21409   16 years vboxsync IPRT: rename ministring, add iprt:: namespace
(edit) @21404   16 years vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21394   16 years vboxsync Backing out r49763 to fix Windows burns.
(edit) @21393   16 years vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21292   16 years vboxsync svn:eol-style native
(edit) @21287   16 years vboxsync tstRTR0MemUserKernel: Test that it doesn't allow kernel addresses.
(edit) @21286   16 years vboxsync tstRTR0MemUserKernel: Testcase for the RTR0MemUser/Kernel API.
(edit) @21082   16 years vboxsync Missed one VBOX_WITH_LIBXML2_IN_VBOXRT.
(edit) @21079   16 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @21077   16 years vboxsync back out r49329, r49331, will start over
(edit) @21073   16 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @20647   16 years vboxsync IPRT: Added simple testcase for the RTStrCache API (just to smoke it out).
(edit) @20606   16 years vboxsync IPRT/testcase: Use RTTestInitAndCreate.
(edit) @20600   16 years vboxsync fixed tstStrFormat
(edit) @20597   16 years vboxsync Runtime: improve SemRW testcase to also do recursion testing
(edit) @20575   16 years vboxsync IPRT: Wrote the body for tstRTMemPool and fixed two isseus in …
(edit) @20563   16 years vboxsync IPRT/testcase: corrections.
(edit) @20562   16 years vboxsync iprt: started on tstRTMemPool.cpp.
(edit) @20443   16 years vboxsync Runtime: testcase for RW semaphores
(edit) @20442   16 years vboxsync more typos
(edit) @20440   16 years vboxsync comment/typo fix
(edit) @20374   16 years vboxsync *: s/RT_\(BEGIN|END\)_DECLS/RT_C_DECLS_\1/g
(edit) @20364   16 years vboxsync IPRT: BEGIN_DECLS -> RT_BEGIN_DECLS; END_DECLS -> RT_END_DECLS.
(edit) @20111   16 years vboxsync IPRT: Use the generic RTDirCreateTemp implementation - made it a bit …
(edit) @20110   16 years vboxsync tstRTR3: Use RTTestSkipAndDestroy.
(edit) @20108   16 years vboxsync tstRTS3: always initialize iprt first.
(edit) @20101   16 years vboxsync IPRT: Rewrote RTPathTemp and added a testcase for it.
(edit) @20051   16 years vboxsync exported to OSE
(edit) @20043   16 years vboxsync Runtime: export to OSE
(edit) @20033   16 years vboxsync another OSE fix
(edit) @20022   16 years vboxsync Runtime: S3 testcase
(edit) @19970   16 years vboxsync tstR0ThreadPreemption: Some adjustments.
(edit) @19966   16 years vboxsync tstR0ThreadPreemption.cpp: Don't loop forever.
(edit) @19965   16 years vboxsync tstR0ThreadPreemption.cpp: Don't loop forever.
(edit) @19954   16 years vboxsync tstCritSect -> tstRTCritSect
(edit) @19953   16 years vboxsync tstCritSect: Converted to RTTest and disable the distribution test by …
(edit) @19950   16 years vboxsync tstCidr -> tstRTCidr.
(edit) @19949   16 years vboxsync tstCidr: Converted to RTTest.
(edit) @19948   16 years vboxsync tstBitOperations -> tstRTBitOperations
(edit) @19947   16 years vboxsync tstBase64 -> tstRTBase64.
(edit) @19946   16 years vboxsync tstBase64: Converted to RTTest.
(edit) @19945   16 years vboxsync tstAvl -> tstRTAvl; use RTTest.
(edit) @19943   16 years vboxsync tstR0ThreadPreemption.cpp: use thousand separators to make the ns and …
(edit) @19942   16 years vboxsync IPRT: Implemented thousand separators for the string formatting code …
(edit) @19940   16 years vboxsync tstR0ThreadPreemption: fixes.
(edit) @19936   16 years vboxsync tstR0ThreadPreemption: Improved the RTThreadPreemptIsPending test.
(edit) @19935   16 years vboxsync tstR0ThreadPreemption: Test nesting and fix enum.
(edit) @19934   16 years vboxsync oops
(edit) @19933   16 years vboxsync IPRT: RTThreadPreempt* testcase.
(edit) @19929   16 years vboxsync RTPathAppend: bugfix.
(edit) @19926   16 years vboxsync IPRT: Added RTPathAppend.
(edit) @19925   16 years vboxsync tstPath.cpp: Converted to RTTest.
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