VirtualBox

source: vbox/trunk/src/VBox/Runtime/testcase/Makefile.kmk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @35337   14 years vboxsync More build fixes
(edit) @34626   14 years vboxsync implemented RTThreadGetExecutionTimeMilli() for Posix and …
(edit) @34464   14 years vboxsync IPRT: Added a RTManifest tool for testing the new manifest code. Moved …
(edit) @34174   14 years vboxsync IPRT: Use prefer real-time signal over SIGUSR2 for RTThreadPoke. Try …
(edit) @34045   14 years vboxsync iprt: more tar code and vfs filesystem stream bugfixes.
(edit) @33973   14 years vboxsync vfs: the gunzip stream works, except for some double frees somewhere.
(edit) @33678   14 years vboxsync IPRT: Added RTStrCat and RTStrCatEx.
(edit) @33563   14 years vboxsync iprt:ministring: Added the java-style equals() and equalsIgnoreCase() …
(edit) @33426   14 years vboxsync iprt/symlink.h: Initial code (only tested on linux).
(edit) @33290   14 years vboxsync Runtime: add a simple testcase for RTManifest
(edit) @33286   14 years vboxsync Runtime: add lock free circular buffer + simple testcase
(edit) @33130   14 years vboxsync tstInlineAsm -> tstRTInlineAsm.
(edit) @32949   14 years vboxsync tstSemEvent -> tstRTSemEventMulti; removed tstSems.
(edit) @32901   14 years vboxsync tstRTPrfIO: profile some I/O related APIs.
(edit) @32801   14 years vboxsync rtTcpClose: The trunk fix for the graceful shutdown hang.
(edit) @32611   14 years vboxsync tstRTR0Timer: Started on a timer testcase for ring-0.
(edit) @31787   14 years vboxsync tstRTCoreDump: enable building.
(edit) @31375   14 years vboxsync gcc-4.4 workaround
(edit) @31370   14 years vboxsync Main: cleanup machine renames, remove dead code
(edit) @31329   14 years vboxsync RTLdrFlt was missing _TEMPLATE.
(edit) @31325   14 years vboxsync RTLdrFlt.cpp: c++filt like thing resolving VMMR.r0 addresses in panic …
(edit) @30240   14 years vboxsync iprt/assert.h: Added AssertCompileMembersAtSameOffset, …
(edit) @29393   15 years vboxsync iprt: tstRTFile*.
(edit) @29279   15 years vboxsync Runtime: Made solaris.sparc64 link and run.
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28462   15 years vboxsync IPRT,SUPDrv: Basic testcase for ring-0 RTSemMutex*.
(edit) @27800   15 years vboxsync iprt: applying sparc patch (selectively).
(edit) @27576   15 years vboxsync IPRT/testcase: Added logon failure error, test some more stuff.
(edit) @27439   15 years vboxsync IPRT/testcase: Should fix the burns.
(edit) @27437   15 years vboxsync IPRT/testcase: Bits for user RTProcCreateEx.
(edit) @27345   15 years vboxsync iprt: Added RTSort with one simple algorithm implemented.
(edit) @27269   15 years vboxsync Runtime/testcase: basic electric fence allocation testcase
(edit) @26824   15 years vboxsync iprt: Adjustments to RTPipeReadBlocking and RTPipeWriteBlocking. …
(edit) @26774   15 years vboxsync RTPipe: Implemented the posix variant.
(edit) @26772   15 years vboxsync iprt/testcase: nit picking on tstRTList.
(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) @26486   15 years vboxsync tstGetOpt -> tstRTGetOpt.
(edit) @26481   15 years vboxsync IPRT: Added RTStrAAppend, RTStrAAppendN, RTStrAAppendExN[V]{,1}, …
(edit) @26476   15 years vboxsync iprt: Added RTPathCountComponents, RTPathCopyComponents, …
(edit) @26419   15 years vboxsync tstRTMemCache: Testcase + bug fixes. Works pretty well, but should try …
(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) @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) @25924   15 years vboxsync tstPath -> tstRTPath.
(edit) @25865   15 years vboxsync tstRTTimeSpec: renamed from tstTimeSpec, try fix darwin burn.
(edit) @25605   15 years vboxsync tstDeadlock -> tstRTLockValidator.
(edit) @25516   15 years vboxsync tstSemRW.cpp -> tstRTSemRW.cpp
(edit) @25508   15 years vboxsync iprt/lockvalidator: read/write lock accounting.
(edit) @25426   15 years vboxsync RTSemXRoads: API + testcase.
(edit) @25382   15 years vboxsync semmutex-win.cpp: Use a structure instead of storing the native handle …
(edit) @25059   15 years vboxsync RTHeapOffset: Initial conversion of RTHeapSimple.
(edit) @25057   15 years vboxsync tstHeapSimple.cpp -> tstRTHeapSimple.cpp.
(edit) @25014   15 years vboxsync RTStrVersionCompare: made it return the same as RTStrICmp (-1,0,1).
(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) @23960   15 years vboxsync tstStrFormat -> tstRTStrFormat.
(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) @21582   15 years vboxsync IPRT: RTFILE_O_APPEND.
(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) @20647   15 years vboxsync IPRT: Added simple testcase for the RTStrCache API (just to smoke it out).
(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) @20111   16 years vboxsync IPRT: Use the generic RTDirCreateTemp implementation - made it a bit …
(edit) @20108   16 years vboxsync tstRTS3: always initialize iprt first.
(edit) @20051   16 years vboxsync exported to OSE
(edit) @20033   16 years vboxsync another OSE fix
(edit) @20022   16 years vboxsync Runtime: S3 testcase
(edit) @19954   16 years vboxsync tstCritSect -> tstRTCritSect
(edit) @19950   16 years vboxsync tstCidr -> tstRTCidr.
(edit) @19948   16 years vboxsync tstBitOperations -> tstRTBitOperations
(edit) @19947   16 years vboxsync tstBase64 -> tstRTBase64.
(edit) @19945   16 years vboxsync tstAvl -> tstRTAvl; use RTTest.
(edit) @19933   16 years vboxsync IPRT: RTThreadPreempt* testcase.
(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) @18999   16 years vboxsync Runtime/Aio: Linux backend and a simple testcase. Disabled by default. …
(edit) @18991   16 years vboxsync IPRT: tstFork().
(edit) @16999   16 years vboxsync iprt: RTProcIsRunningByName implementation for Linux.
(edit) @16762   16 years vboxsync RTBase64Decode testcase and bugfixes.
(edit) @15821   16 years vboxsync tstDarwinSched: experiment with darwin scheduling.
(edit) @14369   16 years vboxsync Runtime/testcase: new testcase for sanity check of RTDirOpenFiltered.
(edit) @14025   16 years vboxsync tstNoCrt-1: Added simple strcpy test.
(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) @12874   16 years vboxsync IPRT: added a testcase for RTSemPingPong and some state inspection methods.
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