summaryrefslogtreecommitdiff
path: root/src/pal/tests
AgeCommit message (Expand)AuthorFilesLines
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
2016-09-20mute EH failures exposed by LTO (#7267)kchoi2-2/+26
2016-09-07Fix OSX build break in PAL tests (#7101)Jan Vorlicek2-2/+2
2016-09-07Fix strict aliasing violation from conditional typedef of wchar_t by building...kchoi2033-1336/+1341
2016-07-20Make PAL_SEHException smaller (#6267)Jan Vorlicek2-2/+2
2016-06-19Remove the corner cases from sscanf test (#5873)Peter Jas2-2/+0
2016-06-04Linux/ARM: Adding rpath for shared library of exception_handling.pal_sxs.test...Geunsik Lim1-0/+9
2016-06-02Fixing an error in PAL_pow that caused it to return an incorrect value for a ...Tanner Gooding1-15/+32
2016-06-02Improvements to System.Math InternalCall code. (#4847)Tanner Gooding77-1963/+2489
2016-06-01Add named mutex stress testsKoundinya Veluri1-134/+313
2016-05-26Disable failing test to enable corefx runs.Lakshmi Priya Sekar2-1/+4
2016-05-23Fix intermittent test failure in paltest_namedmutex_test1Koundinya Veluri1-54/+72
2016-05-20Fix a few bugs in named mutexesKoundinya Veluri1-165/+239
2016-05-19Add named mutex for cross-process synchronizationKoundinya Veluri7-0/+892
2016-05-12Add tests for file IO functions operating on symlinks.Aditya Mandaleeka4-42/+97
2016-04-12Fix hardware exception handling in native code on BSDJan Vorlicek1-7/+0
2016-04-06Add error logging to 4 PAL tests that fail periodically on OSXwtgodbe4-21/+55
2016-03-18Ported managed Utf8/Unicode encoder/decoder to C++ for usage in PALWilliam Godbe13-20/+455
2016-03-16Remove __cdecl__ calling convention for [-Werror,-Wignored-attributes]Geunsik Lim1-1/+1
2016-03-07Merge pull request #3441 from ramarag/pal_longfileRama krishnan Raghupathy4-38/+4
2016-03-07Enabling LongFile Support in PALDDCloud4-38/+4
2016-03-05Replace all uses of __LINUX__ with the lower caseGeunsik Lim1-1/+0