summaryrefslogtreecommitdiff
path: root/src/pal/tests/palsuite
AgeCommit message (Expand)AuthorFilesLines
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
2015-10-19Delete remaining vestiges of PAL networking supportJan Kotas5-381/+4
2015-10-16Controlling Xplat Event logging:Rama1-793/+793
2015-10-11This enables Lttng Logging for CoreClr,Rama5-0/+2740
2015-10-07correct word spellingあまみや ゆうこ9-20/+20
2015-09-25Fix a few issues reported by cppcheckKoundinya Veluri1-3/+3
2015-09-17Fix some frequently failing PAL testsKoundinya Veluri10-43/+205
2015-09-15Check for duplicate handles in PAL's implementation of a wait-all operationKoundinya Veluri2-0/+69
2015-09-08Merge pull request #1497 from adityamandaleeka/fix_warningsAditya Mandaleeka1-2/+0
2015-09-08Fix the remaining unused variable/label warningsAditya Mandaleeka1-2/+0
2015-09-02Fix directory longname test failures on Linux.Lakshmi Priya Sekar4-15/+22
2015-08-28Respond to PR feedback.Lakshmi Priya Sekar2-2/+2
2015-08-27Replace MAX_PATH defines with new defines in pal.Lakshmi Priya Sekar13-62/+62
2015-08-27Merge pull request #1439 from kouvel/PalErrorOnNamedSyncObjectKoundinya Veluri21-214/+87
2015-08-27Merge pull request #1205 from benpye/pal-test-junitMatt Mitchell1-1/+44
2015-08-26Return error upon attemping to create named objects in PAL.Koundinya Veluri21-214/+87
2015-08-27Use printf instead of non standard -eBen Pye1-2/+2
2015-08-26Try fixing FreeBSD PAL testsBen Pye1-18/+6
2015-08-26runpaltests.sh outputs a XUnit compatible result file for Jenkins.Ben Pye1-0/+55
2015-08-19Merge pull request #1415 from jkotas/acceptable-time-errorJan Kotas3-15/+9
2015-08-19Fix timing in more PAL tests for FreeBSD on hypervisorsJan Kotas3-15/+9
2015-08-18Remove PAL code that has been moved to the corefx repoNick Guerrera10-314/+0
2015-08-14Fix typo "retrive" and "retrieved" to "retrieve" and "retrieved"Jon Hanna25-41/+41
2015-08-07Fix PAL signal count upper limit issues.Koundinya Veluri2-6/+26
2015-07-24Fix FILECanonicalizePath test.Ben Pye1-2/+2
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye3-2/+3
2015-06-08Fix timing in PAL-tests for FreeBSD on hypervisors.Jostein Kjønigsen4-7/+17
2015-05-22CoreClr: Make tests run on FreeBSD and document how to run them.Jostein Kjønigsen1-1/+1
2015-04-30Fix new set of warningsJan Vorlicek1-2/+2
2015-04-28Delete some dead exception handling related code in the PALJan Kotas8-408/+0
2015-04-23Addressing PR feedback in the test cases and fixing casing for test case runsJonathan Miller2-2/+5
2015-04-22Addressing PR feedbackJonathan Miller1-64/+51