Re-enable IPC test

Fix for  fixes this.

Change-Id: I63a8d1a16d5029f240f075bb97ab6a1156b5cab2


[ROCm/ROCR-Runtime commit: 473be763ff]
Tento commit je obsažen v:
Chris Freehill
2017-11-03 12:30:33 -05:00
rodič c52d3b6997
revize 62b331353a
+1 -1
Zobrazit soubor
@@ -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);
}