summaryrefslogtreecommitdiff
path: root/src/pal/tests
AgeCommit message (Expand)AuthorFilesLines
2018-11-22Typos (#21171)John Doe1-1/+1
2018-11-12Some cleanup of the Math functions from #20788 (#20912)Tanner Gooding10-52/+66
2018-11-05Adding some new functions to System.Math and System.MathF (#20788)Tanner Gooding32-0/+1355
2018-10-08Remove mentions of Rotor from codebase (#20298)Austin Wise2-36/+4
2018-10-04Typos (#20271)John Doe1-1/+1
2018-08-14Code review feedback for the alternate stack changes (PR #19309). (#19476)Mike McLaughlin2-2/+2
2018-08-06Only register signals and create alt exception stack in coreclr. (#19309)Mike McLaughlin2-0/+2
2018-06-03Typo (#18266)John Doe1-2/+2
2018-05-24Typo (#18122)John Doe1-1/+1
2018-03-29Fix for incorrectly handle invalid UTF8 characters issue (#17302)Luqun Lou1-26/+26
2018-03-19Delete unused downlevel globalization support (#17022)Jan Kotas8-197/+0
2018-03-15Fix error type check in InternalSetThreadPriority (#16959)Jan Vorlicek1-2/+31
2018-02-14Implement WaitHandle.SignalAndWait on Unix (#16383)Koundinya Veluri3-0/+432
2018-01-02Retry: Enable EventPipe across Unix and Windows (#15611)Victor "Nate" Graf1-1/+4
2017-12-21Revert "Enable EventPipe across Unix and Windows (#14772)" (#15609)Victor "Nate" Graf1-4/+1
2017-12-20Enable EventPipe across Unix and Windows (#14772)Victor "Nate" Graf1-1/+4
2017-12-13Adding some PAL tests for acosh, asinh, atanh, and cbrtTanner Gooding35-0/+1354
2017-09-12Re-implemented the ecvt function. (#12894)Jim Ma7-173/+0
2017-08-28Delete dead PAL functions (#13613)Justin Van Patten131-7568/+3
2017-08-22Delete some dead PAL code (#13469)Justin Van Patten11-177/+0
2017-08-21Fixing wcsstr function to account for cases where search string is longer tha...Mike Kaufman1-0/+10
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean2-14/+11
2017-05-04Reenable MapViewOfFile PAL test1 (#11393)Jan Vorlicek2-4/+23
2017-04-07Add reporting swap file size to GlobalMemoryStatusEx on Unix (#10700)Jan Vorlicek7-0/+93
2017-03-311. Remove disable of C4996Rahul Kumar9-247/+0
2017-03-23Merge pull request #10064 from rahku/cgroupRahul Kumar5-0/+87
2017-03-22memory limit in containers on linuxrahul5-0/+87
2017-03-22Removing the special handling in classlibnative for atan2(±∞, ±∞) and p...Tanner Gooding2-13/+13
2017-03-21Temporarily disable frequently failing Sleep PAL tests (#10313)Koundinya Veluri2-2/+2
2017-03-15Temporarily disable flaky sleep test (#10221)Matt Mitchell2-1/+1
2017-03-15Change CoreCLR to use Sierra (#10173)Matt Mitchell2-1/+1
2017-03-07[x86/Linux] CDECL as default P/Invoke Calling Convetion (#9977)Jonghyun Park13-24/+27
2017-03-02[x86/Linux] Fix clang 3.9 build error (#9900)Jonghyun Park2-6/+4
2017-02-06Android - Fix duplicate definitions of INT_MIN and PAGE_SIZE in unit tests (#...Frederik Carlier1-0/+1
2017-01-31Support cross-building CoreCLR for arm64 Android (#9173)Frederik Carlier1-4/+8
2017-01-27PAL Tests: Centralize common code (#9151)Frederik Carlier988-3035/+1018
2017-01-26Clean up PAL functions (#9149)Frederik Carlier11-285/+0
2017-01-21Remove PLATFORM_UNIX and FEATURE_PAL checks in PAL (#8982)Jan Vorlicek25-109/+30
2017-01-18Remove obsolete platforms ifdefs from PAL (#8971)Jan Vorlicek5-19/+3
2017-01-04Fix NULL string printing in printf (#8800)Jan Vorlicek27-0/+162
2016-12-23Remove all usage of vsnprintf (#8709)Jan Vorlicek84-557/+103
2016-12-18Remove Read/WriteProcessMemory from PAL. (#8655)Mike McLaughlin17-762/+89
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek141-462/+359
2016-11-30[x86/Linux] Add missing files in x86/Linux PAL (#8318)Jonghyun Park4-12/+12
2016-11-24Supports to build PAL tests under x86/Linux (#8292)Jonghyun Park1-3/+7
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek206-929/+607
2016-11-04Remove more PAL functions (#8009)Jan Vorlicek90-3693/+19
2016-10-28Remove some unused PAL functions (#7873)Jan Vorlicek38-1032/+7
2016-10-25Making MemoryFailPoint functional on xplatRama Krishnan Raghupathy4-0/+77
2016-10-18Adding single-precision math functions. (#5492)Tanner Gooding79-0/+3340