[tint][hlsl] Update skipped DXC e2e expectations

Issue #5294 is now fixed and these tests are passing

Change-Id: I45d2e0e3a3143b614c2445d410e2cdc583902353
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/201595
Reviewed-by: dan sinclair <dsinclair@chromium.org>
Commit-Queue: Natalie Chouinard <chouinard@google.com>
diff --git a/test/tint/out_of_order_decls/array/struct.wgsl.expected.dxc.hlsl b/test/tint/out_of_order_decls/array/struct.wgsl.expected.dxc.hlsl
index e79b6f0..e61f287 100644
--- a/test/tint/out_of_order_decls/array/struct.wgsl.expected.dxc.hlsl
+++ b/test/tint/out_of_order_decls/array/struct.wgsl.expected.dxc.hlsl
@@ -1,5 +1,3 @@
-SKIP: hlsl-dxc validation fails on debug builds due to https://github.com/microsoft/DirectXShaderCompiler/issues/5294
-
 struct S {
   int m;
 };
diff --git a/test/tint/ptr_ref/load/param/private/struct_in_array.wgsl.expected.dxc.hlsl b/test/tint/ptr_ref/load/param/private/struct_in_array.wgsl.expected.dxc.hlsl
index 67b3ec4..822323d 100644
--- a/test/tint/ptr_ref/load/param/private/struct_in_array.wgsl.expected.dxc.hlsl
+++ b/test/tint/ptr_ref/load/param/private/struct_in_array.wgsl.expected.dxc.hlsl
@@ -1,5 +1,3 @@
-SKIP: hlsl-dxc validation fails on debug builds due to https://github.com/microsoft/DirectXShaderCompiler/issues/5294
-
 struct str {
   int i;
 };
diff --git a/test/tint/ptr_ref/store/param/private/struct_in_array.wgsl.expected.dxc.hlsl b/test/tint/ptr_ref/store/param/private/struct_in_array.wgsl.expected.dxc.hlsl
index 0d1635c..5eff375 100644
--- a/test/tint/ptr_ref/store/param/private/struct_in_array.wgsl.expected.dxc.hlsl
+++ b/test/tint/ptr_ref/store/param/private/struct_in_array.wgsl.expected.dxc.hlsl
@@ -1,5 +1,3 @@
-SKIP: hlsl-dxc validation fails on debug builds due to https://github.com/microsoft/DirectXShaderCompiler/issues/5294
-
 struct str {
   int i;
 };