repo_name stringclasses 6
values | pr_number int64 512 78.9k | pr_title stringlengths 3 144 | pr_description stringlengths 0 30.3k | author stringlengths 2 21 | date_created timestamp[ns, tz=UTC] | date_merged timestamp[ns, tz=UTC] | previous_commit stringlengths 40 40 | pr_commit stringlengths 40 40 | query stringlengths 17 30.4k | filepath stringlengths 9 210 | before_content stringlengths 0 112M | after_content stringlengths 0 112M | label int64 -1 1 |
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Speech/src/Recognition/SrgsGrammar/SrgsOneOf.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Speech.Internal;
using System.Speech.Internal.SrgsParser;
using System.Text;
using System.Xml;
namespace... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.ObjectModel;
using System.Diagnostics;
using System.Speech.Internal;
using System.Speech.Internal.SrgsParser;
using System.Text;
using System.Xml;
namespace... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/Regression/JitBlue/GitHub_27279/GitHub_27279.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.CompilerServices;
class GitHub_27279
{
unsafe static int Main()
{
bool res = Unsafe.IsAddressLessThan(ref Unsafe.AsRef<byte>((void*... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.CompilerServices;
class GitHub_27279
{
unsafe static int Main()
{
bool res = Unsafe.IsAddressLessThan(ref Unsafe.AsRef<byte>((void*... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/X86/Avx2/InsertVector128.Int64.1.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.IO.Packaging/src/System/IO/Packaging/PackagePartCollection.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
namespace System.IO.Packaging
{
/// <summary>
/// This class is used to g... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
namespace System.IO.Packaging
{
/// <summary>
/// This class is used to g... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/tools/Common/CommandLine/CommandLineException.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
namespace Internal.CommandLine
{
internal class CommandLineException : Exception
{
public CommandLineException(string message)
: base(messa... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
namespace Internal.CommandLine
{
internal class CommandLineException : Exception
{
public CommandLineException(string message)
: base(messa... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Linq.Expressions/tests/ILReader/ILReader.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// Code adapted from https://blogs.msdn.microsoft.com/haibo_luo/2010/04/19/ilvisualizer-2010-solution
using System.Collections;
using System.Collections.Generic;
using System.Reflec... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// Code adapted from https://blogs.msdn.microsoft.com/haibo_luo/2010/04/19/ilvisualizer-2010-solution
using System.Collections;
using System.Collections.Generic;
using System.Reflec... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/jit64/valuetypes/nullable/box-unbox/enum/box-unbox-enum001.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="box-unbox-enum001.cs" />
<Compile Include="..\structdef.cs" />
... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="box-unbox-enum001.cs" />
<Compile Include="..\structdef.cs" />
... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/nativeaot/Runtime.Base/src/System/Runtime/InteropServices/CallingConvention.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Runtime.InteropServices
{
// Used for the CallingConvention named argument to the DllImport and UnmanagedCallersOnly attribute
public enum CallingConvention
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Runtime.InteropServices
{
// Used for the CallingConvention named argument to the DllImport and UnmanagedCallersOnly attribute
public enum CallingConvention
... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/General/Vector64/ConditionalSelect.Int32.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/CollectionsMarshal.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
namespace System.Runtime.InteropServices
{
/// <summary>
/// An unsafe class that provides a set of methods to access the underlying data r... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
namespace System.Runtime.InteropServices
{
/// <summary>
/// An unsafe class that provides a set of methods to access the underlying data r... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/mono/mono/tests/threadpool-in-processexit.cs | using System;
using System.Threading;
class Program
{
static AutoResetEvent mre = new AutoResetEvent(false);
static void Main ()
{
AppDomain.CurrentDomain.ProcessExit += SomeEndOfProcessAction;
}
static void SomeEndOfProcessAction(object sender, EventArgs args)
{
ThreadPool.QueueUserWorkItem (new WaitCallb... | using System;
using System.Threading;
class Program
{
static AutoResetEvent mre = new AutoResetEvent(false);
static void Main ()
{
AppDomain.CurrentDomain.ProcessExit += SomeEndOfProcessAction;
}
static void SomeEndOfProcessAction(object sender, EventArgs args)
{
ThreadPool.QueueUserWorkItem (new WaitCallb... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Net.Http/src/System/Net/Http/SocketsHttpHandler/Http2StreamWindowManager.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
namespace System.Net.Http
{
internal sealed partial class Http2Connection
{
// Mainta... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
using System.Threading;
using System.Threading.Tasks;
namespace System.Net.Http
{
internal sealed partial class Http2Connection
{
// Mainta... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Data.OleDb/src/System/Data/Common/NameValuePair.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
namespace System.Data.Common
{
internal sealed class NameValuePair
{
private readonly string _name;
private readonly string? _value... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
namespace System.Data.Common
{
internal sealed class NameValuePair
{
private readonly string _name;
private readonly string? _value... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/Performance/CodeQuality/Math/Functions/Single/Atan2Single.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
namespace Functions
{
public static partial class MathTests
{
// Tests MathF.Atan2(float, float) over 5000 iterations for the domain y: -1, +1; x: +1, ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
namespace Functions
{
public static partial class MathTests
{
// Tests MathF.Atan2(float, float) over 5000 iterations for the domain y: -1, +1; x: +1, ... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Private.CoreLib/src/System/Globalization/Ordinal.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
using System.Text.Unicode;
using System.Runtime.CompilerServices;
namespace System.Globalization
{
internal static partial class Ordinal
{
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
using System.Text.Unicode;
using System.Runtime.CompilerServices;
namespace System.Globalization
{
internal static partial class Ordinal
{
... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/Regression/Dev11/External/Dev11_243742/app.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compi... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compi... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Text.Json/src/System/Text/Json/Writer/Utf8JsonWriter.WriteValues.Literal.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
namespace System.Text.Json
{
public sealed partial class Utf8JsonWriter
{
/// <summary>
/// Writes the JSON literal "null" as an el... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
namespace System.Text.Json
{
public sealed partial class Utf8JsonWriter
{
/// <summary>
/// Writes the JSON literal "null" as an el... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Linq.Queryable/src/System/Linq/Queryable.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq.Expressions;
namespace System.Linq
{
public static class Que... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq.Expressions;
namespace System.Linq
{
public static class Que... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.DirectoryServices.AccountManagement/src/System/DirectoryServices/AccountManagement/ValueCollection.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Diagnostics;
using System.Collections;
using System.Collections.Generic;
namespace System.DirectoryServices.AccountManagement
{
public class Principal... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Diagnostics;
using System.Collections;
using System.Collections.Generic;
namespace System.DirectoryServices.AccountManagement
{
public class Principal... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/Loader/classloader/generics/GenericMethods/VSW491668.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// test has a generic type with 10,000 generic type arguments and a generic method with 10,000 generic type arguments.
// VSW 491668
using System;
public class Test_VSW491668
{
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// test has a generic type with 10,000 generic type arguments and a generic method with 10,000 generic type arguments.
// VSW 491668
using System;
public class Test_VSW491668
{
... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Net.Http/src/System/Net/Http/Headers/HttpHeaders.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.CompilerServices;
using System.Runti... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections;
using System.Collections.Generic;
using System.Diagnostics;
using System.Diagnostics.CodeAnalysis;
using System.Runtime.CompilerServices;
using System.Runti... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/Regression/JitBlue/GitHub_23545/GitHub_23545.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
namespace GitHub_23545
{
public struct TestStruct
{
public int value1;
public override string ToString()
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
namespace GitHub_23545
{
public struct TestStruct
{
public int value1;
public override string ToString()
... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Runtime.InteropServices/src/System/Runtime/InteropServices/ComTypes/IEnumFormatETC.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.ComponentModel;
namespace System.Runtime.InteropServices.ComTypes
{
/// <summary>
/// The IEnumFORMATETC interface is used to enumerate an array of FORMATET... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.ComponentModel;
namespace System.Runtime.InteropServices.ComTypes
{
/// <summary>
/// The IEnumFORMATETC interface is used to enumerate an array of FORMATET... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/tools/Common/TypeSystem/Interop/IL/NativeStructType.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using Debug = System.Diagnostics.Debug;
namespace Internal.TypeSystem.Interop
{
public partial class NativeStructType : MetadataT... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections.Generic;
using Debug = System.Diagnostics.Debug;
namespace Internal.TypeSystem.Interop
{
public partial class NativeStructType : MetadataT... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/Interop/StringMarshalling/LPSTR/LPSTRTest.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.InteropServices;
using System;
using System.Reflection;
using System.Text;
using Xunit;
class LPStrTest
{
public static int Main()
{
try
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.InteropServices;
using System;
using System.Reflection;
using System.Text;
using Xunit;
class LPStrTest
{
public static int Main()
{
try
... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/General/Vector128/Multiply.UInt32.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/CodeGenBringUpTests/DblMul_ro.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="DblMul.cs" />
</ItemGroup>
</Projec... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="DblMul.cs" />
</ItemGroup>
</Projec... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/Methodical/MDArray/DataTypes/long_cs_ro.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="long.cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="long.cs" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.IO/tests/BinaryWriter/BinaryWriter.EncodingTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Numerics;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
using Xunit;
namespace System.IO.Tests
{
public class BinaryWriter_Encod... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Numerics;
using System.Reflection;
using System.Runtime.InteropServices;
using System.Text;
using Xunit;
namespace System.IO.Tests
{
public class BinaryWriter_Encod... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Net.NetworkInformation/src/System/Net/NetworkInformation/BsdIPGlobalProperties.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.Versioning;
namespace System.Net.NetworkInformation
{
internal sealed class BsdIPGlobalProperties : UnixIPGlobalProperties
{
private unsafe TcpC... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.Versioning;
namespace System.Net.NetworkInformation
{
internal sealed class BsdIPGlobalProperties : UnixIPGlobalProperties
{
private unsafe TcpC... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/opt/ForwardSub/switchWithSideEffects.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<DebugType />
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<DebugType />
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/General/Vector64/Negate.UInt32.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Private.CoreLib/src/System/Runtime/Versioning/ComponentGuaranteesOptions.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Runtime.Versioning
{
[Flags]
public enum ComponentGuaranteesOptions
{
None = 0,
Exchange = 0x1,
Stable = 0x2,
SideBySide ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Runtime.Versioning
{
[Flags]
public enum ComponentGuaranteesOptions
{
None = 0,
Exchange = 0x1,
Stable = 0x2,
SideBySide ... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Net.Primitives/tests/FunctionalTests/IPEndPointParsing.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Net.Sockets;
using Xunit;
namespace System.Net.Primitives.Functional.Tests
{
public class IPEndPointParsing
{
[Theory]... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Net.Sockets;
using Xunit;
namespace System.Net.Primitives.Functional.Tests
{
public class IPEndPointParsing
{
[Theory]... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Numerics.Vectors/tests/PlaneTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Globalization;
using System.Runtime.InteropServices;
using Xunit;
namespace System.Numerics.Tests
{
public class PlaneTests
{
// A test for Equals (Plan... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Globalization;
using System.Runtime.InteropServices;
using Xunit;
namespace System.Numerics.Tests
{
public class PlaneTests
{
// A test for Equals (Plan... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Text.Json/tests/System.Text.Json.Tests/Serialization/EnumConverterTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using Xunit;
namespace System.Text.Json.Serialization.Tests
{
public class EnumConverterTests
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.IO;
using System.Threading.Tasks;
using Xunit;
namespace System.Text.Json.Serialization.Tests
{
public class EnumConverterTests
... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Collections.Specialized/src/System/Collections/Specialized/StringCollection.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Collections.Specialized
{
/// <devdoc>
/// <para>Represents a collection of strings.</para>
/// </devdoc>
[Serializable]
[System.Runtime.Comp... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Collections.Specialized
{
/// <devdoc>
/// <para>Represents a collection of strings.</para>
/// </devdoc>
[Serializable]
[System.Runtime.Comp... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/Common/src/Interop/Unix/System.Native/Interop.GetDefaultTimeZone.Android.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
internal static partial class Interop
{
internal static partial class Sys
{
[GeneratedDllImport(Interop.Libraries... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
internal static partial class Interop
{
internal static partial class Sys
{
[GeneratedDllImport(Interop.Libraries... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/Methodical/cctor/simple/precise1_cs_ro.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="precise1.cs" />
</ItemGroup>
</Project... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="precise1.cs" />
</ItemGroup>
</Project... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/Regression/CLR-x86-JIT/V1-M09/b15783/b15783.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
namespace DefaultNamespace
{
using System;
public class jitbug
{
public static UInt16 f()
{
return UInt16.MaxValue;
}
publ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
namespace DefaultNamespace
{
using System;
public class jitbug
{
public static UInt16 f()
{
return UInt16.MaxValue;
}
publ... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/nativeaot/System.Private.Reflection.Core/src/System/Reflection/Runtime/TypeInfos/NativeFormat/NativeFormatRuntimeGenericParameterTypeInfoForMethods.UnificationKey.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Reflection;
using System.Diagnostics;
using System.Collections.Generic;
using System.Collections.Concurrent;
using System.Reflection.Runtime.General;
using... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Reflection;
using System.Diagnostics;
using System.Collections.Generic;
using System.Collections.Concurrent;
using System.Reflection.Runtime.General;
using... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/Interop/COM/ComWrappers/GlobalInstance/GlobalInstanceTrackerSupportTests_TargetWindows.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<ApplicationManifest>App.manifest</ApplicationManifest>
<UseManagedCOMServer>true</UseManagedCOMServer>
<IsManagedCOMClient>true</IsManagedCOMClient>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants>$(De... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<ApplicationManifest>App.manifest</ApplicationManifest>
<UseManagedCOMServer>true</UseManagedCOMServer>
<IsManagedCOMClient>true</IsManagedCOMClient>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<DefineConstants>$(De... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Security.Cryptography.Xml/tests/TransformTest.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// Unit tests for Transform
//
// Author:
// Sebastien Pouliot <sebastien@ximian.com>
//
// Copyright (C) 2008 Novell, Inc (http://www.novell.com)
using System.IO;
using System.Te... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// Unit tests for Transform
//
// Author:
// Sebastien Pouliot <sebastien@ximian.com>
//
// Copyright (C) 2008 Novell, Inc (http://www.novell.com)
using System.IO;
using System.Te... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/Interop/PInvoke/BestFitMapping/Assembly_False_True/PInvoke_Default.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Char
{
public partial class PInvoke_Default
{
public static void RunTest()
{
RunTest(bestFitMapping: false, throwOnUnmappableChar: true... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace Char
{
public partial class PInvoke_Default
{
public static void RunTest()
{
RunTest(bestFitMapping: false, throwOnUnmappableChar: true... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Collections.Specialized/tests/OrderedDictionary/CaseInsensitiveEqualityComparer.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections;
namespace System.Collections.Specialized.Tests
{
internal sealed class CaseInsensitiveEqualityComparer : IEqualityComparer
{
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Collections;
namespace System.Collections.Specialized.Tests
{
internal sealed class CaseInsensitiveEqualityComparer : IEqualityComparer
{
... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/Common/tests/System/RandomDataGenerator.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Text;
namespace System
{
public class RandomDataGenerator
{
private Random _rand = new Random();
private int? _seed = null;
public int?... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Text;
namespace System
{
public class RandomDataGenerator
{
private Random _rand = new Random();
private int? _seed = null;
public int?... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/Regression/VS-ia64-JIT/M00/b119026/charbug.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
class test
{
static sbyte si8;
static char sc;
static int Main()
{
sbyte i8 = -1;
char c = (char)i8;
System.Console.WriteLine("{0}: {1}", c... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
class test
{
static sbyte si8;
static char sc;
static int Main()
{
sbyte i8 = -1;
char c = (char)i8;
System.Console.WriteLine("{0}: {1}", c... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/General/Vector128/ConvertToUInt64.Double.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Net.Http/tests/UnitTests/Fakes/HttpClientHandler.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Globalization;
using System.Net.Http.Headers;
using System.Threading;
using System.Threading.Tasks;
namespace System.Net.Http
{
pu... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Globalization;
using System.Net.Http.Headers;
using System.Threading;
using System.Threading.Tasks;
namespace System.Net.Http
{
pu... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/X86/Avx2/Shuffle.SByte.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/X86/Avx2_Vector128/Blend.UInt32.85.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/CodeGenBringUpTests/JTrueNeDbl_do.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="JTrueNeDbl.cs" />
</ItemGroup>
</Proje... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="JTrueNeDbl.cs" />
</ItemGroup>
</Proje... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Collections.Immutable/src/System/Collections/Immutable/ImmutableStack_1.Enumerator.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.ComponentModel;
namespace System.Collections.Immutable
{
public sealed partial class ImmutableStack<T>
{
/// <summary>... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.ComponentModel;
namespace System.Collections.Immutable
{
public sealed partial class ImmutableStack<T>
{
/// <summary>... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/ComSourceInterfacesAttribute.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.ComponentModel;
namespace System.Runtime.InteropServices
{
[AttributeUsage(AttributeTargets.Class, Inherited = true)]
[EditorBrowsable(EditorBrowsableState.Neve... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.ComponentModel;
namespace System.Runtime.InteropServices
{
[AttributeUsage(AttributeTargets.Class, Inherited = true)]
[EditorBrowsable(EditorBrowsableState.Neve... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/Regression/JitBlue/Runtime_64657/Runtime_64657.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
public unsafe class Runtime_64657
{
[DllImport("kernel32")]
public static extern b... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Runtime.InteropServices;
using System.Runtime.CompilerServices;
public unsafe class Runtime_64657
{
[DllImport("kernel32")]
public static extern b... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.ComponentModel.Composition/tests/System/Integration/ExportProviderEventTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.ComponentModel.Composition.Factories;
using System.ComponentModel.Composition.Hosting;
using System.ComponentModel.Composition.Primitiv... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.ComponentModel.Composition.Factories;
using System.ComponentModel.Composition.Hosting;
using System.ComponentModel.Composition.Primitiv... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/opt/OSR/livelocalstackalloc.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<DebugType />
<Optimize>True</Optimize>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>
<PropertyGroup>
<CLRTestBatchPreCo... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<DebugType />
<Optimize>True</Optimize>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</ItemGroup>
<PropertyGroup>
<CLRTestBatchPreCo... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Net.NetworkInformation/src/System/Net/NetworkInformation/SystemIPInterfaceStatistics.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Net.NetworkInformation
{
internal sealed class SystemIPInterfaceStatistics : IPInterfaceStatistics
{
private readonly Interop.IpHlpApi.MibIfRow2 _ifR... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Net.NetworkInformation
{
internal sealed class SystemIPInterfaceStatistics : IPInterfaceStatistics
{
private readonly Interop.IpHlpApi.MibIfRow2 _ifR... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/GC/Scenarios/FragMan/fragman.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="fragman.cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<GCStressIncompatible>true</GCStressIncompatible>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="fragman.cs" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/CodeGenBringUpTests/AsgSub1.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
using System;
using System.Runtime.CompilerServices;
public class BringUpTest_AsgSub1
{
const int Pass = 100;
const int Fail = -1;
[MethodImplAttribute(MethodImplOpt... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
//
using System;
using System.Runtime.CompilerServices;
public class BringUpTest_AsgSub1
{
const int Pass = 100;
const int Fail = -1;
[MethodImplAttribute(MethodImplOpt... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Private.CoreLib/src/System/Security/SecureString.Windows.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Security.Cryptography;
namespace System.Security
{
public sealed partial class SecureString
{
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
using System.Runtime.InteropServices;
using System.Security.Cryptography;
namespace System.Security
{
public sealed partial class SecureString
{
... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/Methodical/eh/basics/tryfinally_do.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile I... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile I... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/Arm/Crc32/Crc32_r.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<DebugType>Embedded</DebugType>
<Optimize />
</PropertyGroup>
<ItemGroup>
<Compile Include="ComputeCrc32.Byte.cs" />
<Compile Incl... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup>
<DebugType>Embedded</DebugType>
<Optimize />
</PropertyGroup>
<ItemGroup>
<Compile Include="ComputeCrc32.Byte.cs" />
<Compile Incl... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Data.Odbc/src/System/Data/Odbc/OdbcError.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Data.Odbc
{
[Serializable]
[System.Runtime.CompilerServices.TypeForwardedFrom("System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Data.Odbc
{
[Serializable]
[System.Runtime.CompilerServices.TypeForwardedFrom("System.Data, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.DirectoryServices.Protocols/src/System/DirectoryServices/Protocols/common/DirectoryException.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Text;
using System.Runtime.Serialization;
namespace System.DirectoryServices.Protocols
{
[Serializable]
[System.Runtime.CompilerServices.TypeForwardedFrom("Syst... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Text;
using System.Runtime.Serialization;
namespace System.DirectoryServices.Protocols
{
[Serializable]
[System.Runtime.CompilerServices.TypeForwardedFrom("Syst... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Drawing.Common/tests/PensTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Drawing.Drawing2D;
using System.Reflection;
using Xunit;
namespace System.Drawing.Tests
{
public class PensTests
{
pub... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Drawing.Drawing2D;
using System.Reflection;
using Xunit;
namespace System.Drawing.Tests
{
public class PensTests
{
pub... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector64.SByte.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/General/Vector128/CreateScalar.Byte.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/X86/Sse42.X64/Crc32_ro.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup>
<DebugType>Embedded</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="Crc32.cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup>
<DebugType>Embedded</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="Crc32.cs" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/Regression/Dev11/Dev11_5437/Dev11_5437.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</Item... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</Item... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/X86/Sse2/ShiftRightLogical.Int32.32.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/Regression/JitBlue/DevDiv_816617/DevDiv_816617_do.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="DevDiv_816617.cs" />
</ItemGroup>
</Pr... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="DevDiv_816617.cs" />
</ItemGroup>
</Pr... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/Common/tests/System/Net/Prerequisites/NetCoreServer/Handlers/VersionHandler.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Diagnostics;
using System.IO;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
nam... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Diagnostics;
using System.IO;
using System.Runtime.InteropServices;
using System.Text;
using System.Threading.Tasks;
using Microsoft.AspNetCore.Http;
nam... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/baseservices/exceptions/stackoverflow/stackoverflowtester.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<Optimize>false</Optimize>
<!-- Fails in many GCStress jobs. https://github.com/dotnet/runtime/issues/46279 -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="stacko... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<Optimize>false</Optimize>
<!-- Fails in many GCStress jobs. https://github.com/dotnet/runtime/issues/46279 -->
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="stacko... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Net.Security/tests/FunctionalTests/NegotiateStreamKerberosTest.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net.Sockets;
using System.Net.Test.Common;
using System.Security;
using... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Collections.Generic;
using System.Globalization;
using System.IO;
using System.Linq;
using System.Net.Sockets;
using System.Net.Test.Common;
using System.Security;
using... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/Max.Vector64.UInt32.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/DependencyAnalysis/CodeBasedDependencyAlgorithm.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
using Internal.IL;
using Internal.Text;
using Internal.TypeSystem;
using ILCompiler.DependencyAnalysisFramework;
using ILCompiler.DependencyAnalysis;
usin... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
using Internal.IL;
using Internal.Text;
using Internal.TypeSystem;
using ILCompiler.DependencyAnalysisFramework;
using ILCompiler.DependencyAnalysis;
usin... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.IO.MemoryMappedFiles/src/System/IO/MemoryMappedFiles/MemoryMappedFileOptions.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.IO.MemoryMappedFiles
{
[Flags]
public enum MemoryMappedFileOptions
{
None = 0,
DelayAllocatePages = 0x4000000
}
}
| // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.IO.MemoryMappedFiles
{
[Flags]
public enum MemoryMappedFileOptions
{
None = 0,
DelayAllocatePages = 0x4000000
}
}
| -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.IO.Hashing/tests/NonCryptoHashBaseTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Buffers.Binary;
using System.Threading;
using System.Threading.Tasks;
using Test.IO.Streams;
using Xunit;
namespace System.IO.Hashing.Tests
{
public static class No... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Buffers.Binary;
using System.Threading;
using System.Threading.Tasks;
using Test.IO.Streams;
using Xunit;
namespace System.IO.Hashing.Tests
{
public static class No... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.SByte.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Private.CoreLib/src/System/IO/EncodingCache.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Text;
namespace System.IO
{
internal static class EncodingCache
{
internal static readonly Encoding UTF8NoBOM = new UTF8Encoding(encoderShouldEmitUTF8Id... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Text;
namespace System.IO
{
internal static class EncodingCache
{
internal static readonly Encoding UTF8NoBOM = new UTF8Encoding(encoderShouldEmitUTF8Id... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/Methodical/eh/interactions/gcincatch_r.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="gcincatch.cs" />
</ItemGroup>
<Item... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="gcincatch.cs" />
</ItemGroup>
<Item... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Private.CoreLib/src/System/Reflection/LocalVariableInfo.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
namespace System.Reflection
{
public class LocalVariableInfo
{
public virtual Type LocalType { get { Debug.Fail("type must be set!"); retur... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Diagnostics;
namespace System.Reflection
{
public class LocalVariableInfo
{
public virtual Type LocalType { get { Debug.Fail("type must be set!"); retur... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/Interop/PInvoke/Varargs/VarargsTest.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Security;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
using Xunit;
namespace PInvokeTests
{
class Varar... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.Security;
using System.Collections.Generic;
using System.Text;
using System.Runtime.InteropServices;
using Xunit;
namespace PInvokeTests
{
class Varar... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/X86/Avx2/Max.Byte.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/Microsoft.Win32.Registry/ref/Microsoft.Win32.Registry.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Compile Include="Microsoft.Win32.Registry.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(LibrariesProjectRoot)System... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<TargetFramework>$(NetCoreAppCurrent)</TargetFramework>
<Nullable>enable</Nullable>
</PropertyGroup>
<ItemGroup>
<Compile Include="Microsoft.Win32.Registry.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="$(LibrariesProjectRoot)System... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/RuntimeInformation.Browser.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Runtime.InteropServices
{
public static partial class RuntimeInformation
{
public static string OSDescription => "Browser";
public static Ar... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
namespace System.Runtime.InteropServices
{
public static partial class RuntimeInformation
{
public static string OSDescription => "Browser";
public static Ar... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/Regression/VS-ia64-JIT/V1.2-M01/b19112/b19112a.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="divbyte.cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="divbyte.cs" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/opt/Devirtualization/GitHub_50492.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.CompilerServices;
using System.Threading;
class Base
{
public virtual int Test(Base b1, Base b2, bool p) => 0;
public virtual int Foo() => 1;
}
class ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System.Runtime.CompilerServices;
using System.Threading;
class Base
{
public virtual int Test(Base b1, Base b2, bool p) => 0;
public virtual int Foo() => 1;
}
class ... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Collections.Specialized/tests/NameValueCollection/NameValueCollection.GetKeyTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using Xunit;
namespace System.Collections.Specialized.Tests
{
public class NameValueCollectionGetKeyTests
{
[Theory]
[InlineData(0)]
[InlineData(5)]
... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using Xunit;
namespace System.Collections.Specialized.Tests
{
public class NameValueCollectionGetKeyTests
{
[Theory]
[InlineData(0)]
[InlineData(5)]
... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/Methodical/int64/unsigned/ldc_mulovf_ro.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="ldc_mulovf.cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="ldc_mulovf.cs" />
</ItemGroup>
</Project>
| -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Memory/tests/Memory/CtorArray.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using Xunit;
namespace System.MemoryTests
{
//
// Tests for Memory<T>.ctor(T[])
//
// These tests will also exercise the matching codepaths in Memory<T>.ctor(T[], in... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using Xunit;
namespace System.MemoryTests
{
//
// Tests for Memory<T>.ctor(T[])
//
// These tests will also exercise the matching codepaths in Memory<T>.ctor(T[], in... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/General/Vector128_1/op_BitwiseAnd.UInt32.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/HardwareIntrinsics/General/Vector128/LessThanOrEqualAll.Int32.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/******************************************************************************
* This file is auto-generated from a template file by the GenerateTests.csx *
* script in tests\src... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/pal/tests/palsuite/c_runtime/isxdigit/test1/test1.cpp | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*============================================================================
**
** Source: test1.c
**
** Purpose: Run through every possible character. For each time that
** isx... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
/*============================================================================
**
** Source: test1.c
**
** Purpose: Run through every possible character. For each time that
** isx... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Security.Permissions/System.Security.Permissions.sln | Microsoft Visual Studio Solution File, Format Version 12.00
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestUtilities", "..\Common\tests\TestUtilities\TestUtilities.csproj", "{74374CDE-23F8-4041-8F94-D5CBC23735C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Win32.SystemEvents", ... | Microsoft Visual Studio Solution File, Format Version 12.00
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestUtilities", "..\Common\tests\TestUtilities\TestUtilities.csproj", "{74374CDE-23F8-4041-8F94-D5CBC23735C6}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Win32.SystemEvents", ... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/tests/JIT/Directed/forceinlining/LargeNumberOfArgs.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoStandardLib>Tr... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. -->
<DebugType>PdbOnly</DebugType>
<NoStandardLib>Tr... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/coreclr/vm/i386/gmsasm.S | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
.intel_syntax noprefix
#include "unixasmmacros.inc"
#include "asmconstants.h"
// int __fastcall LazyMachStateCaptureState(struct LazyMachState *pState);
LEAF_ENTRY LazyMachStateCapt... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
.intel_syntax noprefix
#include "unixasmmacros.inc"
#include "asmconstants.h"
// int __fastcall LazyMachStateCaptureState(struct LazyMachState *pState);
LEAF_ENTRY LazyMachStateCapt... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/libraries/System.Runtime/tests/System/IO/DirectoryNotFoundExceptionTests.cs | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.IO;
using Xunit;
using System.Tests;
namespace System.IO.Tests
{
public static class DirectoryNotFoundExceptionTests
{
[Fact]
publ... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
using System;
using System.IO;
using Xunit;
using System.Tests;
namespace System.IO.Tests
{
public static class DirectoryNotFoundExceptionTests
{
[Fact]
publ... | -1 |
dotnet/runtime | 66,084 | Add support for static virtual methods | Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original purpose at some point, but I think we ca... | MichalStrehovsky | 2022-03-02T14:32:50Z | 2022-03-03T07:30:19Z | 7b83da5eb2bb247e400d2b8f66bea79c41332db8 | 8dcfacbdec618924f36a95688173a7c1c101592f | Add support for static virtual methods. Took the type system changes from #54063 and cleaned them up, added unit tests.
Hooked it up into JitInterface/ResolveConstraintMethodApprox. Using the pre-existing `ConstrainedMethodUseLookupResult` that wasn't currently getting emitted. We'll want to use it for its original ... | ./src/mono/mono/tests/generic-type-builder.2.cs | /* This test case is taken verbatim from the corlib test suite. The
* reason we need it here, too, is that the corlib tests don't run
* with generic code sharing enabled for all code. Once that is
* enabled by default in Mono, this test should be removed from the
* runtime test suite.
*/
using System;
using Sys... | /* This test case is taken verbatim from the corlib test suite. The
* reason we need it here, too, is that the corlib tests don't run
* with generic code sharing enabled for all code. Once that is
* enabled by default in Mono, this test should be removed from the
* runtime test suite.
*/
using System;
using Sys... | -1 |