test: separate diagnostic apparatus from release gates
This commit is contained in:
parent
8f490240d4
commit
c1a905004a
33 changed files with 527 additions and 24 deletions
|
|
@ -244,7 +244,8 @@ public class Issue176177DungeonSeamInspectionTests
|
|||
/// light exposed it.
|
||||
/// </summary>
|
||||
[Fact]
|
||||
public void CorridorNeighborhood_CoplanarOverlappingDrawnPolyPairs()
|
||||
[Trait("Purpose", "Diagnostic")]
|
||||
public void Diagnostic_CorridorNeighborhood_CoplanarOverlappingDrawnPolyPairs()
|
||||
{
|
||||
var datDir = ResolveDatDir();
|
||||
if (datDir is null) { _out.WriteLine("SKIP: no dat dir"); return; }
|
||||
|
|
@ -470,7 +471,8 @@ public class Issue176177DungeonSeamInspectionTests
|
|||
[InlineData(0x8A02016Eu)] // corridor cells — the striped-floor screenshot area
|
||||
[InlineData(0x8A02017Au)]
|
||||
[InlineData(0x8A020165u)]
|
||||
public void UnderHall_DrawnPolys_SurfaceColors(uint cellId)
|
||||
[Trait("Purpose", "Diagnostic")]
|
||||
public void Diagnostic_UnderHall_DrawnPolys_SurfaceColors(uint cellId)
|
||||
{
|
||||
var datDir = ResolveDatDir();
|
||||
if (datDir is null) { _out.WriteLine("SKIP: no dat dir"); return; }
|
||||
|
|
@ -635,6 +637,7 @@ public class Issue176177DungeonSeamInspectionTests
|
|||
[Theory]
|
||||
[InlineData(0x8A02015Eu)] // #176 repro corridor
|
||||
[InlineData(0x8A02016Eu)] // corridor with floor-portals
|
||||
[Trait("Purpose", "Diagnostic")]
|
||||
public void CellVertexNormals_SmoothOrFaceted_Dump(uint cellId)
|
||||
{
|
||||
var datDir = ResolveDatDir();
|
||||
|
|
|
|||
|
|
@ -50,6 +50,7 @@ public class Issue93TownNetworkFountainRoomLightInspectionTests
|
|||
[InlineData(0x00070146u)]
|
||||
[InlineData(0x00070155u)]
|
||||
[InlineData(0x00070157u)]
|
||||
[Trait("Purpose", "Diagnostic")]
|
||||
public void StaticObjects_SetupLightsCount_Dump(uint cellId)
|
||||
{
|
||||
var datDir = ResolveDatDir();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue