From a4bc830f61e8248d87ca50ba933f881fd2cdde40 Mon Sep 17 00:00:00 2001 From: Chris Freehill Date: Mon, 2 Oct 2017 23:17:50 -0500 Subject: [PATCH] Temporarily diable Max Memory alloc. test Change-Id: I13cfc77bd5b823354e60a3023356255c72c1fd6c [ROCm/ROCR-Runtime commit: 0adfe5a18e173c024f63267b349f78acb276fc26] --- projects/rocr-runtime/rocrtst/suites/test_common/main.cc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/projects/rocr-runtime/rocrtst/suites/test_common/main.cc b/projects/rocr-runtime/rocrtst/suites/test_common/main.cc index 935aa26174..8b4cbdeab6 100755 --- a/projects/rocr-runtime/rocrtst/suites/test_common/main.cc +++ b/projects/rocr-runtime/rocrtst/suites/test_common/main.cc @@ -137,7 +137,10 @@ TEST(rocrtstFunc, DISABLED_IPC) { RunGenericTest(&ipc); } -TEST(rocrtstFunc, Memory_Max_Mem) { +// Temporarily disable this test until hsa_shut_down() is (probably not the +// same as with the IPC test above) is addressed. To override the disable, +// run with --gtest-also_run_disabled_tests flag. +TEST(rocrtstFunc, DISABLED_Memory_Max_Mem) { MemoryTest mt; RunCustomTestProlog(&mt);