repo_name
stringclasses
6 values
pr_number
int64
512
78.9k
pr_title
stringlengths
3
144
pr_description
stringlengths
0
30.3k
author
stringlengths
2
21
date_created
timestamp[ns, tz=UTC]
date_merged
timestamp[ns, tz=UTC]
previous_commit
stringlengths
40
40
pr_commit
stringlengths
40
40
query
stringlengths
17
30.4k
filepath
stringlengths
9
210
before_content
stringlengths
0
112M
after_content
stringlengths
0
112M
label
int64
-1
1
dotnet/runtime
66,046
Fix handling of atomic nodes in RegexCompiler / source generator
We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct and lead to it reading the wrong state.
stephentoub
2022-03-02T01:17:05Z
2022-03-03T16:24:40Z
fdbdb9a81d2974b38c4c6c3dea9c3d2bf1d4b7d8
b410984a6287b722b7bd215441504fe78ecb2ca0
Fix handling of atomic nodes in RegexCompiler / source generator. We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct an...
./src/tests/JIT/HardwareIntrinsics/General/Vector128/EqualsAny.SByte.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
66,046
Fix handling of atomic nodes in RegexCompiler / source generator
We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct and lead to it reading the wrong state.
stephentoub
2022-03-02T01:17:05Z
2022-03-03T16:24:40Z
fdbdb9a81d2974b38c4c6c3dea9c3d2bf1d4b7d8
b410984a6287b722b7bd215441504fe78ecb2ca0
Fix handling of atomic nodes in RegexCompiler / source generator. We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct an...
./src/coreclr/tools/Common/Compiler/Logging/ReferenceSource/MessageContainer.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.Diagnostics.CodeAnalysis; using System.Reflection; using System.Text; using ILLink.Shared; using Mono.Cecil; namespace Mono.Link...
// 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.Diagnostics.CodeAnalysis; using System.Reflection; using System.Text; using ILLink.Shared; using Mono.Cecil; namespace Mono.Link...
-1
dotnet/runtime
66,046
Fix handling of atomic nodes in RegexCompiler / source generator
We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct and lead to it reading the wrong state.
stephentoub
2022-03-02T01:17:05Z
2022-03-03T16:24:40Z
fdbdb9a81d2974b38c4c6c3dea9c3d2bf1d4b7d8
b410984a6287b722b7bd215441504fe78ecb2ca0
Fix handling of atomic nodes in RegexCompiler / source generator. We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct an...
./src/libraries/System.Linq.Expressions/src/System/Linq/Expressions/Interpreter/LocalVariables.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.Diagnostics.CodeAnalysis; using System.Globalization; namespace System.Linq.Expressions.Interpreter { 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.Collections.Generic; using System.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Globalization; namespace System.Linq.Expressions.Interpreter { in...
-1
dotnet/runtime
66,046
Fix handling of atomic nodes in RegexCompiler / source generator
We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct and lead to it reading the wrong state.
stephentoub
2022-03-02T01:17:05Z
2022-03-03T16:24:40Z
fdbdb9a81d2974b38c4c6c3dea9c3d2bf1d4b7d8
b410984a6287b722b7bd215441504fe78ecb2ca0
Fix handling of atomic nodes in RegexCompiler / source generator. We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct an...
./src/libraries/System.Diagnostics.EventLog/tests/System/Diagnostics/Reader/EventLogSessionTests.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.Eventing.Reader; using System.Globalization; using System.IO; using System.Security; using Xunit; namespace System.Diagnostics.Tests { public class Even...
// 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.Eventing.Reader; using System.Globalization; using System.IO; using System.Security; using Xunit; namespace System.Diagnostics.Tests { public class Even...
-1
dotnet/runtime
66,046
Fix handling of atomic nodes in RegexCompiler / source generator
We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct and lead to it reading the wrong state.
stephentoub
2022-03-02T01:17:05Z
2022-03-03T16:24:40Z
fdbdb9a81d2974b38c4c6c3dea9c3d2bf1d4b7d8
b410984a6287b722b7bd215441504fe78ecb2ca0
Fix handling of atomic nodes in RegexCompiler / source generator. We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct an...
./src/libraries/System.Private.Xml/src/System/Xml/Schema/XmlSchema.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.Xml.Schema { using System.IO; using System.Collections; using System.ComponentModel; using System.Xml.Serialization; using System.Threading; ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. namespace System.Xml.Schema { using System.IO; using System.Collections; using System.ComponentModel; using System.Xml.Serialization; using System.Threading; ...
-1
dotnet/runtime
66,046
Fix handling of atomic nodes in RegexCompiler / source generator
We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct and lead to it reading the wrong state.
stephentoub
2022-03-02T01:17:05Z
2022-03-03T16:24:40Z
fdbdb9a81d2974b38c4c6c3dea9c3d2bf1d4b7d8
b410984a6287b722b7bd215441504fe78ecb2ca0
Fix handling of atomic nodes in RegexCompiler / source generator. We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct an...
./src/libraries/Microsoft.Extensions.DependencyInjection.Specification.Tests/src/Fakes/ClassImplementingIEnumerable.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections; namespace Microsoft.Extensions.DependencyInjection.Specification.Fakes { public class ClassImplementingIEnumerable : IEnumerable { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections; namespace Microsoft.Extensions.DependencyInjection.Specification.Fakes { public class ClassImplementingIEnumerable : IEnumerable { ...
-1
dotnet/runtime
66,046
Fix handling of atomic nodes in RegexCompiler / source generator
We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct and lead to it reading the wrong state.
stephentoub
2022-03-02T01:17:05Z
2022-03-03T16:24:40Z
fdbdb9a81d2974b38c4c6c3dea9c3d2bf1d4b7d8
b410984a6287b722b7bd215441504fe78ecb2ca0
Fix handling of atomic nodes in RegexCompiler / source generator. We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct an...
./src/libraries/Common/src/Interop/Windows/Advapi32/Interop.CreateService.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.Win32.SafeHandles; using System; using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Advapi32 { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using Microsoft.Win32.SafeHandles; using System; using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Advapi32 { ...
-1
dotnet/runtime
66,046
Fix handling of atomic nodes in RegexCompiler / source generator
We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct and lead to it reading the wrong state.
stephentoub
2022-03-02T01:17:05Z
2022-03-03T16:24:40Z
fdbdb9a81d2974b38c4c6c3dea9c3d2bf1d4b7d8
b410984a6287b722b7bd215441504fe78ecb2ca0
Fix handling of atomic nodes in RegexCompiler / source generator. We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct an...
./src/libraries/System.Private.CoreLib/src/System/Globalization/SortVersion.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.CodeAnalysis; using System.Runtime.CompilerServices; namespace System.Globalization { [Serializable] [System.Runtime.CompilerServices.TypeForwardedF...
// 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.CodeAnalysis; using System.Runtime.CompilerServices; namespace System.Globalization { [Serializable] [System.Runtime.CompilerServices.TypeForwardedF...
-1
dotnet/runtime
66,046
Fix handling of atomic nodes in RegexCompiler / source generator
We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct and lead to it reading the wrong state.
stephentoub
2022-03-02T01:17:05Z
2022-03-03T16:24:40Z
fdbdb9a81d2974b38c4c6c3dea9c3d2bf1d4b7d8
b410984a6287b722b7bd215441504fe78ecb2ca0
Fix handling of atomic nodes in RegexCompiler / source generator. We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct an...
./src/mono/mono/tests/array-vt.cs
using System; public struct Test { int a1; int a2; static public int Main () { Test[] tarray = new Test [20]; tarray[0].a1 = 1; tarray[0].a2 = 2; if (tarray[0].a1 + tarray[0].a2 != 3) return 1; return 0; } }
using System; public struct Test { int a1; int a2; static public int Main () { Test[] tarray = new Test [20]; tarray[0].a1 = 1; tarray[0].a2 = 2; if (tarray[0].a1 + tarray[0].a2 != 3) return 1; return 0; } }
-1
dotnet/runtime
66,046
Fix handling of atomic nodes in RegexCompiler / source generator
We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct and lead to it reading the wrong state.
stephentoub
2022-03-02T01:17:05Z
2022-03-03T16:24:40Z
fdbdb9a81d2974b38c4c6c3dea9c3d2bf1d4b7d8
b410984a6287b722b7bd215441504fe78ecb2ca0
Fix handling of atomic nodes in RegexCompiler / source generator. We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct an...
./src/libraries/System.Text.Json/src/System/Text/Json/Serialization/Converters/Object/ObjectWithParameterizedConstructorConverter.Large.Reflection.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.Text.Json.Serialization.Metadata; namespace System.Text.Json.Serialization.Converters { /// <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.Diagnostics; using System.Diagnostics.CodeAnalysis; using System.Text.Json.Serialization.Metadata; namespace System.Text.Json.Serialization.Converters { /// <summar...
-1
dotnet/runtime
66,046
Fix handling of atomic nodes in RegexCompiler / source generator
We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct and lead to it reading the wrong state.
stephentoub
2022-03-02T01:17:05Z
2022-03-03T16:24:40Z
fdbdb9a81d2974b38c4c6c3dea9c3d2bf1d4b7d8
b410984a6287b722b7bd215441504fe78ecb2ca0
Fix handling of atomic nodes in RegexCompiler / source generator. We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct an...
./src/libraries/System.Console/tests/SyncTextReader.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.IO; using System.Text; using Xunit; [SkipOnPlatform(TestPlatforms.Browser | TestPlatforms.iOS | TestPlatforms.MacCatalyst | TestPlatforms.tvOS, "Not suppo...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.IO; using System.Text; using Xunit; [SkipOnPlatform(TestPlatforms.Browser | TestPlatforms.iOS | TestPlatforms.MacCatalyst | TestPlatforms.tvOS, "Not suppo...
-1
dotnet/runtime
66,046
Fix handling of atomic nodes in RegexCompiler / source generator
We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct and lead to it reading the wrong state.
stephentoub
2022-03-02T01:17:05Z
2022-03-03T16:24:40Z
fdbdb9a81d2974b38c4c6c3dea9c3d2bf1d4b7d8
b410984a6287b722b7bd215441504fe78ecb2ca0
Fix handling of atomic nodes in RegexCompiler / source generator. We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct an...
./src/libraries/System.Net.Primitives/tests/PalTests/SocketAddressPalTest.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Linq; using System.Net.Sockets; using Xunit; namespace System.Net.Primitives.PalTests { public class SocketAddressP...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using System.Linq; using System.Net.Sockets; using Xunit; namespace System.Net.Primitives.PalTests { public class SocketAddressP...
-1
dotnet/runtime
66,046
Fix handling of atomic nodes in RegexCompiler / source generator
We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct and lead to it reading the wrong state.
stephentoub
2022-03-02T01:17:05Z
2022-03-03T16:24:40Z
fdbdb9a81d2974b38c4c6c3dea9c3d2bf1d4b7d8
b410984a6287b722b7bd215441504fe78ecb2ca0
Fix handling of atomic nodes in RegexCompiler / source generator. We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct an...
./src/tests/JIT/Methodical/explicit/misc/explicit4_d.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="explicit4.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="explicit4.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,046
Fix handling of atomic nodes in RegexCompiler / source generator
We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct and lead to it reading the wrong state.
stephentoub
2022-03-02T01:17:05Z
2022-03-03T16:24:40Z
fdbdb9a81d2974b38c4c6c3dea9c3d2bf1d4b7d8
b410984a6287b722b7bd215441504fe78ecb2ca0
Fix handling of atomic nodes in RegexCompiler / source generator. We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct an...
./eng/common/post-build/sourcelink-validation.ps1
param( [Parameter(Mandatory=$true)][string] $InputPath, # Full path to directory where Symbols.NuGet packages to be checked are stored [Parameter(Mandatory=$true)][string] $ExtractPath, # Full path to directory where the packages will be extracted during validation [Parameter(Mandatory=$fa...
param( [Parameter(Mandatory=$true)][string] $InputPath, # Full path to directory where Symbols.NuGet packages to be checked are stored [Parameter(Mandatory=$true)][string] $ExtractPath, # Full path to directory where the packages will be extracted during validation [Parameter(Mandatory=$fa...
-1
dotnet/runtime
66,046
Fix handling of atomic nodes in RegexCompiler / source generator
We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct and lead to it reading the wrong state.
stephentoub
2022-03-02T01:17:05Z
2022-03-03T16:24:40Z
fdbdb9a81d2974b38c4c6c3dea9c3d2bf1d4b7d8
b410984a6287b722b7bd215441504fe78ecb2ca0
Fix handling of atomic nodes in RegexCompiler / source generator. We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct an...
./src/libraries/Common/src/Interop/Windows/Advapi32/Interop.NotifyChangeEventLog.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 Microsoft.Win32.SafeHandles; internal static partial class Interop { internal static partial class Advapi32 { [GeneratedD...
// 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 Microsoft.Win32.SafeHandles; internal static partial class Interop { internal static partial class Advapi32 { [GeneratedD...
-1
dotnet/runtime
66,046
Fix handling of atomic nodes in RegexCompiler / source generator
We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct and lead to it reading the wrong state.
stephentoub
2022-03-02T01:17:05Z
2022-03-03T16:24:40Z
fdbdb9a81d2974b38c4c6c3dea9c3d2bf1d4b7d8
b410984a6287b722b7bd215441504fe78ecb2ca0
Fix handling of atomic nodes in RegexCompiler / source generator. We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct an...
./src/tests/JIT/HardwareIntrinsics/X86/Sse1/StoreAlignedNonTemporal.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Intrinsics.X86; using System.Runtime.Intrinsics; namespace IntelHa...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // using System; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; using System.Runtime.Intrinsics.X86; using System.Runtime.Intrinsics; namespace IntelHa...
-1
dotnet/runtime
66,046
Fix handling of atomic nodes in RegexCompiler / source generator
We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct and lead to it reading the wrong state.
stephentoub
2022-03-02T01:17:05Z
2022-03-03T16:24:40Z
fdbdb9a81d2974b38c4c6c3dea9c3d2bf1d4b7d8
b410984a6287b722b7bd215441504fe78ecb2ca0
Fix handling of atomic nodes in RegexCompiler / source generator. We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct an...
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd/SubtractWideningUpper.Vector128.UInt32.Vector128.UInt32.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
66,046
Fix handling of atomic nodes in RegexCompiler / source generator
We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct and lead to it reading the wrong state.
stephentoub
2022-03-02T01:17:05Z
2022-03-03T16:24:40Z
fdbdb9a81d2974b38c4c6c3dea9c3d2bf1d4b7d8
b410984a6287b722b7bd215441504fe78ecb2ca0
Fix handling of atomic nodes in RegexCompiler / source generator. We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct an...
./src/tests/JIT/opt/Devirtualization/comparable.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; public sealed class X: IComparable<X> { int ival; public X(int i) { ival = i; } public int CompareTo(X x) { return ival - x.i...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; public sealed class X: IComparable<X> { int ival; public X(int i) { ival = i; } public int CompareTo(X x) { return ival - x.i...
-1
dotnet/runtime
66,046
Fix handling of atomic nodes in RegexCompiler / source generator
We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct and lead to it reading the wrong state.
stephentoub
2022-03-02T01:17:05Z
2022-03-03T16:24:40Z
fdbdb9a81d2974b38c4c6c3dea9c3d2bf1d4b7d8
b410984a6287b722b7bd215441504fe78ecb2ca0
Fix handling of atomic nodes in RegexCompiler / source generator. We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct an...
./src/tests/JIT/HardwareIntrinsics/X86/Sse2/CompareScalarNotLessThanOrEqual.Double.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /****************************************************************************** * This file is auto-generated from a template file by the GenerateTests.csx * * script in tests\src...
-1
dotnet/runtime
66,046
Fix handling of atomic nodes in RegexCompiler / source generator
We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct and lead to it reading the wrong state.
stephentoub
2022-03-02T01:17:05Z
2022-03-03T16:24:40Z
fdbdb9a81d2974b38c4c6c3dea9c3d2bf1d4b7d8
b410984a6287b722b7bd215441504fe78ecb2ca0
Fix handling of atomic nodes in RegexCompiler / source generator. We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct an...
./src/coreclr/tools/Common/TypeSystem/IL/MethodIL.Symbols.cs
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using Internal.TypeSystem; namespace Internal.IL { partial class MethodIL { public virtual MethodDebugInformation Ge...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. using System; using System.Collections.Generic; using Internal.TypeSystem; namespace Internal.IL { partial class MethodIL { public virtual MethodDebugInformation Ge...
-1
dotnet/runtime
66,046
Fix handling of atomic nodes in RegexCompiler / source generator
We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct and lead to it reading the wrong state.
stephentoub
2022-03-02T01:17:05Z
2022-03-03T16:24:40Z
fdbdb9a81d2974b38c4c6c3dea9c3d2bf1d4b7d8
b410984a6287b722b7bd215441504fe78ecb2ca0
Fix handling of atomic nodes in RegexCompiler / source generator. We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct an...
./src/tests/JIT/jit64/mcc/interop/mcc_i36.ilproj
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <!-- Test unsupported outside of windows --> <CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Op...
<Project Sdk="Microsoft.NET.Sdk.IL"> <PropertyGroup> <OutputType>Exe</OutputType> <!-- Test unsupported outside of windows --> <CLRTestTargetUnsupported Condition="'$(TargetsWindows)' != 'true'">true</CLRTestTargetUnsupported> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Op...
-1
dotnet/runtime
66,046
Fix handling of atomic nodes in RegexCompiler / source generator
We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct and lead to it reading the wrong state.
stephentoub
2022-03-02T01:17:05Z
2022-03-03T16:24:40Z
fdbdb9a81d2974b38c4c6c3dea9c3d2bf1d4b7d8
b410984a6287b722b7bd215441504fe78ecb2ca0
Fix handling of atomic nodes in RegexCompiler / source generator. We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct an...
./src/tests/JIT/Regression/JitBlue/Runtime_60035/Runtime_60035.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.Text; using System.Text.Encodings.Web; namespace Runtime_60035 { class Program { static int Main(string[] args) { byte...
// 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.Text; using System.Text.Encodings.Web; namespace Runtime_60035 { class Program { static int Main(string[] args) { byte...
-1
dotnet/runtime
66,046
Fix handling of atomic nodes in RegexCompiler / source generator
We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct and lead to it reading the wrong state.
stephentoub
2022-03-02T01:17:05Z
2022-03-03T16:24:40Z
fdbdb9a81d2974b38c4c6c3dea9c3d2bf1d4b7d8
b410984a6287b722b7bd215441504fe78ecb2ca0
Fix handling of atomic nodes in RegexCompiler / source generator. We weren't properly resetting the stack position, so if we had an atomic group that contained something that backtracked, any backtracking positions left on the stack by that nested construct would then be consumed by a previous backtracking construct an...
./src/libraries/Common/src/Interop/Unix/System.Native/Interop.SendMessage.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.Net.Sockets; using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Sys { [GeneratedD...
// 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.Net.Sockets; using System.Runtime.InteropServices; internal static partial class Interop { internal static partial class Sys { [GeneratedD...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./eng/testing/tests.wasm.targets
<Project> <!-- We need to set this in order to get extensibility on xunit category traits and other arguments we pass down to xunit via MSBuild properties --> <PropertyGroup> <IsWasmProject Condition="'$(IsWasmProject)' == ''">true</IsWasmProject> <WasmGenerateAppBundle Condition="'$(WasmGenerateAppBundle)'...
<Project> <!-- We need to set this in order to get extensibility on xunit category traits and other arguments we pass down to xunit via MSBuild properties --> <PropertyGroup> <IsWasmProject Condition="'$(IsWasmProject)' == ''">true</IsWasmProject> <WasmGenerateAppBundle Condition="'$(WasmGenerateAppBundle)'...
1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/mono/sample/wasm/wasm.mk
DOTNET=$(TOP)/dotnet.sh ifeq ($(V),) DOTNET_Q_ARGS=--nologo -v:q -consoleloggerparameters:NoSummary -bl else DOTNET_Q_ARGS=--nologo -bl endif CONFIG?=Release WASM_DEFAULT_BUILD_ARGS?=/p:TargetArchitecture=wasm /p:TargetOS=Browser /p:Configuration=$(CONFIG) # if we're in a container, don't try to open the browser if...
DOTNET=$(TOP)/dotnet.sh ifeq ($(V),) DOTNET_Q_ARGS=--nologo -v:q -consoleloggerparameters:NoSummary -bl else DOTNET_Q_ARGS=--nologo -bl endif CONFIG?=Release WASM_DEFAULT_BUILD_ARGS?=/p:TargetArchitecture=wasm /p:TargetOS=Browser /p:Configuration=$(CONFIG) # if we're in a container, don't try to open the browser if...
1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/mono/wasm/build/WasmApp.targets
<Project> <UsingTask TaskName="WasmAppBuilder" AssemblyFile="$(WasmAppBuilderTasksAssemblyPath)" /> <UsingTask TaskName="WasmLoadAssembliesAndReferences" AssemblyFile="$(WasmAppBuilderTasksAssemblyPath)" /> <!-- Required public items/properties: - $(WasmMainJSPath) - $(EMSDK_PATH) - point...
<Project> <UsingTask TaskName="WasmAppBuilder" AssemblyFile="$(WasmAppBuilderTasksAssemblyPath)" /> <UsingTask TaskName="WasmLoadAssembliesAndReferences" AssemblyFile="$(WasmAppBuilderTasksAssemblyPath)" /> <!-- Required public items/properties: - $(WasmMainJSPath) - $(EMSDK_PATH) - point...
1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/mono/wasm/debugger/tests/debugger-test/debugger-test.csproj
<Project Sdk="Microsoft.NET.Sdk" DefaultTargets="WasmBuildApp"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <NoWarn>219</NoWarn> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> <RunAnalyzers>false</RunAnalyzers> <WasmBuildAppDependsOn>PrepareForWasmBuildApp;$(WasmBuildAppDepend...
<Project Sdk="Microsoft.NET.Sdk" DefaultTargets="WasmBuildApp"> <PropertyGroup> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <NoWarn>219</NoWarn> <TreatWarningsAsErrors>true</TreatWarningsAsErrors> <RunAnalyzers>false</RunAnalyzers> <WasmBuildAppDependsOn>PrepareForWasmBuildApp;$(WasmBuildAppDepend...
1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/mono/wasm/runtime/debug.ts
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. import { INTERNAL, Module, MONO, runtimeHelpers } from "./imports"; import { toBase64StringImpl } from "./base64"; import cwraps from "./cwraps"; import { VoidPtr, CharPtr } from "./...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. import { INTERNAL, Module, MONO, runtimeHelpers } from "./imports"; import { toBase64StringImpl } from "./base64"; import cwraps from "./cwraps"; import { VoidPtr, CharPtr } from "./...
1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/mono/wasm/runtime/dotnet.d.ts
//! Licensed to the .NET Foundation under one or more agreements. //! The .NET Foundation licenses this file to you under the MIT license. //! //! This is generated file, see src/mono/wasm/runtime/rollup.config.js //! This is not considered public API with backward compatibility guarantees. declare interface Managed...
//! Licensed to the .NET Foundation under one or more agreements. //! The .NET Foundation licenses this file to you under the MIT license. //! //! This is generated file, see src/mono/wasm/runtime/rollup.config.js //! This is not considered public API with backward compatibility guarantees. declare interface Managed...
1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/mono/wasm/runtime/exports.ts
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. import ProductVersion from "consts:productVersion"; import Configuration from "consts:configuration"; import { mono_wasm_new_root, mono_wasm_release_roots, mono_wasm_new_roo...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. import ProductVersion from "consts:productVersion"; import Configuration from "consts:configuration"; import { mono_wasm_new_root, mono_wasm_release_roots, mono_wasm_new_roo...
1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/mono/wasm/runtime/imports.ts
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /* eslint-disable @typescript-eslint/triple-slash-reference */ /// <reference path="./types/v8.d.ts" /> import { DotnetModule, MonoConfig, RuntimeHelpers } from "./types"; import { ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. /* eslint-disable @typescript-eslint/triple-slash-reference */ /// <reference path="./types/v8.d.ts" /> import { DotnetModule, MonoConfig, RuntimeHelpers } from "./types"; import { ...
1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/mono/wasm/runtime/method-calls.ts
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. import { mono_wasm_new_root, mono_wasm_new_root_buffer, WasmRoot, WasmRootBuffer } from "./roots"; import { JSHandle, MonoArray, MonoMethod, MonoObject, MonoObjectNull, MonoS...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. import { mono_wasm_new_root, mono_wasm_new_root_buffer, WasmRoot, WasmRootBuffer } from "./roots"; import { JSHandle, MonoArray, MonoMethod, MonoObject, MonoObjectNull, MonoS...
1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/mono/wasm/runtime/run.ts
import { ExitStatus, Module, quit } from "./imports"; import { mono_call_assembly_entry_point } from "./method-calls"; import { mono_wasm_set_main_args, runtime_is_initialized_reject } from "./startup"; export async function mono_run_main_and_exit(main_assembly_name: string, args: string[]): Promise<void> { try {...
import { ExitStatus, INTERNAL, Module, quit } from "./imports"; import { mono_call_assembly_entry_point } from "./method-calls"; import { mono_wasm_set_main_args, runtime_is_initialized_reject } from "./startup"; export async function mono_run_main_and_exit(main_assembly_name: string, args: string[]): Promise<void> { ...
1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/mono/wasm/runtime/types/emscripten.ts
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. export declare interface ManagedPointer { __brandManagedPointer: "ManagedPointer" } export declare interface NativePointer { __brandNativePointer: "NativePointer" } export ...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. export declare interface ManagedPointer { __brandManagedPointer: "ManagedPointer" } export declare interface NativePointer { __brandNativePointer: "NativePointer" } export ...
1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/mono/wasm/test-main.js
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // -*- mode: js; js-indent-level: 4; -*- // // Run runtime tests under a JS shell or a browser // "use strict"; //glue code to deal with the differences between chrome, ch, d8, jsc a...
// Licensed to the .NET Foundation under one or more agreements. // The .NET Foundation licenses this file to you under the MIT license. // -*- mode: js; js-indent-level: 4; -*- // // Run runtime tests under a JS shell or a browser // "use strict"; //glue code to deal with the differences between chrome, ch, d8, jsc a...
1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/mono/wasm/wasm.proj
<Project Sdk="Microsoft.Build.NoTargets"> <UsingTask TaskName="Microsoft.WebAssembly.Build.Tasks.RunWithEmSdkEnv" AssemblyFile="$(WasmAppBuilderTasksAssemblyPath)" /> <PropertyGroup> <!-- FIXME: clean up the duplication with libraries Directory.Build.props --> <PackageRID>browser-wasm</PackageRID> <Na...
<Project Sdk="Microsoft.Build.NoTargets"> <UsingTask TaskName="Microsoft.WebAssembly.Build.Tasks.RunWithEmSdkEnv" AssemblyFile="$(WasmAppBuilderTasksAssemblyPath)" /> <PropertyGroup> <!-- FIXME: clean up the duplication with libraries Directory.Build.props --> <PackageRID>browser-wasm</PackageRID> <Na...
1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/Methodical/eh/interactions/switchinfinally_r.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="switchinfinally.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Includ...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="switchinfinally.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Includ...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/SIMD/StoreElement_ro.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="StoreElement.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="StoreElement.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/CodeGenBringUpTests/Le1_do.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="Le1.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="Le1.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/libraries/System.Threading.Tasks.Parallel/ref/System.Threading.Tasks.Parallel.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <Compile Include="System.Threading.Tasks.Parallel.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\System.Runtime\r...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <Compile Include="System.Threading.Tasks.Parallel.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\System.Runtime\r...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/Regression/Dev14/DevDiv_876169/DevDiv_876169_r.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="DevDiv_876169.cs" /> </ItemGroup> </P...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="DevDiv_876169.cs" /> </ItemGroup> </P...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/libraries/System.Threading.Channels/tests/System.Threading.Channels.Tests.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>$(NetCoreAppCurrent);$(NetFrameworkMinimum)</TargetFrameworks> <DebuggerSupport Condition="'$(DebuggerSupport)' == '' and '$(TargetOS)' == 'Browser'">true</DebuggerSupport> </PropertyGroup> <ItemGroup> <Compile Include="BoundedChannel...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>$(NetCoreAppCurrent);$(NetFrameworkMinimum)</TargetFrameworks> <DebuggerSupport Condition="'$(DebuggerSupport)' == '' and '$(TargetOS)' == 'Browser'">true</DebuggerSupport> </PropertyGroup> <ItemGroup> <Compile Include="BoundedChannel...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/libraries/Microsoft.Extensions.FileProviders.Composite/ref/Microsoft.Extensions.FileProviders.Composite.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <RootNamespace>Microsoft.Extensions.FileProviders</RootNamespace> <TargetFrameworks>$(NetCoreAppCurrent);$(NetCoreAppMinimum);netstandard2.0;$(NetFrameworkMinimum)</TargetFrameworks> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <Compil...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <RootNamespace>Microsoft.Extensions.FileProviders</RootNamespace> <TargetFrameworks>$(NetCoreAppCurrent);$(NetCoreAppMinimum);netstandard2.0;$(NetFrameworkMinimum)</TargetFrameworks> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <Compil...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/opt/Devirtualization/box1.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="box1.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="box1.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/jit64/valuetypes/nullable/castclass/generics/castclass-generics013.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="castclass-generics013.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="castclass-generics013.cs" /> <Compile Include="..\structdef.cs"...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/baseservices/threading/generics/TimerCallback/thread26.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="thread26.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="thread26.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/opt/Inline/tests/trycatch.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. --> <DebugType>None</DebugType> <NoStandardLib>True<...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. --> <DebugType>None</DebugType> <NoStandardLib>True<...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/GC/Scenarios/GCSimulator/GCSimulator_305.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <GCStressIncompatible>true</GCStressIncompatible> <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments> ...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <GCStressIncompatible>true</GCStressIncompatible> <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 5 -f -dp 0.8 -dw 0.4</CLRTestExecutionArguments> ...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/libraries/System.Runtime.InteropServices/src/System.Runtime.InteropServices.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <IsPartialFacadeAssembly>true</IsPartialFacadeAssembly> <Nullable>enable</Nullable> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> </PropertyGroup> <ItemGroup> <Compile Include="System\Runtime\CompilerServices\IDispatchConstantAttribute.cs...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <IsPartialFacadeAssembly>true</IsPartialFacadeAssembly> <Nullable>enable</Nullable> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> </PropertyGroup> <ItemGroup> <Compile Include="System\Runtime\CompilerServices\IDispatchConstantAttribute.cs...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/GC/API/GC/GetGeneration_fail.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestExecutionArguments /> </PropertyGroup> <PropertyGroup> <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. --> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGr...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestExecutionArguments /> </PropertyGroup> <PropertyGroup> <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. --> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGr...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/Methodical/nonvirtualcall/tailcall.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="tailcall.cs" /> </ItemGroup> </Projec...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="tailcall.cs" /> </ItemGroup> </Projec...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/readytorun/crossgen2/smoketest.targets
<?xml version="1.0" encoding="utf-8"?> <Project> <PropertyGroup> <OutputType>exe</OutputType> <CLRTestKind>BuildAndRun</CLRTestKind> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <ItemGroup> <ProjectReference Include=".\helperdll.csproj" /> <ProjectReference Include=".\helperild...
<?xml version="1.0" encoding="utf-8"?> <Project> <PropertyGroup> <OutputType>exe</OutputType> <CLRTestKind>BuildAndRun</CLRTestKind> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <ItemGroup> <ProjectReference Include=".\helperdll.csproj" /> <ProjectReference Include=".\helperild...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/GC/API/GC/TotalMemory2.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> <!-- This test is failing under GCStress variations, so disabling it under GCStress till the issue is investigated: Issue: https://github.com/dotnet/runtime/issues/63860 --> ...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> <!-- This test is failing under GCStress variations, so disabling it under GCStress till the issue is investigated: Issue: https://github.com/dotnet/runtime/issues/63860 --> ...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/opt/ObjectStackAllocation/ObjectStackAllocationTests.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> <PropertyGroup> <CrossGen2TestE...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).cs" /> </ItemGroup> <PropertyGroup> <CrossGen2TestE...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/jit64/opt/rngchk/RngchkStress1_o.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="RngchkStress1.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="RngchkStress1.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/jit64/valuetypes/nullable/castclass/castclass/castclass006.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="castclass006.cs" /> <Compile Include="..\structdef.cs" /> </I...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="castclass006.cs" /> <Compile Include="..\structdef.cs" /> </I...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/Methodical/int64/signed/s_ldc_mul_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="s_ldc_mul.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="s_ldc_mul.cs" /> </ItemGroup> </Proje...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/libraries/System.Runtime.InteropServices/gen/LibraryImportGenerator/LibraryImportGenerator.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AssemblyName>Microsoft.Interop.LibraryImportGenerator</AssemblyName> <TargetFramework>netstandard2.0</TargetFramework> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <LangVersion>Preview</LangVersion> <Nullable>enable</Nullable> <RootNamespace>M...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AssemblyName>Microsoft.Interop.LibraryImportGenerator</AssemblyName> <TargetFramework>netstandard2.0</TargetFramework> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <LangVersion>Preview</LangVersion> <Nullable>enable</Nullable> <RootNamespace>M...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/Methodical/NaN/r8NaNadd_cs_do.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="r8NaNadd.cs" /> </ItemGroup> </Project...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="r8NaNadd.cs" /> </ItemGroup> </Project...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/libraries/Microsoft.Bcl.AsyncInterfaces/ref/Microsoft.Bcl.AsyncInterfaces.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>netstandard2.0;$(NetFrameworkMinimum);netstandard2.1</TargetFrameworks> </PropertyGroup> <ItemGroup Condition="'$(TargetFramework)' != 'netstandard2.1'"> <Compile Include="Microsoft.Bcl.AsyncInterfaces.cs" /> </ItemGroup> <ItemGroup C...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>netstandard2.0;$(NetFrameworkMinimum);netstandard2.1</TargetFrameworks> </PropertyGroup> <ItemGroup Condition="'$(TargetFramework)' != 'netstandard2.1'"> <Compile Include="Microsoft.Bcl.AsyncInterfaces.cs" /> </ItemGroup> <ItemGroup C...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/SIMD/VectorSet_r.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize /> </PropertyGroup> <ItemGroup> <Compile Include="VectorSet.cs" /> <Compile Include="VectorUtil.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize /> </PropertyGroup> <ItemGroup> <Compile Include="VectorSet.cs" /> <Compile Include="VectorUtil.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/Directed/StructPromote/SP2b.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="SP2b.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="SP2b.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/libraries/Microsoft.Extensions.DependencyInjection/ref/Microsoft.Extensions.DependencyInjection.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>$(NetCoreAppCurrent);$(NetCoreAppMinimum);netstandard2.1;netstandard2.0;$(NetFrameworkMinimum)</TargetFrameworks> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <Compile Include="Microsoft.Extensions.DependencyInjection.cs" ...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFrameworks>$(NetCoreAppCurrent);$(NetCoreAppMinimum);netstandard2.1;netstandard2.0;$(NetFrameworkMinimum)</TargetFrameworks> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <Compile Include="Microsoft.Extensions.DependencyInjection.cs" ...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b48872/b48872.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/jit64/valuetypes/nullable/box-unbox/value/box-unbox-value009.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="box-unbox-value009.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-value009.cs" /> <Compile Include="..\structdef.cs" />...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/Methodical/AsgOp/r8/r8flat_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="r8flat.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="r8flat.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/baseservices/threading/generics/WaitCallback/thread23.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="thread23.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="thread23.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/libraries/System.Runtime.Handles/src/System.Runtime.Handles.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <IsPartialFacadeAssembly>true</IsPartialFacadeAssembly> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <Reference Include="System.Runtime" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <IsPartialFacadeAssembly>true</IsPartialFacadeAssembly> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <Reference Include="System.Runtime" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/libraries/System.Reflection.TypeExtensions/src/System.Reflection.TypeExtensions.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <IsPartialFacadeAssembly>true</IsPartialFacadeAssembly> <Nullable>enable</Nullable> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> </PropertyGroup> <ItemGroup> <Compile Include="System\Reflection\TypeExtensions.cs" /> </ItemGroup> <Ite...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <IsPartialFacadeAssembly>true</IsPartialFacadeAssembly> <Nullable>enable</Nullable> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> </PropertyGroup> <ItemGroup> <Compile Include="System\Reflection\TypeExtensions.cs" /> </ItemGroup> <Ite...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/Directed/callconv/ThisCall/ThisCallTest.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <ItemGroup> <Compile Include="*.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="../CMakeLists.txt" /> <ProjectReference Include="$(TestSour...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <ItemGroup> <Compile Include="*.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="../CMakeLists.txt" /> <ProjectReference Include="$(TestSour...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/SIMD/MinMax_r.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize /> </PropertyGroup> <ItemGroup> <Compile Include="MinMax.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize /> </PropertyGroup> <ItemGroup> <Compile Include="MinMax.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/Regression/CLR-x86-JIT/V1-M09.5-PDC/b14716/b14716.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/Methodical/MDArray/DataTypes/int_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="int.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="int.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/Regression/JitBlue/GitHub_20657/GitHub_20657.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
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/HardwareIntrinsics/X86/Regression/GitHub_17073/GitHub_17073.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup> <DebugType>Embedded</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).cs" /> ...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup> <DebugType>Embedded</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).cs" /> ...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/GC/Scenarios/GCSimulator/GCSimulator_281.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <GCStressIncompatible>true</GCStressIncompatible> <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.4</CLRTestExecutionArguments> ...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <GCStressIncompatible>true</GCStressIncompatible> <CLRTestExecutionArguments>-t 3 -tp 0 -dz 17 -sdz 8500 -dc 10000 -sdc 5000 -lt 3 -dp 0.0 -dw 0.4</CLRTestExecutionArguments> ...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/libraries/System.Runtime.Loader/tests/DefaultContext/System.Runtime.Loader.DefaultContext.Tests.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> <TestRuntime>true</TestRuntime> <!-- LoadInDefaultContext test relies on no deps.json --> <GenerateDependencyFile>false</GenerateDependencyFile> </PropertyGroup> <ItemGroup> <Compile Inclu...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> <TestRuntime>true</TestRuntime> <!-- LoadInDefaultContext test relies on no deps.json --> <GenerateDependencyFile>false</GenerateDependencyFile> </PropertyGroup> <ItemGroup> <Compile Inclu...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/Methodical/int64/misc/binop_r.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="binop.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="binop.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/Generics/Instantiation/delegates/Delegate030.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="Delegate030.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="Delegate030.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/GC/Scenarios/GCSimulator/GCSimulator_350.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <GCStressIncompatible>true</GCStressIncompatible> <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments> ...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <GCStressIncompatible>true</GCStressIncompatible> <CLRTestExecutionArguments>-t 1 -tp 0 -dz 17 -sdz 8517 -dc 10000 -sdc 5000 -lt 3 -f -dp 0.8 -dw 0.0</CLRTestExecutionArguments> ...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/SIMD/StoreElement_r.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize /> </PropertyGroup> <ItemGroup> <Compile Include="StoreElement.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize /> </PropertyGroup> <ItemGroup> <Compile Include="StoreElement.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/libraries/shims/src/System.Xml.Serialization.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AssemblyVersion>4.0.0.0</AssemblyVersion> <StrongNameKeyId>ECMA</StrongNameKeyId> </PropertyGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <AssemblyVersion>4.0.0.0</AssemblyVersion> <StrongNameKeyId>ECMA</StrongNameKeyId> </PropertyGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/baseservices/threading/generics/syncdelegate/GThread29.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="thread29.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <ItemGroup> <Compile Include="thread29.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/Regression/JitBlue/GitHub_24114/GitHub_24114.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
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/Methodical/int64/signed/s_ldfld_mul_do.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="s_ldfld_mul.cs" /> </ItemGroup> </Proj...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="s_ldfld_mul.cs" /> </ItemGroup> </Proj...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/CodeGenBringUpTests/JTrueLtFP_do.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="JTrueLtFP.cs" /> </ItemGroup> </Projec...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>Full</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="JTrueLtFP.cs" /> </ItemGroup> </Projec...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/Generics/Conversions/Boxing/box_isinst_unbox.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="box_isinst_unbox.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="box_isinst_unbox.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/libraries/System.Threading.Tasks.Parallel/tests/System.Threading.Tasks.Parallel.Tests.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <IncludeRemoteExecutor>true</IncludeRemoteExecutor> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> </PropertyGroup> <PropertyGroup> <StartupObject /> </PropertyGroup> <ItemGroup> <Compile Include="$(CommonTestPath)System\Diagnostics\Tr...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <IncludeRemoteExecutor>true</IncludeRemoteExecutor> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> </PropertyGroup> <PropertyGroup> <StartupObject /> </PropertyGroup> <ItemGroup> <Compile Include="$(CommonTestPath)System\Diagnostics\Tr...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/HardwareIntrinsics/X86/Avx2/BroadcastVector128ToVector256_r.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup> <DebugType>Embedded</DebugType> <Optimize /> </PropertyGroup> <ItemGroup> <Compile Include="BroadcastVector128ToVector256.cs" /> </I...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup> <DebugType>Embedded</DebugType> <Optimize /> </PropertyGroup> <ItemGroup> <Compile Include="BroadcastVector128ToVector256.cs" /> </I...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/Methodical/Arrays/misc/selfref_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="selfref.cs" /> </ItemGroup> </Project>...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="selfref.cs" /> </ItemGroup> </Project>...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/Methodical/AsgOp/i4/i4flat_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="i4flat.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="i4flat.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/jit64/valuetypes/nullable/box-unbox/null/box-unbox-null022.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="box-unbox-null022.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-null022.cs" /> <Compile Include="..\structdef.cs" /> ...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/HardwareIntrinsics/Arm/AdvSimd.Arm64/AdvSimd.Arm64_Part6_ro.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup> <DebugType>Embedded</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="ZipHigh.Vector64.Byte.cs" /> ...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <AllowUnsafeBlocks>true</AllowUnsafeBlocks> </PropertyGroup> <PropertyGroup> <DebugType>Embedded</DebugType> <Optimize>True</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="ZipHigh.Vector64.Byte.cs" /> ...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/GC/API/GCHandle/ToFromIntPtr.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. --> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="ToFromI...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> </PropertyGroup> <PropertyGroup> <!-- Set to 'Full' if the Debug? column is marked in the spreadsheet. Leave blank otherwise. --> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="ToFromI...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/CodeGenBringUpTests/FPConvI2F_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="FPConvI2F.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="FPConvI2F.cs" /> </ItemGroup> </Proje...
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/Regression/CLR-x86-JIT/V1-M11-Beta1/b37636/b37636.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="$(MSBuildProjectName).cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/Regression/VS-ia64-JIT/V2.0-Beta2/b360587/b360587.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="repro.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>PdbOnly</DebugType> </PropertyGroup> <ItemGroup> <Compile Include="repro.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/Directed/shift/uint64_r.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType /> <Optimize /> </PropertyGroup> <ItemGroup> <Compile Include="uint64.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType /> <Optimize /> </PropertyGroup> <ItemGroup> <Compile Include="uint64.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/tests/JIT/Methodical/MDArray/DataTypes/int_cs_r.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="int.cs" /> </ItemGroup> </Project>
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <OutputType>Exe</OutputType> <CLRTestPriority>1</CLRTestPriority> </PropertyGroup> <PropertyGroup> <DebugType>None</DebugType> <Optimize>False</Optimize> </PropertyGroup> <ItemGroup> <Compile Include="int.cs" /> </ItemGroup> </Project>
-1
dotnet/runtime
66,042
[wasm] Add support for symbolicating native traces from JS, using a symbols file
- adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
radical
2022-03-02T00:42:29Z
2022-03-05T02:38:26Z
1b3ef865fd71b898848a1a4b53bf062db622efa9
95770c9198df503d16b5aa9880ebc4e634a970e7
[wasm] Add support for symbolicating native traces from JS, using a symbols file. - adds support for symbolicating error, and warning messages - `debug.js.symbols` is loaded from the vfs - This is enabled by default, only for non-aot tests (since we don't strip aot tests) - Works for debugger tests too
./src/libraries/System.Resources.Reader/ref/System.Resources.Reader.csproj
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <Compile Include="System.Resources.Reader.Forwards.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\System.Runtime\...
<Project Sdk="Microsoft.NET.Sdk"> <PropertyGroup> <TargetFramework>$(NetCoreAppCurrent)</TargetFramework> <Nullable>enable</Nullable> </PropertyGroup> <ItemGroup> <Compile Include="System.Resources.Reader.Forwards.cs" /> </ItemGroup> <ItemGroup> <ProjectReference Include="..\..\System.Runtime\...
-1