VirtualBox

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

修定紀錄模式:


圖例:

新增
修改
複製或更名
差異 修訂 年份 作者 更動紀錄訊息
(edit) @98640   22 月 vboxsync IPRT/tstStrToNum: Fixed RTStrToDoubleEx testcase bugs. bugref:10261
(edit) @98637   22 月 vboxsync IPRT/tstRTTime: Try avoid false failures due to preemption between …
(edit) @98619   22 月 vboxsync IPRT/tstRTPipe: Tweaked the test to no fail on some old windows …
(edit) @98512   22 月 vboxsync IPRT/vcc: Some scm fixes for tstRTNoCrt-5.cpp. bugref:10261
(edit) @98510   22 月 vboxsync IPRT/vcc: Cover some more corner cases in tstRTNoCrt-5.cpp udiv. …
(edit) @98496   22 月 vboxsync IPRT/vcc: Working on 64-bit integer support routines for the 32-bit …
(edit) @98484   22 月 vboxsync IPRT/tstRTNoCrt-3: Corrected testcase name string. bugref:10261
(edit) @98483   22 月 vboxsync IPRT/tstRTNoCrt-4: Wrong comment type. bugref:10261
(edit) @98409   22 月 vboxsync IPRT/*.kmk: Automatic scm cleanups. bugref:10348
(edit) @98307   23 月 vboxsync Runtime/RTS3: Retire unused implementation, can be resurrected if required
(edit) @98256   23 月 vboxsync *.kmk: s/VBOX_NTDLL/VBoxNtDll/ (sdk) bugref:10348
(edit) @98249   23 月 vboxsync /*.kmk,configure*: …
(edit) @98241   23 月 vboxsync *.kmk,configure*: s/VBOX_OPENSSL2/VBoxOpenSsl/ …
(edit) @98238   23 月 vboxsync *.kmk,configure*: s/VBOX_LIBCURL/VBoxLibCurl/ (SDK) bugref:10348
(edit) @98169   23 月 vboxsync *.kmk: s/VBOXR3TSTEXE/VBoxR3TstExe/ bugref:10348
(edit) @98103   23 月 vboxsync Copyright year updates by scm.
(edit) @98004   2 年 vboxsync IPRT: VBOX_ONLY_VALIDATIONKIT warnings.
(edit) @97948   2 年 vboxsync IPRT/testcases: Added a first (minimal) testcase for the No-CRT vector …
(edit) @97947   2 年 vboxsync IPRT/testcases: Added a first (minimal) testcase for the No-CRT vector …
(edit) @97874   2 年 vboxsync IPRT/tstLdr-4: Switch from RTMemExecAlloc to RTMemPageAlloc + …
(edit) @97862   2 年 vboxsync IPRT/nocrt: Added a simple structured exception handling (SEH) …
(edit) @97825   2 年 vboxsync IPRT: Added RTCListBase::filter() + testcases.
(edit) @97823   2 年 vboxsync IPRT: Added RTCListBase == and != operator support + testcases.
(edit) @97646   2 年 vboxsync IPRT: Added RTProcSignalName and a generic implementation of it.
(edit) @96729   2 年 vboxsync IPRT/getopt: Added index variant with 0 or 1 and optionally and w/ …
(edit) @96622   2 年 vboxsync IPRT: Added RTTimeFormatDuration[Ex] for duration/interval formatting.
(edit) @96609   2 年 vboxsync IPRT/path: Added fFlags parameter to RTPathAppendEx and RTPathJoinEx …
(edit) @96549   2 年 vboxsync IPRT: Fixes for tstRTErr-1.cpp after windows error info reduction.
(edit) @96407   2 年 vboxsync scm copyright and license note update
(edit) @96373   2 年 vboxsync IPRT/nocrt: Implemented wcslen. bugref:10261
(edit) @96338   2 年 vboxsync IPRT/nocrt: Implemented powf. bugref:10261
(edit) @96337   2 年 vboxsync IPRT/nocrt: Split out the core of the pow() code into a common …
(edit) @96321   2 年 vboxsync IPRT/nocrt: Implemented pow(). bugref:10261
(edit) @96298   2 年 vboxsync IPRT/nocrt: Implemented frexp, frexpf and frexpl. bugref:10261
(edit) @96282   2 年 vboxsync IPRT/nocrt: Implemented expf. bugref:10261
(edit) @96280   2 年 vboxsync IPRT/nocrt: Implemented exp. bugref:10261
(edit) @96279   2 年 vboxsync IPRT/nocrt: Implemented log2f and added testing of log2 and log2f. …
(edit) @96273   2 年 vboxsync IPRT/nocrt: tan + tanf testcase and code brushup. bugref:10261
(edit) @96268   2 年 vboxsync IPRT/testcase: Some more VBOX_WITH_VALIDATIONKIT_UNITTESTS_PACKING …
(edit) @96258   2 年 vboxsync IPRT/nocrt: strstr fix. bugref:10261
(edit) @96246   2 年 vboxsync IPRT,ValKit: Moved the whitelist to ValKit/Config.kmk so the IPRT …
(edit) @96244   2 年 vboxsync Runtime/testcase/Makefile.kmk: Only include ValKit/Config.kmk if it …
(edit) @96242   2 年 vboxsync IPRT/nocrt: Adapted the reworked sin and cos code for sinf and cosf; …
(edit) @96240   2 年 vboxsync IPRT/nocrt: Reworking the sin and cos code to take into account which …
(edit) @96224   2 年 vboxsync IPRT/tstRTNoCrt-2: atan[f] tests. bugref:10261
(edit) @96223   2 年 vboxsync IPRT/nocrt: sqrt[f] tests. bugref:10261
(edit) @96220   2 年 vboxsync IPRT/nocrt: log[f] tests and brushed up the code with SEH64 stuff. …
(edit) @96219   2 年 vboxsync IPRT/nocrt: Fixed buggy remainder[fl] code. Added tests for it. …
(edit) @96218   2 年 vboxsync IPRT/nocrt: Fixed buggy remainder[fl] code. Added tests for it. …
(edit) @96217   2 年 vboxsync IPRT/nocrt: Corrected ldexp[fl] for 64-bit windows (registers …
(edit) @96216   2 年 vboxsync IPRT/nocrt: fabs[f] tests and 64-bit code improvements. bugref:10261
(edit) @96215   2 年 vboxsync IPRT/nocrt: lrint* returned the wrong sized long on 64-bit windows. …
(edit) @96213   2 年 vboxsync IPRT/nocrt: Implemented feraiseexcept and adjusted relevan code for …
(edit) @96206   2 年 vboxsync IPRT/nocrt: Removed old fenv code. bugref:10261
(edit) @96205   2 年 vboxsync IPRT/nocrt: Implemented x86 and amd64 fenv.h to assist with the …
(edit) @96203   2 年 vboxsync IPRT/nocrt: More test and fixes to rint, rintf, trunc, truncf and …
(edit) @96198   2 年 vboxsync IPRT/tstRTNoCrt-2: More tests. bugref:10261
(edit) @96190   2 年 vboxsync IPRT/nocrt: Added a testcase for the no-CRT math stuff with tests for …
(edit) @96189   2 年 vboxsync IPRT/nocrt: Added a testcase for the no-CRT math stuff with tests for …
(edit) @96184   2 年 vboxsync IPRT/nocrt: Added a testcase for the no-CRT math stuff with tests for …
(edit) @96152   2 年 vboxsync IPRT: Added RTStrToFloat, RTStrToDouble and RTStrToLongDouble. Still …
(edit) @96127   2 年 vboxsync IPRT/RTStrTo[U]Int[8|16|32|64][Ex|Full]: Tweaked the base parameter to …
(edit) @95843   2 年 vboxsync IPRT/env-generic.cpp: Refactored RTEnvCloneEx, rewriting the cloning …
(edit) @95842   2 年 vboxsync IPRT/env-generic.cpp: Refactored RTEnvCloneEx, rewriting the cloning …
(edit) @95612   2 年 vboxsync IPRT/ldr: Changed RTLdrHashImage to return the hash rather than the …
(edit) @95336   2 年 vboxsync IPRT/RTCString: Added a truncate() method that takes UTF-8 encoding …
(edit) @95096   3 年 vboxsync IPRT/pipe/win: Adjusted RTPipeSelectOne to account for the …
(edit) @95074   3 年 vboxsync IPRT/tstRTInlineAsm: Fixed bug in the ASMAtomicCmpXchgPtrVoid tests in …
(edit) @95072   3 年 vboxsync IPRT/asm: Added ASMCountLeadingZerosU16/32/64 & …
(edit) @95071   3 年 vboxsync IPRT/asm: Added ASMCountLeadingZerosU16/32/64 & …
(edit) @95044   3 年 vboxsync IPRT/testcase: tstUtf8: Skip the string comparison on older Windows …
(edit) @95043   3 年 vboxsync IPRT/testcase: A few more comments and diagnosis for Windows runs in …
(edit) @95041   3 年 vboxsync IPRT/testcase: Fixed function naming typo.
(edit) @95001   3 年 vboxsync IPRT/testcase: Made tstFile more flexible by querying file system …
(edit) @95000   3 年 vboxsync IPRT/testcase: Made tstFile more flexible by querying file system …
(edit) @94971   3 年 vboxsync Validation Kit/unit tests: Cleaned up build templates by moving the …
(edit) @94594   3 年 vboxsync Validation Kit/unit tests: Skip more stuff. bugref:10195
(edit) @94592   3 年 vboxsync Validation Kit/unit tests: Skip more stuff. bugref:10195
(edit) @94591   3 年 vboxsync testcase/tstRTStrFormat: Fixed a warning.
(edit) @94589   3 年 vboxsync Validation Kit/unit tests: Skip more stuff. bugref:10195
(edit) @94588   3 年 vboxsync Validation Kit/unit tests: Skip more stuff. bugref:10195
(edit) @94587   3 年 vboxsync Validation Kit/unit tests: Filter out all programs which don't start …
(edit) @94585   3 年 vboxsync Validation Kit/unit tests: Use a dedicated build template for …
(edit) @94576   3 年 vboxsync Validation Kit/unit tests: Use the VBoxGuestR3Exe template for …
(edit) @94575   3 年 vboxsync Validation Kit/unit tests: Use the VBoxGuestR3Exe template for …
(edit) @94574   3 年 vboxsync Validation Kit/unit tests: Use the VBoxGuestR3Exe template for …
(edit) @94529   3 年 vboxsync Runtime/testcase/tstLdr-4: Fix testcase broken since probably r147584
(edit) @94511   3 年 vboxsync IPRT: Added RTUInt128MulEx and RTUInt128MulU64Ex as well as a limited …
(edit) @94487   3 年 vboxsync Validation Kit/unit tests: Skip testcases which cause build failures …
(edit) @94475   3 年 vboxsync Validation Kit/unit tests: Skip testcases which cause build failures …
(edit) @94474   3 年 vboxsync Validation Kit/unit tests: Skip testcases which cause build failures …
(edit) @94473   3 年 vboxsync Validation Kit/unit tests: Skip testcases which cause build failures …
(edit) @94467   3 年 vboxsync Validation Kit/unit tests: More Makefile fun for IPRT and friends. …
(edit) @94091   3 年 vboxsync IPRT: Better RTMpGetDescription for darwin.arm (first M1 has two …
(edit) @93838   3 年 vboxsync iprt/asm.h: Added ASMAtomicCmpXchgU128 and friends for AMD64 and …
(edit) @93837   3 年 vboxsync iprt/asm.h: Added ASMAtomicCmpXchgU128 and friends for AMD64 and …
(edit) @93755   3 年 vboxsync tstRTInlineAsm: Use picoseconds instead of nanoseconds when …
(edit) @93754   3 年 vboxsync IPRT,ValKit,VMMDevTesting.h: Added picoseconds to the test units. …
(edit) @93753   3 年 vboxsync IPRT/asm.h,tstRTInlineAsm: Added 8-bit and 16-bit extended cmpxchg …
(edit) @93752   3 年 vboxsync IPRT/asm.h,tstRTInlineAsm: Added 8-bit and 16-bit extended cmpxchg …
注意: 瀏覽 TracRevisionLog 來幫助您使用修訂紀錄功能

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette