VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @32350   14 years vboxsync Runtime/r3/coredumper: name flags similar to planned CFGM keys.
(edit) @32347   14 years vboxsync Runtime/r3/coredumper: Setup SIGUSR2 and flags, allow taking live cores.
(edit) @32332   14 years vboxsync tstTimer: be more verbose
(edit) @32330   14 years vboxsync tstTimer: added some deviation statistics
(edit) @31913   14 years vboxsync tstRTCoreDump: disable when done.
(edit) @31860   14 years vboxsync RTCoreDumper: integration into IPRT, cleanup.
(edit) @31847   14 years vboxsync iprt: removed crc32.h and crc64.h, use crc.h instead.
(edit) @31820   14 years vboxsync tstRTCoreDump: minor change.
(edit) @31802   14 years vboxsync tstRTCoreDump: cleanup, eliminate pread.
(edit) @31801   14 years vboxsync tstRTCoreDump: fixed memory attributes in core.
(edit) @31796   14 years vboxsync tstRTCoreDump: build fix.
(edit) @31795   14 years vboxsync tstRTCoreDump: don't break OSE, export it.
(edit) @31787   14 years vboxsync tstRTCoreDump: enable building.
(edit) @31412   14 years vboxsync build fix
(edit) @31411   14 years vboxsync tstInlineAsm: added bench for ASMGetApicId()
(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) @31231   14 years vboxsync command line help for keep alive, code style fixes
(edit) @31222   14 years vboxsync Runtime/string: Utf-8 <-> Latin-1 testcase
(edit) @31157   14 years vboxsync iprt,++: Tag allocation in all builds with a string, defaulting to …
(edit) @30859   14 years vboxsync iprt/string.h: added RTStrPurgeEncoding.
(edit) @30801   14 years vboxsync iprt/asm-amd64-x86.h: Added the missing ASMCpuId_<reg>() variants.
(edit) @30797   14 years vboxsync tstInlineAsm.cpp: typo.
(edit) @30365   14 years vboxsync RTFsQueryType: Use an enum. Added RTFsTypeName() for translating a …
(edit) @30320   14 years vboxsync *: Replaced memchr(psz, '\0', cb) with RTStrEnd(psz, cb) and worked …
(edit) @30318   14 years vboxsync iprt/cpp/ministring.h: Added a append variant taking a 'const char *' …
(edit) @30281   14 years vboxsync Runtime: added Darwin support to RTFsQueryType
(edit) @30274   14 years vboxsync iprt: testcase for RTFsQueryType()
(edit) @30255   14 years vboxsync iprt/memcmp.asm: fixed wrongly returning 0 on 64-bit hosts if the …
(edit) @30250   14 years vboxsync tstRTAssertCompile.cpp: Postpone array problem on MSC.
(edit) @30240   14 years vboxsync iprt/assert.h: Added AssertCompileMembersAtSameOffset, …
(edit) @30163   14 years vboxsync tstInlineAsm.cpp: guest phys addr
(edit) @30093   15 years vboxsync IPRT: Removed VERR_LOGON_FAILURE in favor of …
(edit) @30088   15 years vboxsync tstRTStrFormat: Added Rhxs & Rhxd tests.
(edit) @29906   15 years vboxsync IPRT: fix testcase
(edit) @29845   15 years vboxsync tstRTCidr: nits
(edit) @29841   15 years vboxsync Runtime: testcase.
(edit) @29839   15 years vboxsync tstRTCidr: another testcase
(edit) @29838   15 years vboxsync Runtime: cosmetic.
(edit) @29837   15 years vboxsync Runtime: fixed cDelimiterLimit calculation, short form (n.n/16 is the …
(edit) @29836   15 years vboxsync tstRTCidr: more testcases
(edit) @29834   15 years vboxsync Runtime: RTCidrStrToIPv4 changed to conform to rfc 4632 …
(edit) @29783   15 years vboxsync iprt: %.5RX32 ++ bug fix - precision should padd with '0' as it used to do.
(edit) @29683   15 years vboxsync strformatrt.cpp: Fixed cchPrecision and cchWidth mixup in three calls.
(edit) @29660   15 years vboxsync IPRT: Fixed number formatting bug where we would pad with '0' instead …
(edit) @29560   15 years vboxsync RTSystemQueryDmiString: Added RTSYSDMISTR_MANUFACTURER and implemented …
(edit) @29393   15 years vboxsync iprt: tstRTFile*.
(edit) @29392   15 years vboxsync iprt: Converted tstFileAio and tstFileAppend-1 to RTTest, fixing lock …
(edit) @29279   15 years vboxsync Runtime: Made solaris.sparc64 link and run.
(edit) @29271   15 years vboxsync Make VBoxRT build on sparc.
(edit) @29250   15 years vboxsync iprt/asm*.h: split out asm-math.h, don't include asm-*.h from asm.h, …
(edit) @28800   15 years vboxsync Automated rebranding to Oracle copyright/license strings via filemuncher
(edit) @28514   15 years vboxsync tstRTR0SemMutex: Added a missing check in the threaded part.
(edit) @28472   15 years vboxsync tstRTR0SemMutex: More tests.
(edit) @28462   15 years vboxsync IPRT,SUPDrv: Basic testcase for ring-0 RTSemMutex*.
(edit) @28437   15 years vboxsync RTList: Fixed RTListNodeIsDummy and added RTListForEachReverse. Added …
(edit) @28317   15 years vboxsync RTMemPageFree + all users: Added size parameter to RTMemPageFree so we …
(edit) @28298   15 years vboxsync iprt,Config.kmk: Make sure the RTMemAllocVar* alignment gets poisoned …
(edit) @28151   15 years vboxsync tstRTPath.cpp: RTPathStripExt testcases.
(edit) @27976   15 years vboxsync *: scm cleans up whitespace and adds a new line at the end of …
(edit) @27968   15 years vboxsync RTGetOptArgvToString: Implemented bourne shell style quoting.
(edit) @27800   15 years vboxsync iprt: applying sparc patch (selectively).
(edit) @27797   15 years vboxsync misc compiler warning fixes, comment typos and other minor cleanups
(edit) @27794   15 years vboxsync Runtime/testcases: warning
(edit) @27787   15 years vboxsync iprt: RTSocket/RTTcp: refcount the sockets the RTDbg* way.
(edit) @27638   15 years vboxsync tstRTPoll: Added test for only polling on RTPOLL_EVT_ERROR on a …
(edit) @27613   15 years vboxsync iprt: Added RTPipeFromNative, implemented the windows version and …
(edit) @27577   15 years vboxsync IPRT/testcase: Typo.
(edit) @27576   15 years vboxsync IPRT/testcase: Added logon failure error, test some more stuff.
(edit) @27555   15 years vboxsync tstRTProcCreateEx.cpp: Don't drag in Secur32.dll because it prevents …
(edit) @27553   15 years vboxsync pipe-win: fixed bug in RTPipeWrite.
(edit) @27514   15 years vboxsync tstRTProcCreateEx: Don't execute the as-user testcase by default; …
(edit) @27509   15 years vboxsync iprt: Poll on sockets on windows (untested). RTPollSetCount -> …
(edit) @27451   15 years vboxsync IPRT/process-win: Update on RTProcCreateEx() + testcase.
(edit) @27439   15 years vboxsync IPRT/testcase: Should fix the burns.
(edit) @27437   15 years vboxsync IPRT/testcase: Bits for user RTProcCreateEx.
(edit) @27387   15 years vboxsync iprt: RTProcCreateEx fix. Added testcase for whitespace args.
(edit) @27386   15 years vboxsync iprt: Fixed RTGetOptArgvToString bug dealing with DOS slashes at the …
(edit) @27384   15 years vboxsync iprt: Implemented RTGetOptArgvToString with the MS CRT option. (The …
(edit) @27345   15 years vboxsync iprt: Added RTSort with one simple algorithm implemented.
(edit) @27313   15 years vboxsync pipe-win.cpp: Pipe implementation for windows; fails two test wrt to …
(edit) @27302   15 years vboxsync IPRT: RIP RTCache*, RTMemCache* is way better…
(edit) @27283   15 years vboxsync tstRTMemEf.cpp: Use ASMProbeReadByte to prob without optimizer …
(edit) @27270   15 years vboxsync Runtime/testcase: improve RTMemEf testcase a bit, so that it provides …
(edit) @27269   15 years vboxsync Runtime/testcase: basic electric fence allocation testcase
(edit) @27129   15 years vboxsync scm cleaned up some whitespace.
(edit) @27066   15 years vboxsync fixed tstRTStrFormat for 32-bit-gcc platforms -- do it like the other …
(edit) @26848   15 years vboxsync tstRTSystemQueryOsInfo.cpp: Copied back the corrected overflow test …
(edit) @26844   15 years vboxsync RTPollSetCount.
(edit) @26838   15 years vboxsync tstRTSystemQueryDmi.cpp: fixed the overflow tests.
(edit) @26827   15 years vboxsync IPRT: RTPollSetCount() -> RTPollGetCount().
(edit) @26824   15 years vboxsync iprt: Adjustments to RTPipeReadBlocking and RTPipeWriteBlocking. …
(edit) @26813   15 years vboxsync IPRT/List: Add a method to move the list to a new header
(edit) @26784   15 years vboxsync iprt/pipe.h++: Adjusted RTPipeWrite[Blocking] behavior wrt to zero …
(edit) @26775   15 years vboxsync tstRTPipe: another test.
(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
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