Reenable Memory_Max_Mem test

Change-Id: I2da50f886cd8d28d0f9ad8b8f77cfa13d392bf01


[ROCm/ROCR-Runtime commit: 81c923b26f]
This commit is contained in:
Chris Freehill
2018-02-13 17:37:25 -06:00
parent 942295129d
commit 827e36d1b8
@@ -134,10 +134,6 @@ TEST(rocrtst, Test_Example) {
RunGenericTest(&tst);
}
// Temporarily disable this test until hsa_init()/hsa_shut_down() works
// 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, IPC) {
IPCTest ipc;
RunGenericTest(&ipc);
@@ -150,10 +146,8 @@ TEST(rocrtstFunc, MemoryAccessTests) {
mt.GPUAccessToCPUMemoryTest();
RunCustomTestEpilog(&mt);
}
// 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) {
TEST(rocrtstFunc, Memory_Max_Mem) {
MemoryTest mt;
RunCustomTestProlog(&mt);