platform/upstream/coreclr.git
8 years agoRemove Env helper class in tests
Alexander Köplinger [Mon, 2 Nov 2015 12:48:31 +0000 (13:48 +0100)]
Remove Env helper class in tests

It's not used in a lot of places and just makes life more complicated, because
Utilities.IsWindows is hardcoded to true right now (which should be fixed separately).

See https://github.com/dotnet/coreclr/pull/1907 for some details.

8 years agoMerge pull request #1920 from jkotas/gcsample
Jan Kotas [Sun, 1 Nov 2015 04:47:12 +0000 (21:47 -0700)]
Merge pull request #1920 from jkotas/gcsample

Fix build breaks in GCSample

8 years agoFix build breaks in GCSample
Jan Kotas [Sun, 1 Nov 2015 01:33:51 +0000 (18:33 -0700)]
Fix build breaks in GCSample

8 years agoMerge pull request #1918 from dotnet-bot/from-tfs
Jan Kotas [Sat, 31 Oct 2015 22:08:37 +0000 (15:08 -0700)]
Merge pull request #1918 from dotnet-bot/from-tfs

Merge changes from TFS

8 years agoMerge pull request #1914 from adityamandaleeka/jenkins_enable_unix
Matt Mitchell [Sat, 31 Oct 2015 15:25:58 +0000 (08:25 -0700)]
Merge pull request #1914 from adityamandaleeka/jenkins_enable_unix

Enable Ubuntu x64 Release test runs in CI by default

8 years agoMerge pull request #1908 from adityamandaleeka/fix_exc_lists
Matt Mitchell [Sat, 31 Oct 2015 15:25:42 +0000 (08:25 -0700)]
Merge pull request #1908 from adityamandaleeka/fix_exc_lists

Fix Unix exclusion lists

8 years agoFix build break on Unix
Jan Kotas [Sat, 31 Oct 2015 14:45:50 +0000 (07:45 -0700)]
Fix build break on Unix

[tfs-changeset: 1543814]

8 years agoFix Unix build breaks
Jan Kotas [Sat, 31 Oct 2015 09:47:48 +0000 (02:47 -0700)]
Fix Unix build breaks

[tfs-changeset: 1543811]

8 years agoFix Unix build break
Jan Kotas [Sat, 31 Oct 2015 01:08:23 +0000 (18:08 -0700)]
Fix Unix build break

[tfs-changeset: 1543757]

8 years agoFix Unix build break
Jan Kotas [Fri, 30 Oct 2015 23:45:04 +0000 (16:45 -0700)]
Fix Unix build break

[tfs-changeset: 1543746]

8 years agoChange 'Linux' to 'Ubuntu' in CI run names and triggers
Aditya Mandaleeka [Fri, 30 Oct 2015 23:27:52 +0000 (16:27 -0700)]
Change 'Linux' to 'Ubuntu' in CI run names and triggers

8 years agoMerge pull request #1906 from LLITCHEV/Issue1831
Lubomir Litchev [Fri, 30 Oct 2015 23:22:34 +0000 (16:22 -0700)]
Merge pull request #1906 from LLITCHEV/Issue1831

Fix for GH issue #1884.

8 years agoEnable Unix x64 Release runs in CI by default
Aditya Mandaleeka [Fri, 30 Oct 2015 23:01:34 +0000 (16:01 -0700)]
Enable Unix x64 Release runs in CI by default

8 years agoMerge pull request #1883 from mono/gc-stress-tests
Jan Kotas [Fri, 30 Oct 2015 22:49:48 +0000 (15:49 -0700)]
Merge pull request #1883 from mono/gc-stress-tests

Make GC stress tests cross platform

8 years agoMerge pull request #1903 from jashook/master
Jan Kotas [Fri, 30 Oct 2015 22:48:43 +0000 (15:48 -0700)]
Merge pull request #1903 from jashook/master

Remove redefinition of new and delete in alloc.h

