VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @19924   16 years vboxsync IPRT,SUP: Renamed RTPathProgram to RTPathExecDir to make it clear what …
(edit) @19897   16 years vboxsync IPRT: Termination callback framework. (not hooked up to anything yet)
(edit) @19763   16 years vboxsync IPRT/testcase: the two build fixes here should not be necessary.
(edit) @19603   16 years vboxsync More build fixes.
(edit) @19600   16 years vboxsync GCC 4.3.3 workarounds for ASMAtomicCmpXchgU64 and ASMAtomicReadU64.
(edit) @19562   16 years vboxsync Runtime/Aio: Change API again * pcReqs in RTFileAioCtxSubmit is …
(edit) @19308   16 years vboxsync gcc-4.4 warnings
(edit) @19205   16 years vboxsync tstUuid: Updated to RTTest and added tests for the new Utf16 functions.
(edit) @19185   16 years vboxsync Runtime/Aio: Slight changes to the API for Windows. Fix the Solaris backend
(edit) @19143   16 years vboxsync Compile fixes
(edit) @19054   16 years vboxsync IPRT: svn props for tstFileAio.cpp and fileaio-linux.cpp. (Please use …
(edit) @18999   16 years vboxsync Runtime/Aio: Linux backend and a simple testcase. Disabled by default. …
(edit) @18991   16 years vboxsync IPRT: tstFork().
(edit) @18847   16 years vboxsync RTTest: Added alternative API that's easier to use.
(edit) @18587   16 years vboxsync typo + gcc warning
(edit) @18571   16 years vboxsync tstUtf8: Converted to RTTest (awful lot of work) and added RTStrStr …
(edit) @18569   16 years vboxsync RTTest: sub tests, more typical reporting of those.
(edit) @18468   16 years vboxsync tstAvl: warning about useless test.
(edit) @18455   16 years vboxsync tstRand: fixed warning stemming from a row of extra zeros.
(edit) @18454   16 years vboxsync tstLdr: copy&past warning.
(edit) @18425   16 years vboxsync tstBitOperations: Use RT_ZERO instead of memset a couple of place so …
(edit) @18367   16 years vboxsync tstBitOperations: Another testcase (left over from debugging a silly …
(edit) @18365   16 years vboxsync tstBitOperations: Use RTTest.
(edit) @18357   16 years vboxsync tstLdr-3: cpu mode.
(edit) @18318   16 years vboxsync space
(edit) @18110   16 years vboxsync gcc warning (not ideal btw)
(edit) @17441   16 years vboxsync IPRT/RTGetOpt: Added RTGETOPT_REQ_MACADDR.
(edit) @17319   16 years vboxsync IPRT: Added RTGETOPT_REQ_IPV4ADDR to RTGetOpt.
(edit) @17141   16 years vboxsync IPRT: Added support for short option lists (ls -latrT4). This fixes a …
(edit) @17100   16 years vboxsync RTGetOpt: Fixed 'tstHeadless -startvm vm' breakage from earlier today.
(edit) @17093   16 years vboxsync RTGetOpt interface changes.
(edit) @17018   16 years vboxsync RTProcIsRunningByName: spec update.
(edit) @17011   16 years vboxsync RTProcIsRunningByName cleanup.
(edit) @16999   16 years vboxsync iprt: RTProcIsRunningByName implementation for Linux.
(edit) @16977   16 years vboxsync LOG_ENABLED fix
(edit) @16933   16 years vboxsync IPRT/PDM,SUPLIb,REM: Extended RTLdrOpen with an architecture argument …
(edit) @16774   16 years vboxsync RTBase64: no trailing newline.
(edit) @16773   16 years vboxsync tstBase64: better test coverage.
(edit) @16767   16 years vboxsync Wrote RTBase64Encode while at it.
(edit) @16766   16 years vboxsync Wrote RTBase64Encode while at it.
(edit) @16765   16 years vboxsync RTBase64Encode* testcase and adjustments.
(edit) @16764   16 years vboxsync RTBase64DecodedSize testcase.
(edit) @16763   16 years vboxsync RTBase64Decode testcase and bugfixes.
(edit) @16762   16 years vboxsync RTBase64Decode testcase and bugfixes.
(edit) @16437   16 years vboxsync tstLdr: Made it usable with 64-bit images and stuff.
(edit) @16436   16 years vboxsync tstLdr-3: fixes.
(edit) @16435   16 years vboxsync tstLdr-4: Fixes.
(edit) @15821   16 years vboxsync tstDarwinSched: experiment with darwin scheduling.
(edit) @15813   16 years vboxsync RTPathAbs: When the path is empty we return VERR_INVALID_PARAMETER …
(edit) @15808   16 years vboxsync iprt: added RTPathGetCurrent.
(edit) @15806   16 years vboxsync tstPath: style.
(edit) @15756   16 years vboxsync Runtime: RTPathAbs: Fixed the "." case on POSIX, fixed the "" case on …
(edit) @15754   16 years vboxsync Runtime/POSIX: RTPathAbs: Don't access file system when calculating …
(edit) @14831   16 years vboxsync whole bunch: avoid runtime.h, include individual headers indead.
(edit) @14369   16 years vboxsync Runtime/testcase: new testcase for sanity check of RTDirOpenFiltered.
(edit) @14368   16 years vboxsync Runtime/testcase: Dir-2: message fixes.
(edit) @14324   16 years vboxsync RTPathStripFilename root fix.
(edit) @14298   16 years vboxsync Corrected a couple of grammos.
(edit) @14026   16 years vboxsync tstNoCrt-1: Added simple strcpy test.
(edit) @14025   16 years vboxsync tstNoCrt-1: Added simple strcpy test.
(edit) @14008   16 years vboxsync tstUtf8: some more RTStrNICmp tests.
(edit) @13927   16 years vboxsync Runtime: add RTStrNICmp and RTStrNCmp
(edit) @13841   16 years vboxsync The VBox format types - they are not retired, just sligtly deprecated …
(edit) @13840   16 years vboxsync Hex format types (Vhx[sd] -> Rhx[sd]).
(edit) @13839   16 years vboxsync And yet more %V* -> %R* changes…
(edit) @13837   16 years vboxsync s/%Vr\([acfs]\)/%Rr\1/g - since I'm upsetting everyone anyway, better …
(edit) @13836   16 years vboxsync s/ELEMENTS/RT_ELEMENTS/g - retiring ELEMENTS (finally).
(edit) @13832   16 years vboxsync IN_GC -> IN_RC.
(edit) @13472   16 years vboxsync IPRT: Added a couple of function for simple string pattern matching …
(edit) @12989   16 years vboxsync VMM + VBox/cdefs.h: consolidated all the XYZ*DECLS of the VMM into …
(edit) @12912   16 years vboxsync warning
(edit) @12874   16 years vboxsync IPRT: added a testcase for RTSemPingPong and some state inspection methods.
(edit) @12548   16 years vboxsync iprt/tstTSC: Extended it with an option (-f) for sampling the …
(edit) @12247   16 years vboxsync Runtime/Makefiles: eliminated PATH_TARGET, pushed them up to the root …
(edit) @12170   16 years vboxsync Makefiles: VBOX_KBUILD_HACKING -> VBOX_SINGLE_MAKEFILE
(edit) @12158   16 years vboxsync format fix
(edit) @12107   16 years vboxsync iprt: Updated tstMp-1 with the RTMp*Present* stuff.
(edit) @11836   16 years vboxsync IPRT: Implemented RTR3Init*WithProgramPath. Added RTPathParse. Cleaned …
(edit) @11822   16 years vboxsync IPRT: RTR3Init cleanup.
(edit) @11543   16 years vboxsync tstUuid: Display the fixed bits and the value they make up.
(edit) @11539   16 years vboxsync oops. backed out accidental tstUuid change in 35114.
(edit) @11538   16 years vboxsync pcnet: Rearranged the giant frame detection, adding the VLAN EtherType …
(edit) @11523   16 years vboxsync iprt: Implemented the /dev/urandom base random generator as a RTRAND …
(edit) @11413   16 years vboxsync Runtime: small fix to the UUID code, splitting the ClockSeq field and …
(edit) @11393   16 years vboxsync tstUuid: experiment.
(edit) @11381   16 years vboxsync Fix for unicode RTStrFormat testcase on Unix
(edit) @11376   16 years vboxsync RTStrFormat fix for aligned unicode strings.
(edit) @11355   16 years vboxsync tstSystemQueryOSInfo: don't require the driver.
(edit) @11352   16 years vboxsync iprt: Implemented RTSystemQueryOSInfo for windows.
(edit) @11350   16 years vboxsync iprt: Added RTSystemQueryOSInfo.
(edit) @11347   16 years vboxsync iprt/rand: Added a generic RTRandAdv API for use with any random …
(edit) @11326   16 years vboxsync iprt/tstTSC: Use mp.h
(edit) @11173   16 years vboxsync IPRT: Added ASMModS64ByS32RetS32 and ASMModU64ByU32RetU32.
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