VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @75125   6 years vboxsync tstRTCRest-1.cpp: Another shot at the double test. bugref:9167 [build fix]
(edit) @75124   6 years vboxsync tstRTCRest-1.cpp: Another shot at the double test. bugref:9167
(edit) @75123   6 years vboxsync tstRTCRest-1: More double test tweaking. bugref:9167
(edit) @75037   6 years vboxsync tstRTCRest-1: More flexible double handling. The strtod impl we depend …
(edit) @75034   6 years vboxsync tstRTCRest: no change.
(edit) @75008   6 years vboxsync IPRT/RTCString: reserve(1) called on an empty string must allocate memory.
(edit) @74998   6 years vboxsync tstRTCRest-1: path escaping was changed without updating the …
(edit) @74997   6 years vboxsync tstRTCRest-1: Array test fix. bugref:9167
(edit) @74859   6 years vboxsync tstLdr-4: check data accessess too. bugref:9232
(edit) @74856   6 years vboxsync IPRT/ldr: Must check that JmpStubsRVA isn't NIL and not use it blindly …
(edit) @74845   6 years vboxsync tstRTLdrMachORelocs-1.S: update
(edit) @74760   6 years vboxsync IPRT/ldr/asn1/pkcs7: Ironed out issues in decoding indefinite ASN.1 …
(edit) @74654   6 years vboxsync IPRT: More kStuff cleanup. bugref:9232
(edit) @74647   6 years vboxsync IPRT: Fixed segment alignment bug in the mach-o code. bugref:9232
(edit) @74646   6 years vboxsync IPRT: More adjustments to the LX and Mach-O loader code from kStuff. …
(edit) @74425   6 years vboxsync IPRT/rest: Missed RT_NOEXCEPT in two place. Went wild adding …
(edit) @74414   6 years vboxsync IPRT/rest: Reworked the JSON output classes a little, adding a pretty …
(edit) @74350   6 years vboxsync tstRTJson: escape test. bugref:9167
(edit) @74277   6 years vboxsync tstRTCRest-1: Fixed crash in testStringMap. bugref:9167
(edit) @74276   6 years vboxsync IPRT/rest: adjusted double testcase for unix systems. bugref:9167
(edit) @74263   6 years vboxsync IPRT/rest: Reimplement RTCRestArrayBase::fromString and adjusted …
(edit) @74250   6 years vboxsync IRPT/rest,http: Use header callbacks for capturing header values in …
(edit) @74202   6 years vboxsync IPRT/rest: More client request base tests. Added RTHttpGetHeaderCount …
(edit) @74199   6 years vboxsync IPRT/rest: Started writing tests for RTCRestClientRequestBase. bugref:9167
(edit) @74198   6 years vboxsync IPRT/rest: String map tests. A couple of bugfixes (removal, …
(edit) @74197   6 years vboxsync IPRT/rest: String map tests. A couple of bugfixes (removal, …
(edit) @74196   6 years vboxsync IPRT/rest: build fix. bugref:9167
(edit) @74195   6 years vboxsync IPRT/rest: Build fix for array tests. Started testing the string map. …
(edit) @74194   6 years vboxsync IPRT/rest: More array tests. bugref:9167
(edit) @74193   6 years vboxsync IPRT/rest: Array tests. Fixed double size decrement in removeAt …
(edit) @74188   6 years vboxsync IPRT/rest: Started on testing the array class. bugref:9167
(edit) @74182   6 years vboxsync IPRT/rest: Two more date tests. bugref:9167
(edit) @74181   6 years vboxsync IPRT/rest: Wrote unit tests for RTCRestDate. Addressed some issues …
(edit) @74180   6 years vboxsync tstRTJson: nit
(edit) @74179   6 years vboxsync IPRT/json: Added \uXXXX and surrogate pair tests. Refuse to decode …
(edit) @74176   6 years vboxsync IPRT/rest: Added unittest for RTCRestString. Addressing a few issues. …
(edit) @74170   6 years vboxsync IPRT/rest: Added testcase for RTCRestDouble, fixing issues found. …
(edit) @74169   6 years vboxsync IPRT/testcase: build fix. bugref:9167
(edit) @74162   6 years vboxsync IPRT/rest: Added testcases for RTCRestBool and RTCRestIntXY. …
(edit) @74161   6 years vboxsync IPRT/rest: Added testcases for RTCRestBool and RTCRestIntXY. bugref:9167
(edit) @74159   6 years vboxsync IPRT/strformat: Fixed bug formatting INT64_MAX. Cleaned up the …
(edit) @74158   6 years vboxsync IPRT/strformat: Fixed bug formatting INT64_MAX. Cleaned up the …
(edit) @74157   6 years vboxsync IPRT/strformat: Fixed bug formatting INT64_MAX. Cleaned up the …
(edit) @74150   6 years vboxsync IPRT/time: Added a few RTTimeFromXxxx tests and fixed bugs found. …
(edit) @74125   6 years vboxsync IPRT/time: Extended RTTimeToRfc2822 with a flag for specifying …
(edit) @74124   6 years vboxsync tstRTHttp-1: Adjustments. bugref:9167
(edit) @74095   6 years vboxsync IPRT/http: Fixed two bugs in RTHttpSignHeaders, adding a testcase for …
(edit) @74094   6 years vboxsync IPRT/http: Fixed two bugs in RTHttpSignHeaders, adding a testcase for …
(edit) @74027   6 years vboxsync IPRT/json: Implemented support for parsing floating point values. …
(edit) @73979   6 years vboxsync IPRT/json: Made the json parser report error info. Currently we're …
(edit) @73807   6 years vboxsync tstRTCrPkix-1: Forgot to update the digest with the text we wanted to …
(edit) @73749   6 years vboxsync IPRT/crypto: Implemented reading of PEM encrypted RSA keys. bugref:9152
(edit) @73705   6 years vboxsync IPRT: Better fix for missing md4 failure; adding information status …
(edit) @73688   6 years vboxsync tstRTCrX509: Fix for new status on missing MD4.
(edit) @73679   6 years vboxsync IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
(edit) @73677   6 years vboxsync IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
(edit) @73665   6 years vboxsync IPRT,SUP,Main: Working on new crypto key handling and rsa signing. …
(edit) @73502   6 years vboxsync IPRT: GCC 8.2.0 fixes
(edit) @73097   6 years vboxsync *: Made RT_UOFFSETOF, RT_OFFSETOF, RT_UOFFSETOF_ADD and …
(edit) @72959   7 years vboxsync Runtime: Get rid of RTIsoFs* because it is very icnomplete and was …
(edit) @72160   7 years vboxsync Runtime/testcase/tstRTTimeSpec.cpp: fix sloppy coding, on Windows …
(edit) @72140   7 years vboxsync IPRT/time: misc fixes (incorrect offUTC conversion sign, forgotten …
(edit) @72054   7 years vboxsync *: RTListMove no longer need the call to init the destination list to …
(edit) @71916   7 years vboxsync More fixes for SPARC: No ASM for openssl crypto, add simple memrchr() …
(edit) @71678   7 years vboxsync Added other currently documented CPUID leaves which depend on ECX.
(edit) @71675   7 years vboxsync tstRTInlineAsm.cpp: Test ASMCpuId too.
(edit) @71674   7 years vboxsync tstRTInlineAsm.cpp: leavs 0x0f and 0x10 also depend on ECX input..
(edit) @71492   7 years vboxsync Runtime: Introduce RTTraceLog* API for creating and parsing binary …
(edit) @71435   7 years vboxsync IPRT/net: RTNetStrToIPv4AddrEx - return VWRN_TRAILING_SPACES and …
(edit) @71009   7 years vboxsync RTGetOpt: Fixed bug handling missing option values when …
(edit) @70889   7 years vboxsync IPRT/direnum-r3-nt.cpp: Implemented RTDIR_F_NO_FOLLOW.
(edit) @70483   7 years vboxsync IPRT/socket,poll: Try fix windows polling bug (not fallback) …
(edit) @70481   7 years vboxsync iprt/socket,tcp,pollset: Added RTTcpCreatePair. Implemented polling …
(edit) @70406   7 years vboxsync IPRT/time-win.cpp: Use RtlGetInterruptTimePrecise for …
(edit) @70405   7 years vboxsync IPRT/time-win.cpp: Use RtlGetInterruptTimePrecise for …
(edit) @69844   7 years vboxsync IPRT: VFS IsRangeInUse cleanup. * Renamed to RTVfsQueryRangeState / …
(edit) @69840   7 years vboxsync IPRT: VFS volume mouning cleanup, replacing RTFilesystemVfsFromFile …
(edit) @69833   7 years vboxsync iprt/string.h: Adding %Rhcb + %Rhci for human readable size formatting …
(edit) @69753   7 years vboxsync iprt/dir: Morphing PRTDIR into a handle named RTDIR. (Been wanting to …
(edit) @69674   7 years vboxsync iprt: A bunch of basic function for working the file system relative …
(edit) @69652   7 years vboxsync scm cleanup
(edit) @69644   7 years vboxsync Visual C++ is soo forgiving…
(edit) @69643   7 years vboxsync Make tstRTDarwinMachKernel build on windows because windbg is easier …
(edit) @69609   7 years vboxsync iprt/dvm: Some API adjusting to VFS - work in progress.
(edit) @69434   7 years vboxsync Runtime: scm updates
(edit) @69111   7 years vboxsync (C) year
(edit) @68936   7 years vboxsync IPRT/RTGetOpt: Added 32-bit and 64-bit pair types.
(edit) @67521   8 years vboxsync comment typos
(edit) @67457   8 years vboxsync Runtime: reverted accidently committed file
(edit) @67456   8 years vboxsync DevEFI/DevPciBiops: made McfgBase/McfgLength 64-bit as they already …
(edit) @67353   8 years vboxsync tstDir-3: pedantic memory leaks
(edit) @67338   8 years vboxsync added tstRTMath (build fix)
(edit) @67337   8 years vboxsync added tstRTMath
(edit) @66995   8 years vboxsync tstRTR0Timer: reverted an unwanted change
(edit) @66988   8 years vboxsync tstRTR0Timer: when complaining about extreme deviation, print the ID …
(edit) @66985   8 years vboxsync tstRTR0Timer: actually test highres omni timer
(edit) @66840   8 years vboxsync tstRTStrFormat.cpp: build fix attempt.
(edit) @66824   8 years vboxsync include/iprt: Adjustments for Visual C++ v12 / Visual Studio 2013. …
(edit) @66368   8 years vboxsync tstLdr-4.cpp: oops, build fix.
(edit) @66367   8 years vboxsync IPRT: Added RTLDRPROP_INTERNAL_NAME to RTLdrQueryProp/RTLdrQueryPropEx …
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