From 62b331353a7fc0e7fa35dcf6107cec711ff51175 Mon Sep 17 00:00:00 2001 From: Chris Freehill Date: Fri, 3 Nov 2017 12:30:33 -0500 Subject: [PATCH] Re-enable IPC test Fix for fixes this. Change-Id: I63a8d1a16d5029f240f075bb97ab6a1156b5cab2 [ROCm/ROCR-Runtime commit: 473be763ff4718077fcc9e869908741dec8b2447] --- projects/rocr-runtime/rocrtst/suites/test_common/main.cc | 2 +- 1 file changed, 1 insertion(+), 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 f114b53c7e..d22245e0ca 100755 --- a/projects/rocr-runtime/rocrtst/suites/test_common/main.cc +++ b/projects/rocr-runtime/rocrtst/suites/test_common/main.cc @@ -131,7 +131,7 @@ TEST(rocrtst, Test_Example) { // simultaneously in 2 different processes (SWDEV-134085); The test can be run // by itself to test IPC and avoid the negative consequnces of the defect // mentioned. To do this, use the --gtest_also_run_disabled_tests flag. -TEST(rocrtstFunc, DISABLED_IPC) { +TEST(rocrtstFunc, IPC) { IPCTest ipc; RunGenericTest(&ipc); }