VirtualBox

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

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @96729   2 years vboxsync IPRT/getopt: Added index variant with 0 or 1 and optionally and w/ …
(edit) @96622   2 years vboxsync IPRT: Added RTTimeFormatDuration[Ex] for duration/interval formatting.
(edit) @96609   2 years vboxsync IPRT/path: Added fFlags parameter to RTPathAppendEx and RTPathJoinEx …
(edit) @96549   2 years vboxsync IPRT: Fixes for tstRTErr-1.cpp after windows error info reduction.
(edit) @96407   2 years vboxsync scm copyright and license note update
(edit) @96373   2 years vboxsync IPRT/nocrt: Implemented wcslen. bugref:10261
(edit) @96338   2 years vboxsync IPRT/nocrt: Implemented powf. bugref:10261
(edit) @96337   2 years vboxsync IPRT/nocrt: Split out the core of the pow() code into a common …
(edit) @96321   2 years vboxsync IPRT/nocrt: Implemented pow(). bugref:10261
(edit) @96298   2 years vboxsync IPRT/nocrt: Implemented frexp, frexpf and frexpl. bugref:10261
(edit) @96282   2 years vboxsync IPRT/nocrt: Implemented expf. bugref:10261
(edit) @96280   2 years vboxsync IPRT/nocrt: Implemented exp. bugref:10261
(edit) @96279   2 years vboxsync IPRT/nocrt: Implemented log2f and added testing of log2 and log2f. …
(edit) @96273   2 years vboxsync IPRT/nocrt: tan + tanf testcase and code brushup. bugref:10261
(edit) @96268   2 years vboxsync IPRT/testcase: Some more VBOX_WITH_VALIDATIONKIT_UNITTESTS_PACKING …
(edit) @96258   2 years vboxsync IPRT/nocrt: strstr fix. bugref:10261
(edit) @96246   2 years vboxsync IPRT,ValKit: Moved the whitelist to ValKit/Config.kmk so the IPRT …
(edit) @96244   2 years vboxsync Runtime/testcase/Makefile.kmk: Only include ValKit/Config.kmk if it …
(edit) @96242   2 years vboxsync IPRT/nocrt: Adapted the reworked sin and cos code for sinf and cosf; …
(edit) @96240   2 years vboxsync IPRT/nocrt: Reworking the sin and cos code to take into account which …
(edit) @96224   2 years vboxsync IPRT/tstRTNoCrt-2: atan[f] tests. bugref:10261
(edit) @96223   2 years vboxsync IPRT/nocrt: sqrt[f] tests. bugref:10261
(edit) @96220   2 years vboxsync IPRT/nocrt: log[f] tests and brushed up the code with SEH64 stuff. …
(edit) @96219   2 years vboxsync IPRT/nocrt: Fixed buggy remainder[fl] code. Added tests for it. …
(edit) @96218   2 years vboxsync IPRT/nocrt: Fixed buggy remainder[fl] code. Added tests for it. …
(edit) @96217   2 years vboxsync IPRT/nocrt: Corrected ldexp[fl] for 64-bit windows (registers …
(edit) @96216   2 years vboxsync IPRT/nocrt: fabs[f] tests and 64-bit code improvements. bugref:10261
(edit) @96215   2 years vboxsync IPRT/nocrt: lrint* returned the wrong sized long on 64-bit windows. …
(edit) @96213   2 years vboxsync IPRT/nocrt: Implemented feraiseexcept and adjusted relevan code for …
(edit) @96206   2 years vboxsync IPRT/nocrt: Removed old fenv code. bugref:10261
(edit) @96205   2 years vboxsync IPRT/nocrt: Implemented x86 and amd64 fenv.h to assist with the …
(edit) @96203   2 years vboxsync IPRT/nocrt: More test and fixes to rint, rintf, trunc, truncf and …
(edit) @96198   2 years vboxsync IPRT/tstRTNoCrt-2: More tests. bugref:10261
(edit) @96190   2 years vboxsync IPRT/nocrt: Added a testcase for the no-CRT math stuff with tests for …
(edit) @96189   2 years vboxsync IPRT/nocrt: Added a testcase for the no-CRT math stuff with tests for …
(edit) @96184   2 years vboxsync IPRT/nocrt: Added a testcase for the no-CRT math stuff with tests for …
(edit) @96152   2 years vboxsync IPRT: Added RTStrToFloat, RTStrToDouble and RTStrToLongDouble. Still …
(edit) @96127   3 years vboxsync IPRT/RTStrTo[U]Int[8|16|32|64][Ex|Full]: Tweaked the base parameter to …
(edit) @95843   3 years vboxsync IPRT/env-generic.cpp: Refactored RTEnvCloneEx, rewriting the cloning …
(edit) @95842   3 years vboxsync IPRT/env-generic.cpp: Refactored RTEnvCloneEx, rewriting the cloning …
(edit) @95612   3 years vboxsync IPRT/ldr: Changed RTLdrHashImage to return the hash rather than the …
(edit) @95336   3 years vboxsync IPRT/RTCString: Added a truncate() method that takes UTF-8 encoding …
(edit) @95096   3 years vboxsync IPRT/pipe/win: Adjusted RTPipeSelectOne to account for the …
(edit) @95074   3 years vboxsync IPRT/tstRTInlineAsm: Fixed bug in the ASMAtomicCmpXchgPtrVoid tests in …
(edit) @95072   3 years vboxsync IPRT/asm: Added ASMCountLeadingZerosU16/32/64 & …
(edit) @95071   3 years vboxsync IPRT/asm: Added ASMCountLeadingZerosU16/32/64 & …
(edit) @95044   3 years vboxsync IPRT/testcase: tstUtf8: Skip the string comparison on older Windows …
(edit) @95043   3 years vboxsync IPRT/testcase: A few more comments and diagnosis for Windows runs in …
(edit) @95041   3 years vboxsync IPRT/testcase: Fixed function naming typo.
(edit) @95001   3 years vboxsync IPRT/testcase: Made tstFile more flexible by querying file system …
(edit) @95000   3 years vboxsync IPRT/testcase: Made tstFile more flexible by querying file system …
(edit) @94971   3 years vboxsync Validation Kit/unit tests: Cleaned up build templates by moving the …
(edit) @94594   3 years vboxsync Validation Kit/unit tests: Skip more stuff. bugref:10195
(edit) @94592   3 years vboxsync Validation Kit/unit tests: Skip more stuff. bugref:10195
(edit) @94591   3 years vboxsync testcase/tstRTStrFormat: Fixed a warning.
(edit) @94589   3 years vboxsync Validation Kit/unit tests: Skip more stuff. bugref:10195
(edit) @94588   3 years vboxsync Validation Kit/unit tests: Skip more stuff. bugref:10195
(edit) @94587   3 years vboxsync Validation Kit/unit tests: Filter out all programs which don't start …
(edit) @94585   3 years vboxsync Validation Kit/unit tests: Use a dedicated build template for …
(edit) @94576   3 years vboxsync Validation Kit/unit tests: Use the VBoxGuestR3Exe template for …
(edit) @94575   3 years vboxsync Validation Kit/unit tests: Use the VBoxGuestR3Exe template for …
(edit) @94574   3 years vboxsync Validation Kit/unit tests: Use the VBoxGuestR3Exe template for …
(edit) @94529   3 years vboxsync Runtime/testcase/tstLdr-4: Fix testcase broken since probably r147584
(edit) @94511   3 years vboxsync IPRT: Added RTUInt128MulEx and RTUInt128MulU64Ex as well as a limited …
(edit) @94487   3 years vboxsync Validation Kit/unit tests: Skip testcases which cause build failures …
(edit) @94475   3 years vboxsync Validation Kit/unit tests: Skip testcases which cause build failures …
(edit) @94474   3 years vboxsync Validation Kit/unit tests: Skip testcases which cause build failures …
(edit) @94473   3 years vboxsync Validation Kit/unit tests: Skip testcases which cause build failures …
(edit) @94467   3 years vboxsync Validation Kit/unit tests: More Makefile fun for IPRT and friends. …
(edit) @94091   3 years vboxsync IPRT: Better RTMpGetDescription for darwin.arm (first M1 has two …
(edit) @93838   3 years vboxsync iprt/asm.h: Added ASMAtomicCmpXchgU128 and friends for AMD64 and …
(edit) @93837   3 years vboxsync iprt/asm.h: Added ASMAtomicCmpXchgU128 and friends for AMD64 and …
(edit) @93755   3 years vboxsync tstRTInlineAsm: Use picoseconds instead of nanoseconds when …
(edit) @93754   3 years vboxsync IPRT,ValKit,VMMDevTesting.h: Added picoseconds to the test units. …
(edit) @93753   3 years vboxsync IPRT/asm.h,tstRTInlineAsm: Added 8-bit and 16-bit extended cmpxchg …
(edit) @93752   3 years vboxsync IPRT/asm.h,tstRTInlineAsm: Added 8-bit and 16-bit extended cmpxchg …
(edit) @93715   3 years vboxsync IPRT/hardavl: Renamed lookupMatchingOrSmaller to lookupMatchingOrBelow …
(edit) @93712   3 years vboxsync IPRT/hardavl: Basic statistics. bugref:10093
(edit) @93711   3 years vboxsync IPRT/hardavl: Added lookupMatchingOrLarger and …
(edit) @93709   3 years vboxsync IPRT/hardavl: Added the right-to-left enumerator. Mark methods as …
(edit) @93694   3 years vboxsync IPRT/tstRTAvl: report some performance values at the end of the …
(edit) @93693   3 years vboxsync IPRT/hardavl: Added a getHeight() method for tstRTAvl and extended the …
(edit) @93692   3 years vboxsync IPRT/tstRTAvl: oops
(edit) @93691   3 years vboxsync IPRT/tstRTAvl: Fixed broke TrackerFindRandom code causing random test …
(edit) @93684   3 years vboxsync IPRT/hardavl: Fixed the removal bug. Extended testcase and sanity …
(edit) @93677   3 years vboxsync IPRT/tstRTAvl: Didn't mean to disable it all. bugref:10093
(edit) @93676   3 years vboxsync IPRT/tstRTAvl: build fix. bugref:10093
(edit) @93672   3 years vboxsync IPRT/hardavl: A fix, a few build fixes and some more tests. bugref:10093
(edit) @93671   3 years vboxsync IPRT/hardavl: Initial adaption of the old AVL code into something a …
(edit) @93515   3 years vboxsync iprt/asm-amd64-x86.h: Split out some non-assembly functions that …
(edit) @93435   3 years vboxsync IPRT/tstTime-2: Quick build fix for darwin.arm64. bugref:9898
(edit) @93419   3 years vboxsync *.kmk: Introducing VBOX_WITH_R0_MODULES and VBOX_WITH_HWVIRT for …
(edit) @93318   3 years vboxsync IPRT/tstRTBigNum: The windows asan build requires -bigobj. bugref:8489
(edit) @93301   3 years vboxsync IPRT: VC++ 19.2 update 11 build adjustments. bugref:8489
(edit) @93187   3 years vboxsync tstRTExprEval: A couple more tests. bugref:9781
(edit) @93178   3 years vboxsync iprt/RTExprEval: Only expand ${VAR}, drop $(VAR). Simplifies the code. …
(edit) @93175   3 years vboxsync iprt/RTExprEval: Early code for a 'simple' expression evaluator a la …
(edit) @93170   3 years vboxsync iprt/RTExprEval: Early code for a 'simple' expression evaluator a la …
(edit) @93115   3 years vboxsync scm --update-copyright-year
(edit) @92825   3 years vboxsync IPRT/timer-r0drv-nt.cpp: Implemented high resolution timers using the …
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