Re-enable all the tests about the limits on inter-stage shader variables

Bug: dawn:2398
Change-Id: I274969b91092596e9873c1abff925d989c5bc313
Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/185721
Reviewed-by: Austin Eng <enga@chromium.org>
Reviewed-by: Corentin Wallez <cwallez@chromium.org>
Commit-Queue: Corentin Wallez <cwallez@chromium.org>
diff --git a/webgpu-cts/compat-expectations.txt b/webgpu-cts/compat-expectations.txt
index fd33976..e912e8f 100644
--- a/webgpu-cts/compat-expectations.txt
+++ b/webgpu-cts/compat-expectations.txt
@@ -143,14 +143,6 @@
 crbug.com/dawn/2502 [ intel-0x9bc5 linux mesa_ge_23.2 ] webgpu:api,operation,storage_texture,read_write:basic:format="r32uint";shaderStage="fragment";textureDimension="3d";depthOrArrayLayers=2 [ Failure ]
 crbug.com/dawn/2502 [ intel-0x9bc5 linux mesa_ge_23.2 ] webgpu:shader,execution,memory_model,atomicity:atomicity:memType="atomic_storage";testType="inter_workgroup" [ Failure ]
 
-# Tests on maxInterStageShaderVariables and maxInterStageShaderComponents need to be updated to
-# match the latest WebGPU SPEC
-# KEEP
-crbug.com/dawn/2398 webgpu:api,operation,adapter,requestDevice:limit,worse_than_default:limit="maxInterStageShaderComponents" [ Skip ]
-crbug.com/dawn/2398 webgpu:api,operation,adapter,requestDevice:limits,supported:limit="maxInterStageShaderComponents" [ Skip ]
-crbug.com/dawn/2398 webgpu:api,validation,capability_checks,limits,maxInterStageShaderComponents:* [ Skip ]
-crbug.com/dawn/2398 webgpu:api,validation,render_pipeline,inter_stage:max_components_count,* [ Skip ]
-
 ################################################################################
 # Failures due to splitting off worker tests (crbug.com/330501141)
 ################################################################################
diff --git a/webgpu-cts/expectations.txt b/webgpu-cts/expectations.txt
index c695006..b786af0 100644
--- a/webgpu-cts/expectations.txt
+++ b/webgpu-cts/expectations.txt
@@ -110,16 +110,6 @@
 crbug.com/1344876 [ webgpu-adapter-swiftshader win ] webgpu:web_platform,copyToTexture,canvas:copy_contents_from_gl_context_canvas:* [ Skip ]
 
 ################################################################################
-# Tests on maxInterStageShaderVariables and maxInterStageShaderComponents need
-# to be updated to match the latest WebGPU SPEC
-# KEEP
-################################################################################
-crbug.com/dawn/2398 webgpu:api,operation,adapter,requestDevice:limit,worse_than_default:limit="maxInterStageShaderComponents" [ Skip ]
-crbug.com/dawn/2398 webgpu:api,operation,adapter,requestDevice:limits,supported:limit="maxInterStageShaderComponents" [ Skip ]
-crbug.com/dawn/2398 webgpu:api,validation,capability_checks,limits,maxInterStageShaderComponents:* [ Skip ]
-crbug.com/dawn/2398 webgpu:api,validation,render_pipeline,inter_stage:max_components_count,* [ Skip ]
-
-################################################################################
 # SharedWorker is not available on Android
 # KEEP
 ################################################################################