8 years agoMerge pull request #1852 from botaberg/fixsyntaxx86
Jan Kotas [Fri, 30 Oct 2015 22:47:49 +0000 (15:47 -0700)]
Merge pull request #1852 from botaberg/fixsyntaxx86

Fix syntax error on x86

8 years agoMerge pull request #1888 from JohnChen0/master
Jan Kotas [Fri, 30 Oct 2015 22:44:53 +0000 (15:44 -0700)]
Merge pull request #1888 from JohnChen0/master

Modify Platform ID of Linux NIs (issue #1035)

8 years agoDisable MarshalBoolArray test on Unix temporarily
Aditya Mandaleeka [Fri, 30 Oct 2015 22:17:56 +0000 (15:17 -0700)]
Disable MarshalBoolArray test on Unix temporarily

8 years agoFix paths in Unix exclusion lists broken by recent test changes
Aditya Mandaleeka [Fri, 30 Oct 2015 22:15:02 +0000 (15:15 -0700)]
Fix paths in Unix exclusion lists broken by recent test changes

8 years agoMerge pull request #1891 from wtgodbe/failingPinvokes
William Godbe [Fri, 30 Oct 2015 22:08:31 +0000 (15:08 -0700)]
Merge pull request #1891 from wtgodbe/failingPinvokes

Disabled tests failing on Pinvoke to Kernel32.dll on Linux

8 years agoRemove redefinition of new and delete in alloc.h
Jarret Shook [Fri, 30 Oct 2015 20:40:12 +0000 (13:40 -0700)]
Remove redefinition of new and delete in alloc.h

VS 2015 RC 1 causes a breaking build with redefining new and delete as
static functions. Removing the static will cause link errors with other
redefined new and delete operators. These functions are redefined to just
assertonly in debug.

8 years agoFix for GH issue #1884.
Lubomir Litchev [Fri, 30 Oct 2015 05:50:55 +0000 (22:50 -0700)]
Fix for GH issue #1884.

The fgCanFastTailCall was not incrementing the callee arg number for the
second register passed eightbyte of a struct.

8 years agoFix Unix build break
Jan Kotas [Fri, 30 Oct 2015 05:27:00 +0000 (22:27 -0700)]
Fix Unix build break

[tfs-changeset: 1543525]

8 years agoMerge pull request #1898 from dotnet/reloc-type
Jan Kotas [Fri, 30 Oct 2015 04:17:42 +0000 (21:17 -0700)]
Merge pull request #1898 from dotnet/reloc-type

Fix reloc type in the absence of reloc hint

8 years agoFix Unix build break
Jan Kotas [Fri, 30 Oct 2015 04:15:36 +0000 (21:15 -0700)]
Fix Unix build break

[tfs-changeset: 1543489]

8 years agoMerge pull request #1897 from dotnet-bot/from-tfs
Jan Kotas [Fri, 30 Oct 2015 03:40:19 +0000 (20:40 -0700)]
Merge pull request #1897 from dotnet-bot/from-tfs

Merge changes from TFS

8 years agoPort .NET Framework 4.6.1 changes
Jan Kotas [Fri, 30 Oct 2015 02:09:52 +0000 (19:09 -0700)]
Port .NET Framework 4.6.1 changes

Core runtime and GC changes from https://github.com/Microsoft/dotnet/blob/master/docs/releases/net461/dotnet461-changes.md that are not in CoreCLR yet

[tfs-changeset: 1543382]

8 years agoFix reloc type in the absence of reloc hint
Senthil [Fri, 30 Oct 2015 01:19:06 +0000 (18:19 -0700)]
Fix reloc type in the absence of reloc hint

When Reloc hint is no hint, JIT yields wrong Reloc type. mov eax, offset should yield DIR64 (MOFFSET for amd64) not HIGHLOW (MOFFSET for x86).

8 years agoMerge pull request #1894 from dotnet-bot/from-tfs
Matt Ellis [Thu, 29 Oct 2015 23:42:24 +0000 (16:42 -0700)]
Merge pull request #1894 from dotnet-bot/from-tfs

Merge changes from TFS

8 years agoMerge pull request #1880 from adityamandaleeka/chmod_linux_ci
Aditya Mandaleeka [Thu, 29 Oct 2015 23:13:40 +0000 (16:13 -0700)]
Merge pull request #1880 from adityamandaleeka/chmod_linux_ci

Add chmod +x to individual test scripts in runtest.sh

8 years agoModify crossgen to allow loading NIs during Ready To Run compilation
John Chen [Thu, 29 Oct 2015 21:38:11 +0000 (14:38 -0700)]
Modify crossgen to allow loading NIs during Ready To Run compilation

[tfs-changeset: 1543250]

8 years agoMerge pull request #1893 from LLITCHEV/Issue1831
Lubomir Litchev [Thu, 29 Oct 2015 21:36:05 +0000 (14:36 -0700)]
Merge pull request #1893 from LLITCHEV/Issue1831

Fix putarg_stk for tail call functions.

8 years agoAdd contract for getSystemVAmd64PassStructInRegisterDescriptor
Jan Kotas [Thu, 29 Oct 2015 20:27:34 +0000 (13:27 -0700)]
Add contract for getSystemVAmd64PassStructInRegisterDescriptor

[tfs-changeset: 1543232]

8 years agoMerge pull request #1892 from mmitche/dont-use-git-commit
Matt Mitchell [Thu, 29 Oct 2015 19:12:26 +0000 (12:12 -0700)]
Merge pull request #1892 from mmitche/dont-use-git-commit

Temporarily remove GIT_COMMIT capture and passing

8 years agoTemporarily remove GIT_COMMIT capture and passing
Matt Mitchell [Thu, 29 Oct 2015 19:00:12 +0000 (12:00 -0700)]
Temporarily remove GIT_COMMIT capture and passing

It looks like the previous build's GIT_COMMIT is being passed instead of the current, which is causing issues.  Disable this for now and add logging so that this can be debugged

8 years agoFix putarg_stk for tail call functions.
Lubomir Litchev [Wed, 28 Oct 2015 06:08:22 +0000 (23:08 -0700)]
Fix putarg_stk for tail call functions.

For tail calls the stack params should replace the current function arg
space and not be placed in the outgoing argument area.

8 years agoMerge pull request #1873 from kangaroo/arm-cleanup
Aditya Mandaleeka [Thu, 29 Oct 2015 18:41:58 +0000 (11:41 -0700)]
Merge pull request #1873 from kangaroo/arm-cleanup

[arm] Clean up a few places where the arm build has bit rotted

8 years agoMerge pull request #1875 from adityamandaleeka/remove_suspension
Aditya Mandaleeka [Thu, 29 Oct 2015 18:37:10 +0000 (11:37 -0700)]
Merge pull request #1875 from adityamandaleeka/remove_suspension

Initial removal of thread suspension code from PAL

8 years agoDisabled tests failing on Pinvoke to Kernel32.dll on Linux
William Godbe [Thu, 29 Oct 2015 17:32:21 +0000 (10:32 -0700)]
Disabled tests failing on Pinvoke to Kernel32.dll on Linux

8 years agoMake GC stress tests cross platform
Ludovic Henry [Wed, 28 Oct 2015 12:24:29 +0000 (12:24 +0000)]
Make GC stress tests cross platform

8 years agoModify Platform ID of Linux NIs (issue #1035)
John Chen [Thu, 29 Oct 2015 05:06:35 +0000 (22:06 -0700)]
Modify Platform ID of Linux NIs (issue #1035)

8 years agoMerge pull request #1887 from dotnet-bot/from-tfs
Matt Ellis [Thu, 29 Oct 2015 00:34:56 +0000 (17:34 -0700)]
Merge pull request #1887 from dotnet-bot/from-tfs

Merge changes from TFS

8 years agoSwitch to corefx directory before running find command
Aditya Mandaleeka [Thu, 29 Oct 2015 00:18:36 +0000 (17:18 -0700)]
Switch to corefx directory before running find command

8 years agoExpose Environment.Exit in mscorlib.dll.
Pallavi Taneja [Wed, 28 Oct 2015 19:51:36 +0000 (12:51 -0700)]
Expose Environment.Exit in mscorlib.dll.

This will later be consumed by the System.Runtime.Extensions contract.

[tfs-changeset: 1542759]

8 years ago[arm] Fix context accessor function naming
Geoff Norton [Wed, 28 Oct 2015 19:03:48 +0000 (19:03 +0000)]
[arm] Fix context accessor function naming

8 years agoMerge pull request #1882 from bryanar/pr1-test-fix
Bryan P. Arant [Wed, 28 Oct 2015 14:46:14 +0000 (07:46 -0700)]
Merge pull request #1882 from bryanar/pr1-test-fix

Fix for run-only pr1 tests.

8 years agoFix for run-only pr1 tests.
Bryan Arant [Wed, 28 Oct 2015 08:39:05 +0000 (01:39 -0700)]
Fix for run-only pr1 tests.

8 years agoMerge pull request #1876 from stephentoub/local_realloc
Jan Vorlicek [Wed, 28 Oct 2015 00:59:26 +0000 (17:59 -0700)]
Merge pull request #1876 from stephentoub/local_realloc

Implement LocalReAlloc in PAL

8 years agoAdd chmod +x to individual test scripts in runtest.sh
Aditya Mandaleeka [Tue, 27 Oct 2015 23:21:49 +0000 (16:21 -0700)]
Add chmod +x to individual test scripts in runtest.sh

8 years agoMerge pull request #1878 from janvorli/fix-ex-try
Jan Vorlicek [Tue, 27 Oct 2015 23:10:09 +0000 (16:10 -0700)]
Merge pull request #1878 from janvorli/fix-ex-try

Add missing exception holder to EX_TRY

8 years agoAdd missing exception holder to EX_TRY
Jan Vorlicek [Tue, 27 Oct 2015 17:30:58 +0000 (10:30 -0700)]
Add missing exception holder to EX_TRY

When the exception handling was changed recently, the exception holder
was added only to PAL_TRY / PAL_EXCEPT macros. But it needs to be
in the EX_TRY as well, otherwise first pass of exception handling
would incorrectly consider some exceptions unhandled.

8 years ago[arm] Fix the debug build as well
Geoff Norton [Tue, 27 Oct 2015 20:20:08 +0000 (20:20 +0000)]
[arm] Fix the debug build as well

8 years agoImplement CoTaskMemRealloc in PAL
stephentoub [Tue, 27 Oct 2015 16:48:10 +0000 (12:48 -0400)]
Implement CoTaskMemRealloc in PAL

Also implement CoTaskMemRealloc in PAL, as it's exposed via the public Marshal.CoTaskMemRealloc.

8 years ago[arm] Clean up a few places where the arm build has bit rotted
Geoff Norton [Mon, 26 Oct 2015 22:23:31 +0000 (22:23 +0000)]
[arm] Clean up a few places where the arm build has bit rotted

8 years agoImplement LocalReAlloc in PAL
stephentoub [Tue, 27 Oct 2015 03:03:04 +0000 (23:03 -0400)]
Implement LocalReAlloc in PAL

Marshal.ReAllocHGlobal is failing because it's expecting to find a LocalReAlloc implementation in libcoreclr's PAL.  This commit adds one.

8 years agoMerge pull request #1868 from JohnChen0/crossgen-linux
John Chen [Tue, 27 Oct 2015 15:51:37 +0000 (08:51 -0700)]
Merge pull request #1868 from JohnChen0/crossgen-linux

Fix a CrossGen assert on Linux

8 years agoRemove SuspendThread and SetThreadContext PAL tests.
Aditya Mandaleeka [Mon, 26 Oct 2015 23:11:01 +0000 (16:11 -0700)]
Remove SuspendThread and SetThreadContext PAL tests.

8 years agoRemove unneeded includes and error in threadsusp.cpp
Aditya Mandaleeka [Mon, 26 Oct 2015 22:42:45 +0000 (15:42 -0700)]
Remove unneeded includes and error in threadsusp.cpp

8 years agoRemove THREADMarkDiagnostic and its uses.
Aditya Mandaleeka [Mon, 26 Oct 2015 21:47:49 +0000 (14:47 -0700)]
Remove THREADMarkDiagnostic and its uses.

8 years agoRemove THREADHandleSuspendNative and THREADHandleResumeNative
Aditya Mandaleeka [Sat, 24 Oct 2015 01:34:59 +0000 (18:34 -0700)]
Remove THREADHandleSuspendNative and THREADHandleResumeNative

8 years agoSet dwSuspendCount when resuming in pipe case
Aditya Mandaleeka [Sat, 24 Oct 2015 01:32:08 +0000 (18:32 -0700)]
Set dwSuspendCount when resuming in pipe case

8 years agoDisable USE_SIGNALS_FOR_THREAD_SUSPENSION
Aditya Mandaleeka [Sat, 24 Oct 2015 01:30:20 +0000 (18:30 -0700)]
Disable USE_SIGNALS_FOR_THREAD_SUSPENSION

8 years agoMake InjectActivationInternal on OS X use platform thread suspension
Aditya Mandaleeka [Fri, 23 Oct 2015 23:15:50 +0000 (16:15 -0700)]
Make InjectActivationInternal on OS X use platform thread suspension

8 years agoRemove InternalSuspendThreadFromData and IsSuspensionStateSafe
Aditya Mandaleeka [Fri, 23 Oct 2015 23:10:36 +0000 (16:10 -0700)]
Remove InternalSuspendThreadFromData and IsSuspensionStateSafe

8 years agoRemove dwUnsafeRegionCount and dwSuspCount
Aditya Mandaleeka [Fri, 23 Oct 2015 22:49:49 +0000 (15:49 -0700)]
Remove dwUnsafeRegionCount and dwSuspCount

8 years agoRemove SuspendThread and associated code.
Aditya Mandaleeka [Fri, 23 Oct 2015 21:41:41 +0000 (14:41 -0700)]
Remove SuspendThread and associated code.

8 years agoRemove unused function IsAssertShutdownSafe
Aditya Mandaleeka [Fri, 23 Oct 2015 21:27:42 +0000 (14:27 -0700)]
Remove unused function IsAssertShutdownSafe

8 years agoRemove unused function PROCCondemnOtherThreads
Aditya Mandaleeka [Fri, 23 Oct 2015 07:21:10 +0000 (00:21 -0700)]
Remove unused function PROCCondemnOtherThreads

8 years agoRemove PROCSuspendOtherThreads
Aditya Mandaleeka [Fri, 23 Oct 2015 07:19:51 +0000 (00:19 -0700)]
Remove PROCSuspendOtherThreads

8 years agoRemove Enter/LeaveUnsafeRegion
Aditya Mandaleeka [Fri, 23 Oct 2015 06:49:43 +0000 (23:49 -0700)]
Remove Enter/LeaveUnsafeRegion

8 years agoDisable apithreadstress when STRESS_THREAD is not enabled
Aditya Mandaleeka [Fri, 23 Oct 2015 06:20:47 +0000 (23:20 -0700)]
Disable apithreadstress when STRESS_THREAD is not enabled

8 years agoMerge pull request #1862 from LLITCHEV/Issue1831
Lubomir Litchev [Mon, 26 Oct 2015 17:15:18 +0000 (10:15 -0700)]
Merge pull request #1862 from LLITCHEV/Issue1831

Fixed the bug described in GH issue 1831.

8 years agoFix a CrossGen assert on Linux
John Chen [Mon, 26 Oct 2015 15:48:06 +0000 (08:48 -0700)]
Fix a CrossGen assert on Linux

Resource string loading during CrossGen doesn't work on Linux.
Disable it for now. In many cases the loaded string isn't even used.

8 years agoMerge pull request #1229 from benpye/fix-complus-case-docs
Matt Ellis [Mon, 26 Oct 2015 04:31:58 +0000 (21:31 -0700)]
Merge pull request #1229 from benpye/fix-complus-case-docs

Fix casing of COMPlus_ in documentation

8 years agoMerge pull request #1867 from dotnet-bot/from-tfs
Jan Kotas [Mon, 26 Oct 2015 03:30:38 +0000 (20:30 -0700)]
Merge pull request #1867 from dotnet-bot/from-tfs

Merge changes from TFS

8 years agoFix for a build break. The gtNewOperNode is not a member of Lowering, but of Compiler...
Lubomir Litchev [Mon, 26 Oct 2015 01:19:27 +0000 (18:19 -0700)]
Fix for a build break. The gtNewOperNode is not a member of Lowering, but of Compiler. An extra comp-> dereferencing is needed. Talked to Matt Ellis and committing directly to avoid nightly broken build.

[tfs-changeset: 1541493]

8 years agoMerge pull request #1866 from dotnet-bot/from-tfs
Matt Ellis [Mon, 26 Oct 2015 00:29:52 +0000 (17:29 -0700)]
Merge pull request #1866 from dotnet-bot/from-tfs

Merge changes from TFS

8 years agoMerge pull request #1851 from ellismg/icu-remove-c-plus-plus
Matt Ellis [Mon, 26 Oct 2015 00:29:03 +0000 (17:29 -0700)]
Merge pull request #1851 from ellismg/icu-remove-c-plus-plus

Remove OSX Homebrew ICU dependency

8 years agoFix build break.
Matt Ellis [Sun, 25 Oct 2015 21:00:24 +0000 (14:00 -0700)]
Fix build break.

Wrong local name used in lowerarm64.cpp

[tfs-changeset: 1541475]

8 years agoMerge pull request #1861 from dotnet-bot/from-tfs
Matt Ellis [Sat, 24 Oct 2015 08:27:09 +0000 (01:27 -0700)]
Merge pull request #1861 from dotnet-bot/from-tfs

Merge changes from TFS

8 years agoFixed the bug described in GH issue 1831.
Lubomir Litchev [Fri, 23 Oct 2015 18:47:19 +0000 (11:47 -0700)]
Fixed the bug described in GH issue 1831.

When generating unboxing function, if the return value is nullables
returned in 2 registers, creating the temp var to pass to the
helper function is not enough. Also need to make sure the operand type
stack is properly maintained.

8 years agoMerge pull request #1857 from ramarag/testhygiene
Rama krishnan Raghupathy [Sat, 24 Oct 2015 01:59:28 +0000 (18:59 -0700)]
Merge pull request #1857 from ramarag/testhygiene

Ensure each test has its own unique directory

8 years agoTest Cleanup:
Rama Krishnan Raghupathy [Fri, 23 Oct 2015 21:39:25 +0000 (14:39 -0700)]
Test Cleanup:

1. Ensures each test has its own unique directory
2. Use Project Reference to refer native CMakeLists.txt
3. Avoids copying the facades to the test  build

8 years agoMerge pull request #1818 from gkhanna79/Fix1774
Gaurav Khanna [Fri, 23 Oct 2015 22:52:07 +0000 (15:52 -0700)]
Merge pull request #1818 from gkhanna79/Fix1774

Fix Unix CoreConsole to correctly determine the path to the entrypoint executable

8 years agoCleanup CMakeLists.txt
Matt Ellis [Fri, 23 Oct 2015 21:24:13 +0000 (14:24 -0700)]
Cleanup CMakeLists.txt

There were a few problems that needed to be addressed:

 - Our detection logic around testing if ICU supported a feature was
   still checking for C++ stuff instead of the coresponding C
   code (which we ended up using).

 - There was some cleanup we could do now that the OSX and other Unix
   builds were split apart

8 years agoFix spelling issues
Matt Ellis [Fri, 23 Oct 2015 21:23:55 +0000 (14:23 -0700)]
Fix spelling issues

8 years agoAddress a messaging nit.
Gaurav Khanna [Fri, 23 Oct 2015 21:13:59 +0000 (14:13 -0700)]
Address a messaging nit.

8 years agoFix issue 1774
Gaurav Khanna [Mon, 19 Oct 2015 05:18:43 +0000 (22:18 -0700)]
Fix issue 1774

8 years agoMerge pull request #1858 from caslan/addcriticalsectionexports
Cagri Aslan [Fri, 23 Oct 2015 16:47:35 +0000 (09:47 -0700)]
Merge pull request #1858 from caslan/addcriticalsectionexports

Add EnterCriticalSection / LeaveCriticalSection exports to libcoreclr

8 years agoUse correct close function for UNumberFormat
Matt Ellis [Fri, 23 Oct 2015 07:55:23 +0000 (00:55 -0700)]
Use correct close function for UNumberFormat

8 years agoAdd EnterCriticalSection / LeaveCriticalSection exports to libcoreclr
Cagri [Fri, 23 Oct 2015 06:59:38 +0000 (23:59 -0700)]
Add EnterCriticalSection / LeaveCriticalSection exports to libcoreclr

8 years agoMerge pull request #1834 from Priya91/fixnull
Lakshmi Priya [Fri, 23 Oct 2015 03:33:47 +0000 (20:33 -0700)]
Merge pull request #1834 from Priya91/fixnull

Add null checks to StackString usages.

8 years agoMerge pull request #1854 from janvorli/fix-comment
Aditya Mandaleeka [Fri, 23 Oct 2015 02:17:17 +0000 (19:17 -0700)]
Merge pull request #1854 from janvorli/fix-comment

Fix obsolete comment

8 years agoAdd null checks to StackString usages.
Lakshmi Priya Sekar [Thu, 22 Oct 2015 03:37:06 +0000 (20:37 -0700)]
Add null checks to StackString usages.

8 years agoMerge pull request #1832 from bryanar/enable_crossgen_tests
Bryan P. Arant [Fri, 23 Oct 2015 01:15:39 +0000 (18:15 -0700)]
Merge pull request #1832 from bryanar/enable_crossgen_tests

- Changes required to enable crossgen on the tests.
- Added priority level parameter to buildtest.cmd
- Added crossgen parameter to buildtest.cmd
- Updated testing documentation to reflect prioritylevel testing, and crossgen testing.

8 years agoFix obsolete comment
Jan Vorlicek [Fri, 23 Oct 2015 01:15:35 +0000 (18:15 -0700)]
Fix obsolete comment

8 years agoUse std::vector instead of calloc
Matt Ellis [Fri, 23 Oct 2015 00:46:54 +0000 (17:46 -0700)]
Use std::vector instead of calloc

This matches what we do in other places in calendarData.cpp, the RAII
pattern will make it easier to not leak memory.

8 years agoMerge pull request #1850 from dotnet-bot/from-tfs
Matt Ellis [Fri, 23 Oct 2015 00:42:48 +0000 (17:42 -0700)]
Merge pull request #1850 from dotnet-bot/from-tfs

Merge changes from TFS

8 years agoMerge pull request #1849 from janvorli/fix-fp-registers-offset
Jan Vorlicek [Thu, 22 Oct 2015 23:52:57 +0000 (16:52 -0700)]
Merge pull request #1849 from janvorli/fix-fp-registers-offset

Fix floatingpoint register offsets in TransitionBlock for Unix

8 years ago[adityam] Fix break in DllImport code for Desktop CLR.
Rama Krishnan Raghupathy [Thu, 22 Oct 2015 23:19:25 +0000 (16:19 -0700)]
[adityam] Fix break in DllImport code for Desktop CLR.

[tfs-changeset: 1540922]