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,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/ehso.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="ehSO.cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="ehSO.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/Interop/ICustomMarshaler/ConflictingNames/MultipleALCs.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="RunInALC.cs" /... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="RunInALC.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/regressions/13662/13662-a.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<!-- Under heavy load, some of the TimerCallback functions don't complete before the test exits, preventing unload -->
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<CLRTestPriority>1</CLRTestPriority>
</Pro... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<!-- Under heavy load, some of the TimerCallback functions don't complete before the test exits, preventing unload -->
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<CLRTestPriority>1</CLRTestPriority>
</Pro... | -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/Loops/SearchLoopTail.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</Item... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="$(MSBuildProjectName).cs" />
</Item... | -1 |
dotnet/runtime | 66,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/nested/nonlocalexit/throwinfinally_50_ro.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="throwinfinally_50.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Inclu... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="throwinfinally_50.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference 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/jit64/valuetypes/nullable/box-unbox/interface/box-unbox-interface018.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>PdbOnly</DebugType>
</PropertyGroup>
<ItemGroup>
<Compile Include="box-unbox-interface018.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-interface018.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/fp/exgen/5w1d-03_cs_ro.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>
<Optimize>True</Opti... | <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>
<Optimize>True</Opti... | -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/Interop/ObjectiveC/ObjectiveCMarshalAPI/ObjectiveCMarshalAPI.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<!-- Test unsupported outside of OSX -->
<CLRTestTargetUnsupported Condition="'$(TargetsOSX)' != 'true'">true</CLRTestTargetUnsupported>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Comp... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<!-- Test unsupported outside of OSX -->
<CLRTestTargetUnsupported Condition="'$(TargetsOSX)' != 'true'">true</CLRTestTargetUnsupported>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Comp... | -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_80.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 -dp 0.4 -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 -dp 0.4 -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/tests/JIT/Methodical/cctor/xassem/xprecise1_cs_do.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
<RequiresProcessIsolation>true</RequiresProcessIsolation>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
<RequiresProcessIsolation>true</RequiresProcessIsolation>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
... | -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/explicit/basic/refarg_o_do.csproj | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="refarg_o.cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="refarg_o.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/divrem/div/r8div_cs_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="r8div.cs" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="r8div.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/cmov/Int_Xor_Op_cs_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="Int_Xor_Op.cs" />
</ItemGroup>
</Proj... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>Full</DebugType>
<Optimize>False</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="Int_Xor_Op.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/Directed/coverage/oldtests/lclfldadd_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="lclfldadd.cs" />
</ItemGroup>
</Projec... | <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<PropertyGroup>
<DebugType>None</DebugType>
<Optimize>True</Optimize>
</PropertyGroup>
<ItemGroup>
<Compile Include="lclfldadd.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/Methodical/eh/deadcode/severaldeadehregions.il | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// the simplest dead EH region that will not also have dead nonlocal exit
.assembly extern System.Console
{
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:0:0:0
}
.assembly... | // Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// the simplest dead EH region that will not also have dead nonlocal exit
.assembly extern System.Console
{
.publickeytoken = (B0 3F 5F 7F 11 D5 0A 3A )
.ver 4:0:0:0
}
.assembly... | -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 | ./docs/design/coreclr/jit/images/ThreeClassesDevirtFull.JPG |