VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @60257   9 years vboxsync tstPrfRT: mark asm code with BEGINCODE otherwise it will not be part …
(edit) @60191   9 years vboxsync tstRTPrf: Converted to iprt/test.h and added a little off topic …
(edit) @60046   9 years vboxsync tstRTPath: bogus test (thanks PVS)
(edit) @60018   9 years vboxsync tstRTFileAio: Warning (thanks VPS)
(edit) @59983   9 years vboxsync warning
(edit) @59972   9 years vboxsync Implemented RTSortShell.
(edit) @59846   9 years vboxsync tstRTUri: missing RTFree (gcc asan)
(edit) @59749   9 years vboxsync IPRT: build fixes
(edit) @59747   9 years vboxsync iprt/asm.h: Cleaned up the ASMMemIsAll8/U32 mess and implmeneted the …
(edit) @59692   9 years vboxsync pkix-signature-rsa.cpp,tstRTCrX509-1.cpp: Corrected buggy SHA-224 …
(edit) @59675   9 years vboxsync RTAsn1BitString_EncodeWrite: Fixed assertion. Added testcase which …
(edit) @59668   9 years vboxsync iprt/asn1: Fixed bug represnation of explicit tags that caused trouble …
(edit) @59665   9 years vboxsync iprt/asn1: Fixed bug represnation of explicit tags that caused trouble …
(edit) @59527   9 years vboxsync iprt/asm.h: Experimented with alternative serializating instructions …
(edit) @58960   9 years vboxsync iprt/cdefs.h: Added RT_COMPILER_SUPPORTS_VA_ARGS, …
(edit) @58800   9 years vboxsync Runtime/r0drv: Add 'pszModule' argument to RTR0DbgKrnlInfoQueryMember …
(edit) @58438   9 years vboxsync IPRT/net: add RTNetStrIsIPv4AddrAny, RTNetStrIsIPv6AddrAny.
(edit) @58305   9 years vboxsync RTLocalIpcServerCreate: Dropped the RTLOCALIPC_FLAGS_MULTI_SESSION as …
(edit) @58304   9 years vboxsync tstRTLocalIpc: Use RTTestCreateChild.
(edit) @58299   9 years vboxsync localipc-win.cpp: Implemented RTLocalIpcSessionReadNB.
(edit) @58296   9 years vboxsync tstRTLocalIpc: Another ReadNB test.
(edit) @58295   9 years vboxsync iprt: Added RTLocalIpcSessionReadNB on posix systems.
(edit) @58291   9 years vboxsync tstRTLocalIpc.cpp: Extended the broken pipe test.
(edit) @58290   9 years vboxsync RTLocalIpc fixes.
(edit) @58289   9 years vboxsync tstRTLocalIpc: Added client thread test variants (all clients were …
(edit) @58282   9 years vboxsync localipc-posix.cpp: Partly debugged code.
(edit) @58280   9 years vboxsync tstRTLocalIpc.cpp: You have to make it all the way to the …
(edit) @58106   9 years vboxsync include,misc: Corrected a bunch of doxygen errors.
(edit) @58069   9 years vboxsync IPRT,*: Simplified RTUriFilePath by removing the uFormat parameter. It …
(edit) @58068   9 years vboxsync IPRT: Added RTUriFilePathEx, removed RTUriFileNPath as we ignored the …
(edit) @58067   9 years vboxsync IPRT: Added RTUriFileCreateEx and made RTUriFileCreate assume OS …
(edit) @58066   9 years vboxsync RTUriFileCreate: NULL and empty input paths are invalid, period.
(edit) @58065   9 years vboxsync tstRTUri: Must duplicate stuff to deal with NULL returns.
(edit) @58063   9 years vboxsync tstRTUri: Added an actual UNC test, which fails, so it's disabled.
(edit) @58062   9 years vboxsync tstRTUri: Actually, there are no UNC tests here. Paths where misleading.
(edit) @58061   9 years vboxsync tstRTUri: Added two tests where we're not doing the right thing …
(edit) @58060   9 years vboxsync tstRTUri.cpp: fixed the windows centric test strings used with …
(edit) @58059   9 years vboxsync tstRTUri: Merged the windows reference results into g_aCreateFileURIs …
(edit) @58057   9 years vboxsync tstRTUri.cpp: The windows API results aren't the documentation of the …
(edit) @58047   9 years vboxsync typo
(edit) @58041   9 years vboxsync tstRTFileAio: typo
(edit) @58039   9 years vboxsync warning
(edit) @57982   9 years vboxsync Nits.
(edit) @57981   9 years vboxsync IPRT: misc/uri.cpp: Bugfixes, behave more like …
(edit) @57970   9 years vboxsync Runtime: fixed parameters for RTUdpCreateClientSocket
(edit) @57967   9 years vboxsync testcase: warning
(edit) @57957   9 years vboxsync Runtime: Allow specifying the default destination address on the UDP …
(edit) @57956   9 years vboxsync Runtime/testcase: Added a simple UDP socket testcase.
(edit) @57917   9 years vboxsync tstRTProcCreateEx: Use RTProcQueryUsernameA to get the the user name - …
(edit) @57916   9 years vboxsync IPRT: More windows process creation hacking and cleaning up. Cleaned …
(edit) @57906   9 years vboxsync RTProc/win,RTErr: Avoid doing LogonUserW when we don't need to get the …
(edit) @57869   9 years vboxsync process-creation-posix.cpp: Hacked up support for RTPROC_FLAGS_PROFILE …
(edit) @57847   9 years vboxsync tstRTUri: a couple of more tests.
(edit) @57843   9 years vboxsync RTProcCreateEx/win: Implemented RTPROC_FLAGS_PROFILE and …
(edit) @57838   9 years vboxsync tstRTSymlink: Warning.
(edit) @57791   9 years vboxsync Runtime/tests: more testcases for ASMBitSetRange (#8020)
(edit) @57724   9 years vboxsync tstRTUri: Added test with UTF-8 chars both in escaped and plain forms.
(edit) @57723   9 years vboxsync RTUri: Reworked the API to a one time parsing and make sure we get …
(edit) @57720   9 years vboxsync RTUri: Preps for parsing the authority bits into smaller pieces for …
(edit) @57706   9 years vboxsync tstRTFileAio: tell us why the test was skipped
(edit) @57704   9 years vboxsync tstRTFileAio: EINVAL is the documented error code for file systems o …
(edit) @57657   9 years vboxsync tstRTVfs: On all platforms.
(edit) @57648   9 years vboxsync tstRTBitOperations: Alternative ASMBitSetRange test variant that tries …
(edit) @57647   9 years vboxsync fixed bug in ASMBitSetRange()
(edit) @57638   9 years vboxsync tstRTVfs: Didn't mean to disable the std input test.
(edit) @57637   9 years vboxsync tstRTVfs: Fixed incorrect RTTest usage.
(edit) @57619   9 years vboxsync IPRT/testcase: Run tstRTVfs only for Windows at the moment.
(edit) @57613   9 years vboxsync IPRT,UINetworkReply.cpp: Added RTPathGlob, a set of …
(edit) @57610   9 years vboxsync Logging.
(edit) @57604   9 years vboxsync IPRT/testcase: Added tstRTVfs.cpp for testing VFS API functions.
(edit) @57577   9 years vboxsync IPRT,QtGui: Redid the certificate download code in the GUI and reduced …
(edit) @57416   9 years vboxsync More DECLCALLBACK fixes; retired RTMemAutoPtr.
(edit) @57415   9 years vboxsync More DECLCALLBACK fixes.
(edit) @57358   9 years vboxsync *: scm cleanup run.
(edit) @57311   9 years vboxsync testcase/tstRTFileAio: actually it's VERR_ACCESS_DENIED not …
(edit) @57300   9 years vboxsync fix
(edit) @57284   9 years vboxsync actually evaluated fAsyncMayFail
(edit) @57282   9 years vboxsync O_DIRECT seems to be not supported on tmpfs
(edit) @57070   9 years vboxsync testcase/tstRTR0ThreadPreemption: check for failures for …
(edit) @57069   9 years vboxsync testcase/tstRTR0ThreadPreemption: old constants in strings renamed to …
(edit) @57004   9 years vboxsync iprt,*: Marked all format strings in the C part of IPRT and fixed the …
(edit) @57001   9 years vboxsync tstTimer: Error printing formatting fix.
(edit) @56940   9 years vboxsync testcast/tstRTR0ThreadPreemption: destroy hooks in the error paths …
(edit) @56775   9 years vboxsync tstRTR0Timer: Do the skipping in ring-0 so it won't get out of wack …
(edit) @56770   9 years vboxsync tstRTR0DbgKrnlInfo: don't leak the stuff and don't panic the host with …
(edit) @56768   9 years vboxsync tstRTR0Timer.cpp: Fixed 'Unknown test #16' problem on windows and solaris.
(edit) @56767   9 years vboxsync tstRTR0Timer.cpp: Fudge bogus RTTimerStop behavior for now.
(edit) @56759   9 years vboxsync tstRTR0Timer: windows fix
(edit) @56733   9 years vboxsync SUPHardNt: Allow hardened exectuable binaries in the 'testcase' …
(edit) @56335   9 years vboxsync *.def,*.sed,*.m,*.mm: whitespace and svn properties
(edit) @56290   9 years vboxsync IPRT: Updated (C) year.
(edit) @56002   10 years vboxsync RTGetOptArgvFromString/MS_CRT: Implemented undocumented doubledouble …
(edit) @55863   10 years vboxsync IPRT,SUPDrv,VMM: Revised the context switching hook interface. Do …
(edit) @55671   10 years vboxsync RTGetOptArgvFromString: Added fFlags parameter for selecting the …
(edit) @55516   10 years vboxsync mach-o AMD64 relocation testcase.
(edit) @55499   10 years vboxsync tstRTGetOptArgv.cpp: Use CommandLineToArgvW to verify the …
(edit) @55498   10 years vboxsync tstLdr-3.cpp: Print symbol labels.
(edit) @55494   10 years vboxsync Tought RTGetOptArgvFromString about escapes and fixed some …
(edit) @55407   10 years vboxsync two missing headers
(edit) @54512   10 years vboxsync RTTimerDestroy() is off limits from the timer callback on windows too.
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