Skip to content

Commit 3405fc6

Browse files
Adrian1066Evergreen
authored andcommitted
Re-enabled Switch VT tests
1 parent 6e0729f commit 3405fc6

3 files changed

Lines changed: 70 additions & 9 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
version https://git-lfs.github.com/spec/v1
2-
oid sha256:75322e26c3f689659347bb760430f3150dd2f941864fed28a07cbeec215eb905
2+
oid sha256:5f1dcd4564a3f3c7a124f0589fd794a44635866e92449ee0207f1dde2bb0f0f0
33
size 163338

Tests/SRPTests/Projects/HDRP_RuntimeTests/Assets/Tests/HDRP_Runtime_Graphics_Tests.cs

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,8 @@ public IEnumerable UnityOneTimeSetUp()
6767
)]
6868
[IgnoreGraphicsTest(
6969
"003-VirtualTexturing$",
70-
"https://jira.unity3d.com/browse/UUM-131182 Both Switches fail on MultiThreaded (pass on Native Jobs)",
71-
RuntimePlatform.Switch, RuntimePlatform.Switch2, RuntimePlatform.PS4, // Also unstable on PS4: https://jira.unity3d.com/browse/UUM-135501
72-
RenderingThreadingMode.MultiThreaded
73-
)]
74-
[IgnoreGraphicsTest(
75-
"003-VirtualTexturing-Forward$",
76-
"https://jira.unity3d.com/browse/UUM-131182 Switch fails on MultiThreaded (pass on Native Jobs)",
77-
RuntimePlatform.Switch,
70+
"https://jira.unity3d.com/browse/UUM-135501 Unstable on PS4",
71+
RuntimePlatform.PS4,
7872
RenderingThreadingMode.MultiThreaded
7973
)]
8074
[IgnoreGraphicsTest(
Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,67 @@
1+
%YAML 1.1
2+
%TAG !u! tag:unity3d.com,2011:
3+
--- !u!114 &1
4+
MonoBehaviour:
5+
m_ObjectHideFlags: 53
6+
m_CorrespondingSourceObject: {fileID: 0}
7+
m_PrefabInstance: {fileID: 0}
8+
m_PrefabAsset: {fileID: 0}
9+
m_GameObject: {fileID: 0}
10+
m_Enabled: 1
11+
m_EditorHideFlags: 0
12+
m_Script: {fileID: 21014, guid: 0000000000000000e000000000000000, type: 0}
13+
m_Name:
14+
m_EditorClassIdentifier: UnityEditor.Switch2.Extensions.dll::UnityEditor.Switch2.Switch2PlayerSettings
15+
m_SettingsVersion: 1
16+
m_SocketConfigEnabled: 0
17+
m_SocketMemoryPoolSize: 6144
18+
m_SocketAllocatorPoolSize: 128
19+
m_SocketConcurrencyLimit: 14
20+
m_TcpInitialSendBufferSize: 32
21+
m_TcpInitialReceiveBufferSize: 64
22+
m_TcpAutoSendBufferSizeMax: 256
23+
m_TcpAutoReceiveBufferSizeMax: 256
24+
m_UdpSendBufferSize: 9
25+
m_UdpReceiveBufferSize: 42
26+
m_SocketBufferEfficiency: 4
27+
m_SocketInitializeEnabled: 1
28+
m_NetworkInterfaceManagerInitializeEnabled: 1
29+
m_HTCSForPlayerConnectionDisabled: 0
30+
m_LTOSetting: 0
31+
m_UseCPUProfiler: 0
32+
m_EnableFileSystemTrace: 0
33+
m_PrimaryQueueCommandMemory: 4194304
34+
m_PrimaryQueueControlMemory: 65536
35+
m_PrimaryQueueComputeMemory: 262144
36+
m_ComputeQueueCommandMemory: 4194304
37+
m_ComputeQueueControlMemory: 16384
38+
m_ComputeQueueComputeMemory: 262144
39+
m_NVNShaderPoolsGranularity: 33554432
40+
m_NVNDefaultPoolsGranularity: 16777216
41+
m_NVNOtherPoolsGranularity: 16777216
42+
m_GpuScratchPoolGranularity: 2097152
43+
m_AllowGpuScratchShrinking: 0
44+
m_NVNMaxPublicTextureIDCount: 0
45+
m_NVNMaxPublicSamplerIDCount: 0
46+
m_KMaxWorkerMultiple: 8
47+
m_DisableAsyncCompute: 0
48+
m_EnableNxLegacyTextureLayout: 0
49+
m_ExperimentalNvnDeviceInitializeDlssFlag: 0
50+
m_CompilerFlags:
51+
-
52+
m_NMETAOverride:
53+
m_ScreenResolutionBehavior: 2
54+
m_NativeFsCacheSize: 32
55+
m_IsHoldTypeHorizontal: 1
56+
m_SupportedNpadCount: 8
57+
m_EnableTouchScreen: 1
58+
m_NSODependencies:
59+
m_MicroSleepForYieldTime: 25
60+
m_EnableRamDiskSupport: 0
61+
m_RamDiskSpaceSize: 12
62+
m_DockedResolution: 1
63+
m_HandheldResolution: 1
64+
m_SupportedNpadStyles: 4118
65+
m_ExtendedStructuredBufferBindings: 0
66+
m_CaStoreSource: 0
67+
m_CaStoreFilePath:

0 commit comments

Comments
 (0)