@@ -25,7 +25,7 @@ public class HDRP_Runtime_Graphics_Tests
2525 ) ]
2626 [ IgnoreGraphicsTest (
2727 "001-HDTemplate$" ,
28- "Huge divergence: missing textures, wrong tonemapping, wrong reflections, etc. Needs further investigation. " ,
28+ "Small issue with incorrect rendering on bubble. Some half overflow issue and flickering artifacts. Will need image update when fixed " ,
2929 runtimePlatforms : new RuntimePlatform [ ] { RuntimePlatform . Switch }
3030 ) ]
3131 [ IgnoreGraphicsTest (
@@ -44,22 +44,12 @@ public class HDRP_Runtime_Graphics_Tests
4444 "" ,
4545 graphicsDeviceTypes : new GraphicsDeviceType [ ] { GraphicsDeviceType . Metal }
4646 ) ]
47- [ IgnoreGraphicsTest (
48- "002-HDMaterials$" ,
49- "Multiple materials are fully black or completely missing." ,
50- runtimePlatforms : new RuntimePlatform [ ] { RuntimePlatform . Switch }
51- ) ]
5247 [ IgnoreGraphicsTest (
5348 "004-CloudsFlaresDecals$" ,
5449 "Area with cloud-coverage is blue on Intel-based MacOS (CI)." ,
5550 graphicsDeviceTypes : new [ ] { GraphicsDeviceType . Metal } ,
5651 architectures : new [ ] { Architecture . X64 }
5752 ) ]
58- [ IgnoreGraphicsTest (
59- "006-Compositor$" ,
60- "Quite different compositing results from the reference (strong shadows on the BG + character not-so blue)." ,
61- runtimePlatforms : new RuntimePlatform [ ] { RuntimePlatform . Switch }
62- ) ]
6353 [ IgnoreGraphicsTest (
6454 "007-BasicAPV$" ,
6555 "https://jira.unity3d.com/browse/UUM-54029" ,
@@ -69,12 +59,12 @@ public class HDRP_Runtime_Graphics_Tests
6959 [ IgnoreGraphicsTest (
7060 "011-HighQualityLines$" ,
7161 "Getting NVN_QUEUE_GET_ERROR_RESULT_GPU_ERROR_MMU_FAULT GPU Error. Needs further investigation." ,
72- runtimePlatforms : new RuntimePlatform [ ] { RuntimePlatform . Switch }
62+ runtimePlatforms : new RuntimePlatform [ ] { RuntimePlatform . Switch , RuntimePlatform . Switch2 }
7363 ) ]
7464 [ IgnoreGraphicsTest (
7565 "012-SVL_Check$" ,
7666 "https://jira.unity3d.com/browse/UUM-70791" ,
77- runtimePlatforms : new RuntimePlatform [ ] { RuntimePlatform . PS4 , RuntimePlatform . PS5 , RuntimePlatform . Switch }
67+ runtimePlatforms : new RuntimePlatform [ ] { RuntimePlatform . PS4 , RuntimePlatform . PS5 , RuntimePlatform . Switch , RuntimePlatform . Switch2 }
7868 ) ]
7969 public IEnumerator Run ( SceneGraphicsTestCase testCase )
8070 {
0 commit comments