summaryrefslogtreecommitdiff
path: root/src/pal/tests
AgeCommit message (Expand)AuthorFilesLines
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
2016-02-26Fix the osx exception port forwarding limitations.Mike McLaughlin3-16/+111
2016-02-22Temporarily disable paltest_pal_sxs_test1 on NetBSDKamil Rytarowski1-1/+1
2016-02-22Fix typo in the name of the paltest_getcurrentthread_test2 testKamil Rytarowski1-1/+1
2016-02-21Merge pull request #3285 from krytarowski/netbsd-support-54Jan Kotas1-3/+8
2016-02-21Fix test issue on NetBSD: Walk-around getrusage(2) implementation nitsKamil Rytarowski1-3/+8
2016-02-21Remove trailing whitespaceKamil Rytarowski3-30/+30
2016-02-21Disable not relevant tests for NetBSD: SCHED_OTHER may not be reassignableKamil Rytarowski3-5/+25
2016-02-14Add more CMake sugar for NetBSDKamil Rytarowski1-5/+4
2016-02-04Fix build on NetBSD: Walkaround compiler strictness regarding const conversionKamil Rytarowski10-10/+26
2016-02-04Fix build on NetBSD: Stop mixing PAL and system headers in testsKamil Rytarowski2-10/+0
2016-02-01Fix build breaks in Linux ARM buildJan Kotas1-1/+1
2016-01-31Stop defining WIN32 in Unix buildsJan Kotas1-1/+0
2016-01-27Update license headersdotnet-bot2082-7629/+6529
2016-01-26Merge pull request #2821 from mikem8361/osxbpfixMike McLaughlin2-2/+2
2016-01-26Fix OSX bps for PC-relative instructions.Mike McLaughlin2-2/+2
2016-01-24Fix build breaks and ensure GetComputerNameW is included in mscorlib.Lakshmi Priya Sekar3-3/+6
2016-01-21Generating Event Logging Headers From CMake for LinuxDDCloud1-2/+1
2016-01-14Make time measurement in PAL threading tests more preciseJan Vorlicek9-112/+100
2015-12-28Automating Event Logging Infrastructure: With this change the infrastructure ...Rama4-2747/+1
2015-12-24GC OS interface refactoringJan Vorlicek1-1/+2
2015-12-14PAL Module/shutdown cleanup.Mike McLaughlin3-4/+0
2015-12-12Delete bad PAL test caseJan Kotas1-5/+0
2015-12-09Disable h/w exceptions for coreclr (non-DAC) builds.Mike McLaughlin1-1/+2
2015-11-20Implemented QueryThreadCycleTime (time.cpp) & GetThreadTimes (thread.cpp) for...William Godbe8-0/+260
2015-11-18Add new pal test that tests exceptions across multiple PALs in different modu...Mike McLaughlin10-0/+295
2015-11-04Remove SetConsoleCtrlHandler from Unix PALstephentoub28-1535/+0
2015-10-26Remove SuspendThread and SetThreadContext PAL tests.Aditya Mandaleeka22-1679/+0
2015-10-26Remove SuspendThread and associated code.Aditya Mandaleeka2-2/+0
2015-10-22Merge pull request #1833 from kouvel/Inline2Koundinya Veluri42-34/+34
2015-10-21Move some functions to allow them to be inlined with clangKoundinya Veluri42-34/+34
2015-10-21Enable EventSource Logging in Linux via LttngRama1-0/+7