summaryrefslogtreecommitdiff
path: root/src/pal/tests
AgeCommit message (Expand)AuthorFilesLines
2020-04-16Fix PIE options (#26323)submit/tizen/20200415.223728accepted/tizen/unified/20200416.080052Jan Vorlicek1-1/+0
2019-06-06Use CMake's C# support to build DacTableGen instead of manually invoking csc....Jeremy Koritzinsky2-12/+12
2019-06-05Use Modern CMake features instead of CMAKE_CXX_FLAGS (#24861)Jeremy Koritzinsky2-3/+3
2019-05-23Re-enable queryperformancecounter PAL test (#11291)Jan Vorlicek2-1/+1
2019-05-16Delete iswxdigit test (#24608)Michal Strehovský5-97/+0
2019-05-10Move EventProvider native layout to be driven by CMake configure (#24478)Jeremy Koritzinsky2-1/+42
2019-05-01Adjust some terms (#24351)Dan Moseley4-4/+4
2019-02-17Delete RtlMoveMemory and tests (#22668)Adeel Mujahid15-416/+0
2019-02-16Fix visibility and signed comparison issues for GCC (#22586)Adeel Mujahid2-5/+4
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid3-5/+13
2019-02-07More PAL layer cleanup for GNU and add build script support for GCC (#22369)Sinan Kaya18-35/+46
2019-02-01Coreclr gnuport (#22129)Sinan Kaya2-2/+2
2019-01-02Delete lstrlen from Unix PAL (#21745)Jan Kotas12-1072/+1
2018-12-18Update named mutex PAL tests to include case of file locks being inherited by...Koundinya Veluri1-0/+72
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