VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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   15 years vboxsync iprt/string: conversion between Utf16 and Latin1
(edit) @21582   15 years vboxsync IPRT: RTFILE_O_APPEND.
(edit) @21551   15 years vboxsync tstR0ThreadPreemption: Some adjustments to new …
(edit) @21541   15 years vboxsync tstR0ThreadPreemption: use ASMIntAreEnabled.
(edit) @21451   15 years vboxsync iprt/asm.h: Remvoed ASMAtomicXchgU128 as it is causing trouble for …
(edit) @21409   15 years vboxsync IPRT: rename ministring, add iprt:: namespace
(edit) @21404   15 years vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21394   15 years vboxsync Backing out r49763 to fix Windows burns.
(edit) @21393   15 years vboxsync IPRT, Main: make ministring throw std::bad_alloc on allocation …
(edit) @21292   15 years vboxsync svn:eol-style native
(edit) @21287   15 years vboxsync tstRTR0MemUserKernel: Test that it doesn't allow kernel addresses.
(edit) @21286   15 years vboxsync tstRTR0MemUserKernel: Testcase for the RTR0MemUser/Kernel API.
(edit) @21082   15 years vboxsync Missed one VBOX_WITH_LIBXML2_IN_VBOXRT.
(edit) @21079   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @21077   15 years vboxsync back out r49329, r49331, will start over
(edit) @21073   15 years vboxsync Main: move libxml2 to IPRT unconditionally (remove …
(edit) @20647   15 years vboxsync IPRT: Added simple testcase for the RTStrCache API (just to smoke it out).
(edit) @20606   15 years vboxsync IPRT/testcase: Use RTTestInitAndCreate.
(edit) @20600   15 years vboxsync fixed tstStrFormat
(edit) @20597   15 years vboxsync Runtime: improve SemRW testcase to also do recursion testing
(edit) @20575   15 years vboxsync IPRT: Wrote the body for tstRTMemPool and fixed two isseus in …
(edit) @20563   15 years vboxsync IPRT/testcase: corrections.
(edit) @20562   15 years vboxsync iprt: started on tstRTMemPool.cpp.
(edit) @20443   15 years vboxsync Runtime: testcase for RW semaphores
(edit) @20442   15 years vboxsync more typos
(edit) @20440   15 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.
(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.
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