Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions test/CppTests/Tests/ExpressionTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,9 @@ public void SetExpressionOnVariable(ITestSettings settings)
[Theory]
[DependsOnTest(nameof(CompileKitchenSinkForExpressionTests))]
[RequiresTestSettings]
// cppvsdbg allows expanding null pointers to support managed delegate expansion.
// Disabling this test for VsDbg since the assertion does not apply.
[UnsupportedDebugger(SupportedDebugger.VsDbg, SupportedArchitecture.x64 | SupportedArchitecture.x86)]
public void NullPointerNotExpandable(ITestSettings settings)
{
this.TestPurpose("Verify that a null pointer is not expandable in the variables view.");
Expand Down
Loading