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" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="CMakeLists.txt" />
<ProjectReference Include="CustomMarshaler.csproj" />
</ItemGroup>
</Project>
| <Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>Exe</OutputType>
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
<UnloadabilityIncompatible>true</UnloadabilityIncompatible>
<GCStressIncompatible>true</GCStressIncompatible>
</PropertyGroup>
<ItemGroup>
<Compile Include="RunInALC.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="CMakeLists.txt" />
<ProjectReference Include="CustomMarshaler.csproj" />
</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/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>
</PropertyGroup>
<ItemGroup>
<Compile Include="13662-a.cs" />
</ItemGroup>
</Project>
| <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>
</PropertyGroup>
<ItemGroup>
<Compile Include="13662-a.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/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" />
</ItemGroup>
</Project>
| <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" />
</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/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 Include="..\..\..\..\common\eh_common.csproj" />
</ItemGroup>
</Project>
| <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 Include="..\..\..\..\common\eh_common.csproj" />
</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/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" />
</ItemGroup>
</Project>
| <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" />
</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/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</Optimize>
<NoStandardLib>True</NoStandardLib>
<Noconfig>True</Noconfig>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Compile Include="5w1d-03.cs" />
</ItemGroup>
</Project>
| <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</Optimize>
<NoStandardLib>True</NoStandardLib>
<Noconfig>True</Noconfig>
<AllowUnsafeBlocks>True</AllowUnsafeBlocks>
</PropertyGroup>
<ItemGroup>
<Compile Include="5w1d-03.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/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>
<Compile Include="Program.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="./CMakeLists.txt" />
</ItemGroup>
</Project>
| <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>
<Compile Include="Program.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="./CMakeLists.txt" />
</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_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>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="GCSimulator.cs" />
<Compile Include="lifetimefx.cs" />
</ItemGroup>
</Project>
| <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>
<IsGCSimulatorTest>true</IsGCSimulatorTest>
<CLRTestProjectToRun>GCSimulator.csproj</CLRTestProjectToRun>
<CLRTestPriority>1</CLRTestPriority>
</PropertyGroup>
<ItemGroup>
<Compile Include="GCSimulator.cs" />
<Compile Include="lifetimefx.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/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>
<Compile Include="xprecise1.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="testlib.csproj" />
</ItemGroup>
</Project>
| <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>
<Compile Include="xprecise1.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="testlib.csproj" />
</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/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>
</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="Int_Xor_Op.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/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>
</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="lclfldadd.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/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 extern mscorlib
{
.ver 0:0:0:0
}
.assembly extern eh_common{}
.assembly 'severaldeadehregions'
{
.ver 0:0:0:0
}
.imagebase 0x00400000
.subsystem 0x00000003
.file alignment 512
.corflags 0x00000001
.class public auto ansi Test_severaldeadehregions extends [mscorlib] System.Object {
.method public static int32 main() {
.entrypoint
.maxstack 400
.locals init (int32 V_0,
int32 V_1,
class [mscorlib]System.IO.StringWriter expectedOut,
class [eh_common]TestUtil.TestLog testLog
)
newobj instance void [mscorlib]System.IO.StringWriter::.ctor()
stloc.s expectedOut
ldloc.s expectedOut
ldstr "In try"
callvirt instance void [mscorlib]System.IO.TextWriter::WriteLine(string)
ldloc.s expectedOut
ldstr "Done!"
callvirt instance void [mscorlib]System.IO.TextWriter::WriteLine(string)
ldloc.s expectedOut
newobj instance void [eh_common]TestUtil.TestLog::.ctor(object)
stloc.s testLog
ldloc.s testLog
callvirt instance void [eh_common]TestUtil.TestLog::StartRecording()
ldc.i4 0xffff63c0
stloc.0
.try {
ldstr "In try"
call void [System.Console]System.Console::WriteLine(class [mscorlib]System.String)
br skip
.try {
L:
ldstr "In inner try, unreached"
call void [System.Console]System.Console::WriteLine(class [mscorlib]System.String)
leave done
try_start: ldstr "In try"
call void [System.Console]System.Console::WriteLine(string)
leave done
.try
{
ldstr "In try"
call void [System.Console]System.Console::WriteLine(string)
leave done
}
fault
{
ldstr "In fault"
call void [System.Console]System.Console::WriteLine(string)
endfault
}
filter_begin: pop
ldstr "In filter"
call void [System.Console]System.Console::WriteLine(string)
ldc.i4.1
endfilter
handler_begin: pop
ldstr "In handler"
call void [System.Console]System.Console::WriteLine(string)
leave.s done
handler_end:
.try try_start to filter_begin filter filter_begin handler handler_begin to handler_end
leave.s done
} finally {
endfinally
.try {
ldstr "In finally, unreached"
call void [System.Console]System.Console::WriteLine(class [mscorlib]System.String)
L2:
br.s L2
} catch [mscorlib]System.Exception {
leave.s L3
}
L3:
endfinally
}
.try {
ldstr "Unreached"
call void [System.Console]System.Console::WriteLine(class [mscorlib]System.String)
leave.s done
} catch [mscorlib]System.Exception {
leave.s done
}
.try {
ldstr "Unreached"
call void [System.Console]System.Console::WriteLine(class [mscorlib]System.String)
leave.s done
} catch [mscorlib]System.Exception {
leave.s done
}
.try {
ldstr "Unreached"
call void [System.Console]System.Console::WriteLine(class [mscorlib]System.String)
leave.s done
} catch [mscorlib]System.Exception {
leave.s done
}
.try {
ldstr "Unreached"
call void [System.Console]System.Console::WriteLine(class [mscorlib]System.String)
leave.s done
} catch [mscorlib]System.Exception {
leave.s done
}
.try {
ldstr "Unreached"
call void [System.Console]System.Console::WriteLine(class [mscorlib]System.String)
leave.s done
} catch [mscorlib]System.Exception {
leave.s done
}
.try {
ldstr "Unreached"
call void [System.Console]System.Console::WriteLine(class [mscorlib]System.String)
leave.s done
} catch [mscorlib]System.Exception {
leave.s done
}
skip:
leave.s done
} catch [mscorlib]System.Object {
ldstr "In catch, unreached"
call void [System.Console]System.Console::WriteLine(class [mscorlib]System.String)
leave.s done
}
done:
ldstr "Done!"
call void [System.Console]System.Console::WriteLine(class [mscorlib]System.String)
ldloc.s testLog
callvirt instance void [eh_common]TestUtil.TestLog::StopRecording()
ldloc.s testLog
callvirt instance int32 [eh_common]TestUtil.TestLog::VerifyOutput()
ret
}
}
| // 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 extern mscorlib
{
.ver 0:0:0:0
}
.assembly extern eh_common{}
.assembly 'severaldeadehregions'
{
.ver 0:0:0:0
}
.imagebase 0x00400000
.subsystem 0x00000003
.file alignment 512
.corflags 0x00000001
.class public auto ansi Test_severaldeadehregions extends [mscorlib] System.Object {
.method public static int32 main() {
.entrypoint
.maxstack 400
.locals init (int32 V_0,
int32 V_1,
class [mscorlib]System.IO.StringWriter expectedOut,
class [eh_common]TestUtil.TestLog testLog
)
newobj instance void [mscorlib]System.IO.StringWriter::.ctor()
stloc.s expectedOut
ldloc.s expectedOut
ldstr "In try"
callvirt instance void [mscorlib]System.IO.TextWriter::WriteLine(string)
ldloc.s expectedOut
ldstr "Done!"
callvirt instance void [mscorlib]System.IO.TextWriter::WriteLine(string)
ldloc.s expectedOut
newobj instance void [eh_common]TestUtil.TestLog::.ctor(object)
stloc.s testLog
ldloc.s testLog
callvirt instance void [eh_common]TestUtil.TestLog::StartRecording()
ldc.i4 0xffff63c0
stloc.0
.try {
ldstr "In try"
call void [System.Console]System.Console::WriteLine(class [mscorlib]System.String)
br skip
.try {
L:
ldstr "In inner try, unreached"
call void [System.Console]System.Console::WriteLine(class [mscorlib]System.String)
leave done
try_start: ldstr "In try"
call void [System.Console]System.Console::WriteLine(string)
leave done
.try
{
ldstr "In try"
call void [System.Console]System.Console::WriteLine(string)
leave done
}
fault
{
ldstr "In fault"
call void [System.Console]System.Console::WriteLine(string)
endfault
}
filter_begin: pop
ldstr "In filter"
call void [System.Console]System.Console::WriteLine(string)
ldc.i4.1
endfilter
handler_begin: pop
ldstr "In handler"
call void [System.Console]System.Console::WriteLine(string)
leave.s done
handler_end:
.try try_start to filter_begin filter filter_begin handler handler_begin to handler_end
leave.s done
} finally {
endfinally
.try {
ldstr "In finally, unreached"
call void [System.Console]System.Console::WriteLine(class [mscorlib]System.String)
L2:
br.s L2
} catch [mscorlib]System.Exception {
leave.s L3
}
L3:
endfinally
}
.try {
ldstr "Unreached"
call void [System.Console]System.Console::WriteLine(class [mscorlib]System.String)
leave.s done
} catch [mscorlib]System.Exception {
leave.s done
}
.try {
ldstr "Unreached"
call void [System.Console]System.Console::WriteLine(class [mscorlib]System.String)
leave.s done
} catch [mscorlib]System.Exception {
leave.s done
}
.try {
ldstr "Unreached"
call void [System.Console]System.Console::WriteLine(class [mscorlib]System.String)
leave.s done
} catch [mscorlib]System.Exception {
leave.s done
}
.try {
ldstr "Unreached"
call void [System.Console]System.Console::WriteLine(class [mscorlib]System.String)
leave.s done
} catch [mscorlib]System.Exception {
leave.s done
}
.try {
ldstr "Unreached"
call void [System.Console]System.Console::WriteLine(class [mscorlib]System.String)
leave.s done
} catch [mscorlib]System.Exception {
leave.s done
}
.try {
ldstr "Unreached"
call void [System.Console]System.Console::WriteLine(class [mscorlib]System.String)
leave.s done
} catch [mscorlib]System.Exception {
leave.s done
}
skip:
leave.s done
} catch [mscorlib]System.Object {
ldstr "In catch, unreached"
call void [System.Console]System.Console::WriteLine(class [mscorlib]System.String)
leave.s done
}
done:
ldstr "Done!"
call void [System.Console]System.Console::WriteLine(class [mscorlib]System.String)
ldloc.s testLog
callvirt instance void [eh_common]TestUtil.TestLog::StopRecording()
ldloc.s testLog
callvirt instance int32 [eh_common]TestUtil.TestLog::VerifyOutput()
ret
}
}
| -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 |