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
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.Private.CoreLib/src/System/Runtime/InteropServices/TypeIdentifierAttribute.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 { [AttributeUsage(AttributeTargets.Interface | AttributeTargets.Enum | AttributeTargets.Struct | AttributeTargets.Delegate, AllowMultiple...
// 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 { [AttributeUsage(AttributeTargets.Interface | AttributeTargets.Enum | AttributeTargets.Struct | AttributeTargets.Delegate, AllowMultiple...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/Runtime/TypeLoader/MetadataFixupKind.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Internal.Runtime.TypeLoader { public enum MetadataFixupKind { // Metadata fixups that apply to type tokens TypeHandle = 0x0, GcStaticData = ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Internal.Runtime.TypeLoader { public enum MetadataFixupKind { // Metadata fixups that apply to type tokens TypeHandle = 0x0, GcStaticData = ...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/coreclr/nativeaot/System.Private.CoreLib/src/Internal/Runtime/CompilerHelpers/TypedReferenceHelpers.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.Runtime.CompilerHelpers { /// <summary> /// These methods are used to implement TypedReference-related instructions. /// </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; namespace Internal.Runtime.CompilerHelpers { /// <summary> /// These methods are used to implement TypedReference-related instructions. /// </summary> ...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/Common/src/Interop/Windows/OleAut32/Interop.SysAllocStringLen.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 OleAut32 { [LibraryImport(Libraries.OleAut3...
// 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 OleAut32 { [LibraryImport(Libraries.OleAut3...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.Linq.Parallel/src/System/Linq/Parallel/Scheduling/QueryTaskGroupState.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // QueryTaskGroupState.cs // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // =+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+=+ // // QueryTaskGroupState.cs // // =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/Common/src/Interop/Unix/Interop.Errors.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 { /// <summary>Common Unix errno error codes.</summary> internal enum Error { ...
// 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 { /// <summary>Common Unix errno error codes.</summary> internal enum Error { ...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.Diagnostics.EventLog/src/System/Diagnostics/Reader/EventBookmark.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.Diagnostics.Eventing.Reader { // // NOTE: This class must be generic enough to be used across // eventing base implementations. Cannot add anything ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Diagnostics.Eventing.Reader { // // NOTE: This class must be generic enough to be used across // eventing base implementations. Cannot add anything ...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.IO.Ports/tests/SerialStream/BeginWrite.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.IO.PortsTests; using System.Text; using System.Threading; using Legacy.Support; using Xunit; namespace System.IO.Ports.Tests { public clas...
// 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.IO.PortsTests; using System.Text; using System.Threading; using Legacy.Support; using Xunit; namespace System.IO.Ports.Tests { public clas...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/CompareGreaterThanOrEqualScalar.Vector64.UInt64.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
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/Regression/JitBlue/GitHub_11814/GitHub_11814.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType /> <Optimize>True</Optimize> <AllowUnsafeBlocks>True</AllowUnsafeBlocks> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBu...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType /> <Optimize>True</Optimize> <AllowUnsafeBlocks>True</AllowUnsafeBlocks> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBu...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/jit64/mcc/interop/native_i8c.cpp
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #include <stdarg.h> #include "native.h" MCC_API VType8 sum(double count1, int count2, __int64 count3, float count4, short count5, double count6, ...) { int count ...
// Copyright (c) Microsoft. All rights reserved. // Licensed under the MIT license. See LICENSE file in the project root for full license information. #include <stdarg.h> #include "native.h" MCC_API VType8 sum(double count1, int count2, __int64 count3, float count4, short count5, double count6, ...) { int count ...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Metadata/JsonPropertyInfo.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; using System.Diagnostics; using System.Reflection; namespace System.Text.Json.Serialization.Metadata { /// <summar...
// 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; using System.Diagnostics; using System.Reflection; namespace System.Text.Json.Serialization.Metadata { /// <summar...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.Private.Xml/tests/XmlSchema/TestFiles/TestData/XmlSchemaValidatorAPI/PartialValidation.xsd
<?xml version="1.0" encoding="utf-8" ?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="PartialElement" type="xs:int"/> <xs:element name="PartialElement2" type="xs:string" /> <xs:complexType name="PartialType" /> <xs:complexType name="PartialType2"> <xs:sequence> <xs:element na...
<?xml version="1.0" encoding="utf-8" ?> <xs:schema xmlns:xs="http://www.w3.org/2001/XMLSchema"> <xs:element name="PartialElement" type="xs:int"/> <xs:element name="PartialElement2" type="xs:string" /> <xs:complexType name="PartialType" /> <xs:complexType name="PartialType2"> <xs:sequence> <xs:element na...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/Microsoft.Win32.SystemEvents/src/Microsoft/Win32/SessionEndedEventArgs.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 Microsoft.Win32 { /// <devdoc> /// <para>Provides data for the <see cref='Microsoft.Win32.SystemEvents.SessionEnded'/> event.</para> /// </devdoc...
// 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 Microsoft.Win32 { /// <devdoc> /// <para>Provides data for the <see cref='Microsoft.Win32.SystemEvents.SessionEnded'/> event.</para> /// </devdoc...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/mono/mono/mini/basic-float.cs
using System; using System.Reflection; /* * Regression tests for the mono JIT. * * Each test needs to be of the form: * * public static int test_<result>_<name> (); * * where <result> is an integer (the value that needs to be returned by * the method to make it pass. * <name> is a user-displayed name used to ...
using System; using System.Reflection; /* * Regression tests for the mono JIT. * * Each test needs to be of the form: * * public static int test_<result>_<name> (); * * where <result> is an integer (the value that needs to be returned by * the method to make it pass. * <name> is a user-displayed name used to ...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/coreclr/nativeaot/System.Private.TypeLoader/src/Internal/TypeSystem/ExceptionTypeNameFormatter.Runtime.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Internal.TypeSystem { partial class ExceptionTypeNameFormatter { private static string GetTypeName(DefType type) { if (type is NoMetadat...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Internal.TypeSystem { partial class ExceptionTypeNameFormatter { private static string GetTypeName(DefType type) { if (type is NoMetadat...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/HardwareIntrinsics/General/Vector256/LessThan.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
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/coreclr/vm/argslot.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // ============================================================================ // File: argslot.h // // ============================================================================ ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // ============================================================================ // File: argslot.h // // ============================================================================ ...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/Microsoft.Extensions.Options/src/OptionsMonitorExtensions.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.CodeAnalysis; namespace Microsoft.Extensions.Options { /// <summary> /// Extension methods for <see cref="IOptionsMonitor{TOptions}"/>...
// 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.CodeAnalysis; namespace Microsoft.Extensions.Options { /// <summary> /// Extension methods for <see cref="IOptionsMonitor{TOptions}"/>...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.Private.Xml/tests/XmlSchema/TestFiles/TestData/105897_a.xsd
<xs:schema targetNamespace="http://schemas.microsoft.com/net/2003/06/policy" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:S="http://www.w3.org/2002/12/soap-envelope" xmlns:tns="http://schemas.microsoft.com/net/2003/06/policy" elementFormDefault="qualified" attributeFormDefault="unqualified" blockDefault="#all"> ...
<xs:schema targetNamespace="http://schemas.microsoft.com/net/2003/06/policy" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:S="http://www.w3.org/2002/12/soap-envelope" xmlns:tns="http://schemas.microsoft.com/net/2003/06/policy" elementFormDefault="qualified" attributeFormDefault="unqualified" blockDefault="#all"> ...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.Private.Xml/tests/Xslt/TestFiles/TestData/XsltApi/books_entity_ref.xml
<?xml version="1.0" ?> <!DOCTYPE Book [ <!ENTITY copy "&#169;"> <!ENTITY Name "Professional XML"> <!ENTITY PubName "Wrox Press Ltd."> <!ENTITY PubYear "2001"> <!ENTITY CopyrightText "Copyright &copy; &PubName; All Rights.."> ]> <Book> <Publisher> <Name>&Name;</Name> <PubName>&PubName;</PubName> <PubYe...
<?xml version="1.0" ?> <!DOCTYPE Book [ <!ENTITY copy "&#169;"> <!ENTITY Name "Professional XML"> <!ENTITY PubName "Wrox Press Ltd."> <!ENTITY PubYear "2001"> <!ENTITY CopyrightText "Copyright &copy; &PubName; All Rights.."> ]> <Book> <Publisher> <Name>&Name;</Name> <PubName>&PubName;</PubName> <PubYe...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/Generics/Instantiation/delegates/Delegate005.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.Threading; internal delegate T GenDelegate<T>(T p1, out T p2); internal class Foo { public T Function<T>(T i, out T j) { j = i; 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; using System.Threading; internal delegate T GenDelegate<T>(T p1, out T p2); internal class Foo { public T Function<T>(T i, out T j) { j = i; r...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.Private.CoreLib/src/System/Reflection/AssemblySignatureKeyAttribute.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.Reflection { [AttributeUsage(AttributeTargets.Assembly, Inherited = false, AllowMultiple = false)] public sealed class AssemblySignatureKeyAttribute : Attrib...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Reflection { [AttributeUsage(AttributeTargets.Assembly, Inherited = false, AllowMultiple = false)] public sealed class AssemblySignatureKeyAttribute : Attrib...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/jit64/opt/cse/VolatileTest_op_and.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> <!-- Issue https://github.com/dotnet/runtime/issues/50381 --> <GCStressIncompatible Condition="'$(TargetArchitecture)' == 'arm64' and '$(TargetOS)' == 'OSX'">true</GCStressIncompatible> ...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> <!-- Issue https://github.com/dotnet/runtime/issues/50381 --> <GCStressIncompatible Condition="'$(TargetArchitecture)' == 'arm64' and '$(TargetOS)' == 'OSX'">true</GCStressIncompatible> ...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/CodeGenBringUpTests/ModConst_d.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="ModConst.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="ModConst.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/native/external/libunwind/src/unwind/SetIP.c
/* libunwind - a platform-independent unwind library Copyright (C) 2003-2004 Hewlett-Packard Co Contributed by David Mosberger-Tang <davidm@hpl.hp.com> This file is part of libunwind. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation ...
/* libunwind - a platform-independent unwind library Copyright (C) 2003-2004 Hewlett-Packard Co Contributed by David Mosberger-Tang <davidm@hpl.hp.com> This file is part of libunwind. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation ...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/Common/src/Interop/OSX/System.Native/Interop.SearchPath.iOS.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 { [LibraryImport(Libraries.SystemNative...
// 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 { [LibraryImport(Libraries.SystemNative...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/opt/OSR/promoted.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.Runtime.CompilerServices; // OSR complications with promoted structs struct Y { public Y(int _a, int _b) { a = ...
// 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.Runtime.CompilerServices; // OSR complications with promoted structs struct Y { public Y(int _a, int _b) { a = ...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/coreclr/inc/corhlpr.cpp
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /**************************************************************************** ** ** ** Corhlpr.h - signature ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /**************************************************************************** ** ** ** Corhlpr.h - signature ...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/ShiftArithmeticRounded.Vector128.Int16.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
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/Regressions/coreclr/0582/csgen.1.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="csgen.1.cs" /> </ItemGroup> <ItemGroup> <NoWarn Include="162" /> </ItemGroup> </P...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="csgen.1.cs" /> </ItemGroup> <ItemGroup> <NoWarn Include="162" /> </ItemGroup> </P...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/AddScalar.Vector64.UInt64.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
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.IO.FileSystem/tests/Directory/GetDirectoryRoot.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.IO.Tests { public class Directory_GetDirectoryRoot : FileSystemTest { [Fact] public void NullPath_ThrowsArgumentNullException()...
// 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.IO.Tests { public class Directory_GetDirectoryRoot : FileSystemTest { [Fact] public void NullPath_ThrowsArgumentNullException()...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/opt/LocAlloc/localloc.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // Conversion of small fixed localloc to locals // and inlining of localloc callees using System; class L { unsafe static int Use4() { byte* i = stackalloc byte[4];...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // Conversion of small fixed localloc to locals // and inlining of localloc callees using System; class L { unsafe static int Use4() { byte* i = stackalloc byte[4];...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.Reflection.Emit/tests/TypeBuilder/TypeBuilderSize.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.Reflection.Emit.Tests { public class TypeBuilderSize { [Fact] public void Size_NoneSet_ReturnsUnspecified() { ...
// 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.Reflection.Emit.Tests { public class TypeBuilderSize { [Fact] public void Size_NoneSet_ReturnsUnspecified() { ...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null010.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="box-unbox-null010.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-null010.cs" /> <Compile Include="..\structdef.cs" /> ...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/SIMD/Plane.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.Numerics; class PlaneTest { private const int Pass = 100; private const int Fail = -1; public static int PlaneCreateFromVerticesTest() { ...
// 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.Numerics; class PlaneTest { private const int Pass = 100; private const int Fail = -1; public static int PlaneCreateFromVerticesTest() { ...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.Reflection.MetadataLoadContext/src/System/Reflection/TypeLoading/Types/RoByRefType.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.Diagnostics; namespace System.Reflection.TypeLoading { /// <summary> /// All RoTypes that return true for IsByRef. /// </s...
// 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.Diagnostics; namespace System.Reflection.TypeLoading { /// <summary> /// All RoTypes that return true for IsByRef. /// </s...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/AbsoluteDifference.Vector128.Int16.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
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.Security.Cryptography.X509Certificates/tests/CertificateCreation/ECDsaX509SignatureGeneratorTests.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.Linq; using Test.Cryptography; using Xunit; namespace System.Security.Cryptography.X509Certificates.Tests.CertificateCreation { 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.Linq; using Test.Cryptography; using Xunit; namespace System.Security.Cryptography.X509Certificates.Tests.CertificateCreation { pu...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/libraries/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/Factories/CatalogFactory.MutableComposablePartCatalog.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.Hosting; using System.ComponentModel.Composition.Primitives; using System.Linq; namespace System.ComponentM...
// 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.Hosting; using System.ComponentModel.Composition.Primitives; using System.Linq; namespace System.ComponentM...
-1
dotnet/runtime
65,948
Publish crossgen as AOT if supported by the target platform
If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
agocke
2022-02-28T06:12:47Z
2022-04-01T17:22:29Z
7d562f9d2a4285881ae1c412aecb164dc9370013
0d1e04ba2a9ebc9d21a7f65db00407dd0056b547
Publish crossgen as AOT if supported by the target platform. If we're on a platform that supports NativeAOT, this publishes crossgen as NativeAOT. If not, it publishes as self-contained. Trimming is not yet enabled, but will come in a separate PR.
./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest928/Generated928.il
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } //TYPES IN ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern mscorlib { .publickeytoken = (B7 7A 5C 56 19 34 E0 89 ) .ver 4:0:0:0 } .assembly extern TestFramework { .publickeytoken = ( B0 3F 5F 7F 11 D5 0A 3A ) } //TYPES IN ...
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/libraries/System.Text.RegularExpressions/System.Text.RegularExpressions.sln
Microsoft Visual Studio Solution File, Format Version 12.00 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestUtilities", "..\Common\tests\TestUtilities\TestUtilities.csproj", "{63551298-BFD4-43FC-8465-AC454228B83C}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DllImportGenerator", "..\System...
Microsoft Visual Studio Solution File, Format Version 12.00 Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TestUtilities", "..\Common\tests\TestUtilities\TestUtilities.csproj", "{63551298-BFD4-43FC-8465-AC454228B83C}" EndProject Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "DllImportGenerator", "..\System...
1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexFindOptimizations.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.Diagnostics; using System.Globalization; namespace System.Text.RegularExpressions { /// <summary>Contains state and provides opera...
// 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.Diagnostics; using System.Globalization; namespace System.Text.RegularExpressions { /// <summary>Contains state and provides opera...
1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/libraries/System.Text.RegularExpressions/src/System/Text/RegularExpressions/RegexTreeAnalyzer.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.Threading; namespace System.Text.RegularExpressions { /// <summary>Analyzes a <see cref="RegexTree"/> of <see cref="RegexNode"/>s ...
// 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.Threading; namespace System.Text.RegularExpressions { /// <summary>Analyzes a <see cref="RegexTree"/> of <see cref="RegexNode"/>s ...
1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/tests/Regressions/coreclr/72162/test72162.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.Globalization; public class Test72162 { // Bug 72162 dealt with the number of significant digits being incorrectly done on the Mac public static 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; using System.Globalization; public class Test72162 { // Bug 72162 dealt with the number of significant digits being incorrectly done on the Mac public static int...
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/libraries/System.ComponentModel.Composition/tests/System/ComponentModel/Composition/CompositionContainerTests.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.Collections.ObjectModel; using System.ComponentModel.Composition.Factories; using System.ComponentModel.Composition.Hosting; using 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.Collections.Generic; using System.Collections.ObjectModel; using System.ComponentModel.Composition.Factories; using System.ComponentModel.Composition.Hosting; using Syst...
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/libraries/System.Private.CoreLib/src/System/Threading/EventResetMode.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*============================================================================= ** ** Enum: EventResetMode ** ** ** Purpose: Enum to determine the Event type to create ** ** ========...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*============================================================================= ** ** Enum: EventResetMode ** ** ** Purpose: Enum to determine the Event type to create ** ** ========...
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/AnotherClass.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.Extensions.DependencyInjection.Specification.Fakes { public class AnotherClass { public AnotherClass(IFakeService fakeService) { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace Microsoft.Extensions.DependencyInjection.Specification.Fakes { public class AnotherClass { public AnotherClass(IFakeService fakeService) { ...
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/libraries/System.Data.OleDb/src/System/Data/ProviderBase/DbMetaDataFactory.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.Data.Common; using System.Diagnostics; using System.Globalization; using System.IO; namespace System.Data.ProviderBase { internal class DbMetaDataFactory { // V...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Data.Common; using System.Diagnostics; using System.Globalization; using System.IO; namespace System.Data.ProviderBase { internal class DbMetaDataFactory { // V...
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CryptExportKey.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.Security.Cryptography; internal static partial class Interop { internal static partial class Advapi32 { [Generated...
// 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.Security.Cryptography; internal static partial class Interop { internal static partial class Advapi32 { [Generated...
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/libraries/System.Private.Xml/tests/XmlDocument/XmlAttributeCollectionTests/InsertBeforeTests.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.Xml.Tests { public class InsertBeforeTests { private XmlDocument CreateDocumentWithElement() { var doc = new XmlDoc...
// 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.Xml.Tests { public class InsertBeforeTests { private XmlDocument CreateDocumentWithElement() { var doc = new XmlDoc...
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/mono/mono/tests/generic-method-patching.2.cs
using System; using System.Collections.Generic; public class MyDict<S,T> { public void Add (S key, T value) { S[] sa = new S[1]; T[] ta = new T[1]; sa[0] = key; ta[0] = value; } } public abstract class FastFunc<S,T> { public abstract S Invoke (T bla); } public class StringFastFunc : FastFunc<string,...
using System; using System.Collections.Generic; public class MyDict<S,T> { public void Add (S key, T value) { S[] sa = new S[1]; T[] ta = new T[1]; sa[0] = key; ta[0] = value; } } public abstract class FastFunc<S,T> { public abstract S Invoke (T bla); } public class StringFastFunc : FastFunc<string,...
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/ExtractNarrowingUpper.Vector128.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
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/libraries/System.Linq.Expressions/tests/DelegateType/DelegateCreationTests.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.Linq.Expressions.Tests { public abstract class DelegateCreationTests { public static IEnumerable<object[]> ValidTy...
// 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.Linq.Expressions.Tests { public abstract class DelegateCreationTests { public static IEnumerable<object[]> ValidTy...
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/libraries/System.Memory/tests/ReadOnlyBuffer/ReadOnlySequenceTests.Common.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; using System.Collections.Generic; using System.Linq; using System.MemoryTests; using System.Text; using Xunit; namespace System.Memory.Tests { public abstr...
// 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; using System.Collections.Generic; using System.Linq; using System.MemoryTests; using System.Text; using Xunit; namespace System.Memory.Tests { public abstr...
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/libraries/System.Linq.Expressions/src/System/Dynamic/Utils/Helpers.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.Diagnostics.CodeAnalysis; namespace System.Dynamic.Utils { // Miscellaneous helpers that don't belong anywhere else internal s...
// 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.Diagnostics.CodeAnalysis; namespace System.Dynamic.Utils { // Miscellaneous helpers that don't belong anywhere else internal s...
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/libraries/System.Net.NetworkInformation/src/System/Net/NetworkInformation/SystemIcmpV4Statistics.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 { // ICMP statistics for IPv4. internal sealed class SystemIcmpV4Statistics : IcmpV4Statistics { private readonly Interop....
// 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 { // ICMP statistics for IPv4. internal sealed class SystemIcmpV4Statistics : IcmpV4Statistics { private readonly Interop....
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/libraries/System.Security.Cryptography/src/System/Security/Cryptography/OidLookup.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 static Interop.Crypt32; namespace System.Security.Cryptography { internal static partial class OidLookup { private static bool ShouldUseCache(OidGroup oidGroup...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using static Interop.Crypt32; namespace System.Security.Cryptography { internal static partial class OidLookup { private static bool ShouldUseCache(OidGroup oidGroup...
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/coreclr/tools/aot/ILCompiler.Compiler/Compiler/DependencyAnalysis/FatFunctionPointerNode.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Internal.Text; using Internal.TypeSystem; using Debug = System.Diagnostics.Debug; namespace ILCompiler.DependencyAnalysis { /// <summary> /// Represents a fat functio...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Internal.Text; using Internal.TypeSystem; using Debug = System.Diagnostics.Debug; namespace ILCompiler.DependencyAnalysis { /// <summary> /// Represents a fat functio...
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractSaturate.Vector128.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
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/tests/JIT/HardwareIntrinsics/X86/Regression/GitHub_17435/GitHub_17435.cs
using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Intrinsics.X86; using System.Runtime.Intrinsics; namespace GitHub_17435 { class Program { const int Pass = 100; const int Fail = 0; static unsafe int Main(string[] args) ...
using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Intrinsics.X86; using System.Runtime.Intrinsics; namespace GitHub_17435 { class Program { const int Pass = 100; const int Fail = 0; static unsafe int Main(string[] args) ...
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/mono/mono/tests/anonarray.2.cs
using System; using System.Collections.Generic; class Program { public static void Main() { // this form of initialisation causes a crash when I try // to iterate through the items. IEnumerable<IEnumerable<string>> table = new string[][] { new string[] { "1a", "1b" }, new ...
using System; using System.Collections.Generic; class Program { public static void Main() { // this form of initialisation causes a crash when I try // to iterate through the items. IEnumerable<IEnumerable<string>> table = new string[][] { new string[] { "1a", "1b" }, new ...
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/coreclr/jit/compiler.h
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XX ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX XX ...
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/tests/JIT/Methodical/Invoke/25params/25param3a_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="25param3a.cs" /> </ItemGroup> </Projec...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="25param3a.cs" /> </ItemGroup> </Projec...
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/coreclr/pal/tests/palsuite/c_runtime/_snwprintf_s/test6/test6.cpp
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*============================================================================ ** ** Source: test6.c ** ** Purpose: Tests swprintf_s with characters ** ** **========================...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /*============================================================================ ** ** Source: test6.c ** ** Purpose: Tests swprintf_s with characters ** ** **========================...
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/MinPairwise.Vector128.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
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/tests/JIT/Directed/coverage/importer/Desktop/volatilstind_il_d.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="volatilstind.il" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="volatilstind.il" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/tests/Loader/classloader/TypeGeneratorTests/TypeGeneratorTest616/Generated616.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="Generated616.il" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\TestFramework\TestFramework.csproj" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="Generated616.il" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\TestFramework\TestFramework.csproj" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/VectorTableLookupExtension.Vector64.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
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/tests/JIT/CodeGenBringUpTests/BinaryRMW_d.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="BinaryRMW.cs" /> </ItemGroup> </Proje...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="BinaryRMW.cs" /> </ItemGroup> </Proje...
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/tests/Loader/classloader/TypeInitialization/CctorsWithSideEffects/CctorThrowStaticField.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /* A .cctor has only one chance to run in any appdomain. If it fails, the 2nd time we try to access a static field we check if .cctor has been run. And it has, but failed so we fai...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /* A .cctor has only one chance to run in any appdomain. If it fails, the 2nd time we try to access a static field we check if .cctor has been run. And it has, but failed so we fai...
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/libraries/System.Net.Mail/src/System/Net/Mime/SmtpDateTime.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.Collections.Generic; using System.Diagnostics; namespace System.Net.Mime { #region RFC2822 date time string format description // Fo...
// 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.Collections.Generic; using System.Diagnostics; namespace System.Net.Mime { #region RFC2822 date time string format description // Fo...
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./src/libraries/System.Web.HttpUtility/src/System/Web/Util/HttpEncoder.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.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Net; using System.Text; namespace System.Web.Util { in...
// 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.Diagnostics.CodeAnalysis; using System.Globalization; using System.IO; using System.Net; using System.Text; namespace System.Web.Util { in...
-1
dotnet/runtime
65,944
Add regex "unit tests" test project
This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test project in order to directly validate inter...
stephentoub
2022-02-28T02:31:37Z
2022-02-28T22:55:36Z
3d6781bdf367b0de082613b7ce9cb9b648ec6309
b4c746b7712e887af066d66d1ec777be6283f6f9
Add regex "unit tests" test project. This follows the convention used by the networking tests, which typically have two distinct test projects per library: functional tests and unit tests. The former are what we typically refer to as our tests for a library, whereas the latter build product source into the test projec...
./docs/design/coreclr/jit/lsra-heuristic-tuning.md
- [Background](#background) - [Register selection heuristics](#register-selection-heuristics) - [Impact measurement](#impact-measurement) - [Genetic Algorithm](#genetic-algorithm) - [Experiments](#experiments) * [Setup](#setup) * [Outcome](#outcome) - [Conclusion](#conclusion) ## Background RyuJIT's implements [l...
- [Background](#background) - [Register selection heuristics](#register-selection-heuristics) - [Impact measurement](#impact-measurement) - [Genetic Algorithm](#genetic-algorithm) - [Experiments](#experiments) * [Setup](#setup) * [Outcome](#outcome) - [Conclusion](#conclusion) ## Background RyuJIT's implements [l...
-1
dotnet/runtime
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/libraries/System.Diagnostics.Process/tests/ProcessStandardConsoleTests.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 Microsoft.DotNet.RemoteExecutor; using Microsoft.Win32; using Xunit; namespace System.Diagnostics.Tests { public class ProcessStandardConsoleTests : Pro...
// 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 Microsoft.DotNet.RemoteExecutor; using Microsoft.Win32; using Xunit; namespace System.Diagnostics.Tests { public class ProcessStandardConsoleTests : Pro...
1
dotnet/runtime
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/libraries/System.Runtime.Serialization.Formatters/src/System/Runtime/Serialization/Formatters/Binary/BinaryFormatterWriter.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.Diagnostics; using System.Globalization; using System.IO; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; ...
// 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.Diagnostics; using System.Globalization; using System.IO; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; ...
1
dotnet/runtime
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/libraries/System.Text.RegularExpressions/tests/Regex.Groups.Tests.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.Tests; using System.Threading.Tasks; using Xunit; namespace System.Text.RegularExpressions.Tests { 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.Globalization; using System.Tests; using System.Threading.Tasks; using Xunit; namespace System.Text.RegularExpressions.Tests { pub...
1
dotnet/runtime
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/libraries/Microsoft.CSharp/tests/UserDefinedShortCircuitOperators.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 Microsoft.CSharp.RuntimeBinder.Tests { public class UserDefinedShortCircuitOperators { private class NumTypeBitwiseOpsOnly { ...
// 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 Microsoft.CSharp.RuntimeBinder.Tests { public class UserDefinedShortCircuitOperators { private class NumTypeBitwiseOpsOnly { ...
-1
dotnet/runtime
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/AddHighNarrowingLower.Vector64.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
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/tests/JIT/HardwareIntrinsics/General/Vector64/Subtract.Int16.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
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/libraries/System.Net.Http.WinHttpHandler/tests/UnitTests/FakeMarshal.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.Net.Http.WinHttpHandlerUnitTests; namespace System.Net.Http { public static class Marshal { public static int GetLastWin32Error() { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System.Net.Http.WinHttpHandlerUnitTests; namespace System.Net.Http { public static class Marshal { public static int GetLastWin32Error() { ...
-1
dotnet/runtime
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/tests/JIT/HardwareIntrinsics/X86/Bmi1.X64/AndNot.UInt64.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
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/libraries/Common/src/Interop/Windows/User32/Interop.IsWindowVisible.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 User32 { [GeneratedDllImport(Libraries.User...
// 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 User32 { [GeneratedDllImport(Libraries.User...
-1
dotnet/runtime
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/libraries/System.Text.Encoding/tests/NegativeEncodingTests.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 Xunit; namespace System.Text.Tests { public static class NegativeEncodingTests { public static IEnumerable<object[]> Encoding...
// 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 Xunit; namespace System.Text.Tests { public static class NegativeEncodingTests { public static IEnumerable<object[]> Encoding...
-1
dotnet/runtime
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/tests/JIT/Regression/Dev11/Dev11_5437/Dev11_5437.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; class Program { static void f(int c, int d, int e) { Console.WriteLine("c={0}, d={1}, e={2}", c, d, e); if (c + d != 4) { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // using System; class Program { static void f(int c, int d, int e) { Console.WriteLine("c={0}, d={1}, e={2}", c, d, e); if (c + d != 4) { ...
-1
dotnet/runtime
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/mono/mono/tests/xdomain-threads.cs
using System; using System.Threading; using System.Runtime.Remoting; // Does a foreign domain's thread object persist (in .NET) even if it // hasn't been started? // // Insubstantial, because it can't be "moved" to another domain. // Can we start a foreign domain's thread (i.e. does the thread then // switch to the f...
using System; using System.Threading; using System.Runtime.Remoting; // Does a foreign domain's thread object persist (in .NET) even if it // hasn't been started? // // Insubstantial, because it can't be "moved" to another domain. // Can we start a foreign domain's thread (i.e. does the thread then // switch to the f...
-1
dotnet/runtime
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/libraries/Common/src/Interop/Windows/User32/Interop.PostQuitMessage.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 User32 { [GeneratedDllImport(Libraries.User...
// 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 User32 { [GeneratedDllImport(Libraries.User...
-1
dotnet/runtime
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/libraries/System.Private.Runtime.InteropServices.JavaScript/src/System/Runtime/InteropServices/JavaScript/JSObject.References.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.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; using Microsoft.Win32.SafeHandles; namespace System.Runtime.InteropServices.J...
// 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.Diagnostics.CodeAnalysis; using System.Runtime.CompilerServices; using Microsoft.Win32.SafeHandles; namespace System.Runtime.InteropServices.J...
-1
dotnet/runtime
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/tests/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics003.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; internal class NullableTest { private static bool BoxUnboxToNQ<T>(T o) { return Helper.Compare((byte)(ValueType)...
// 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; internal class NullableTest { private static bool BoxUnboxToNQ<T>(T o) { return Helper.Compare((byte)(ValueType)...
-1
dotnet/runtime
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/mono/sample/wasm/console-node-es6/Program.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.Threading.Tasks; public class Test { public static async Task<int> Main(string[] args) { await Task.Delay(1); Console.WriteLine("H...
// 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.Threading.Tasks; public class Test { public static async Task<int> Main(string[] args) { await Task.Delay(1); Console.WriteLine("H...
-1
dotnet/runtime
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/tests/JIT/HardwareIntrinsics/X86/Avx1/ExtendToVector256.Int16.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
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/coreclr/nativeaot/System.Private.Reflection.Execution/src/Internal/Reflection/Execution/ReflectionExecutionDomainCallbacksImplementation.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.CodeAnalysis; using System.Reflection; using System.Collections.Generic; using System.Runtime.InteropServices; using Internal.Runtime.Augments...
// 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.CodeAnalysis; using System.Reflection; using System.Collections.Generic; using System.Runtime.InteropServices; using Internal.Runtime.Augments...
-1
dotnet/runtime
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/libraries/System.Runtime.InteropServices/tests/System.Runtime.InteropServices.UnitTests/System/Runtime/InteropServices/GCHandleTests.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 Xunit; namespace System.Runtime.InteropServices.Tests { public class GCHandleTests { [Fact] public void Ctor_Default(...
// 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 Xunit; namespace System.Runtime.InteropServices.Tests { public class GCHandleTests { [Fact] public void Ctor_Default(...
-1
dotnet/runtime
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/libraries/System.Private.Xml/tests/Xslt/XslCompiledTransformApi/OutputSettings.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; using Xunit.Abstractions; using System.IO; using System.Xml.Xsl; using System.Text; namespace System.Xml.Tests { //[TestCase(Name = "OutputSettings", Desc = "This t...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Xunit; using Xunit.Abstractions; using System.IO; using System.Xml.Xsl; using System.Text; namespace System.Xml.Tests { //[TestCase(Name = "OutputSettings", Desc = "This t...
-1
dotnet/runtime
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/tests/JIT/HardwareIntrinsics/General/Vector256_1/op_BitwiseOr.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
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/tests/JIT/Directed/StructPromote/Unsafe/AccessInvalidFieldOffset.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/tests/JIT/HardwareIntrinsics/X86/Avx2_Vector128/BroadcastScalarToVector128.UInt16.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
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/tests/JIT/Methodical/explicit/misc/refarg_box_val.il
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern mscorlib { } .assembly extern System.Console { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) .ver 4:0:0:0 } .assembly 'refarg_box_val'// as "refarg_box_val" { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. .assembly extern mscorlib { } .assembly extern System.Console { .publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A ) .ver 4:0:0:0 } .assembly 'refarg_box_val'// as "refarg_box_val" { ...
-1
dotnet/runtime
65,932
Update stale comments that reference GitHub issues
Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draft while working through that issue to see if other c...
jeffhandley
2022-02-27T20:14:23Z
2022-02-28T03:21:49Z
68fb7fc68cc1af800bee1d38af22b5027bf4ab4e
a58437f7e6794aba690e053827a5d436919c6bc3
Update stale comments that reference GitHub issues. Fixes #65931 [Cleanup Issue-URLs in Code · Issue #63902 · dotnet/runtime](https://github.com/dotnet/runtime/issues/63902) identified stale comments that reference GitHub issues. This PR updates comments to reflect updated statuses. _I'm marking this PR as a draf...
./src/libraries/System.Text.Encoding/tests/UTF7Encoding/UTF7EncodingDecode.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 Xunit; namespace System.Text.Tests { public class UTF7EncodingDecode { public static IEnumerable<object[]> Decode_TestData() ...
// 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 Xunit; namespace System.Text.Tests { public class UTF7EncodingDecode { public static IEnumerable<object[]> Decode_TestData() ...
-1