mirror of
git://nv-tegra.nvidia.com/linux-nvgpu.git
synced 2025-12-22 17:36:20 +03:00
gpu: nvgpu: whitelist worker.test_enqueue test
- Seeing intermittent failures with test_enqueue test in GVS, so skipping this test. Bug 3038298 Change-Id: I814bce82cc436a4b8bea537aeb9d24caf4f1338a Signed-off-by: Seeta Rama Raju <srajum@nvidia.com> Reviewed-on: https://git-master.nvidia.com/r/c/linux-nvgpu/+/2368088 Tested-by: mobile promotions <svcmobile_promotions@nvidia.com> Reviewed-by: automaticguardword <automaticguardword@nvidia.com> Reviewed-by: Alex Waterman <alexw@nvidia.com> Reviewed-by: mobile promotions <svcmobile_promotions@nvidia.com>
This commit is contained in:
committed by
Alex Waterman
parent
b3b968b423
commit
ec5ed9fd79
@@ -1095,5 +1095,4 @@ test_nvgpu_insert_mapped_buf.nvgpu_insert_mapped_buf=0
|
|||||||
[worker]
|
[worker]
|
||||||
test_branches.branches=0
|
test_branches.branches=0
|
||||||
test_deinit.deinit=0
|
test_deinit.deinit=0
|
||||||
test_enqueue.enqueue=0
|
|
||||||
test_init.init=0
|
test_init.init=0
|
||||||
|
|||||||
@@ -343,7 +343,7 @@ int test_deinit(struct unit_module *m, struct gk20a *g, void *args)
|
|||||||
|
|
||||||
struct unit_module_test worker_tests[] = {
|
struct unit_module_test worker_tests[] = {
|
||||||
UNIT_TEST(init, test_init, NULL, 0),
|
UNIT_TEST(init, test_init, NULL, 0),
|
||||||
UNIT_TEST(enqueue, test_enqueue, NULL, 0),
|
UNIT_TEST(enqueue, test_enqueue, NULL, 1),
|
||||||
UNIT_TEST(branches, test_branches, NULL, 0),
|
UNIT_TEST(branches, test_branches, NULL, 0),
|
||||||
UNIT_TEST(deinit, test_deinit, NULL, 0),
|
UNIT_TEST(deinit, test_deinit, NULL, 0),
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user