Skip to content

Commit 77dcfd7

Browse files
iassiourclaude
andcommitted
Disable grid dim validation tests on Linux (cherry-pick from #5939)
These tests depend on grid dim validation removed by PR #5929. Disable them on amd_linux until the validation is restored. Co-Authored-By: Claude Opus 4 (1M context) <noreply@anthropic.com>
1 parent 2313947 commit 77dcfd7

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

projects/hip-tests/catch/config/configs/unit/kernel.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,3 +83,7 @@ kernel:
8383
Unit_ConfigureCall_CheckParams:
8484
<<: *level_2
8585
tags: [launch]
86+
Unit_hipGridLaunch_ExceedMaxGridDim_Negative:
87+
<<: *level_2
88+
disabled: [amd_windows, amd_linux]
89+
tags: [launch]

projects/hip-tests/catch/config/configs/unit/module.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ module:
3131
Unit_hipModuleLaunchKernel_Negative_Parameters:
3232
<<: *level_2
3333
# Below tests are failing PSDB
34-
disabled: [amd_windows]
34+
disabled: [amd_windows, amd_linux]
3535
tags: [launch]
3636
Unit_hipModuleLaunchKernel_Fntl:
3737
<<: *level_2
@@ -292,7 +292,7 @@ module:
292292
Unit_hipExtModuleLaunchKernel_Negative_Parameters:
293293
<<: *level_2
294294
# Below tests are failing PSDB
295-
disabled: [amd_windows]
295+
disabled: [amd_windows, amd_linux]
296296
tags: [launch]
297297
Unit_hipExtModuleLaunchKernel_Functional:
298298
<<: *level_2

0 commit comments

Comments
 (0)