removing the unnecessary hipGetLastError since its interfering with subsequent tests
Change-Id: I6f78a265dd7e55c7ac48913eb68be266f9163df5
[ROCm/hip-tests commit: 849cd91612]
- Implement negative tests for hipGetSymbolAddress
- Implement negative tests for hipGetSymbolSize
- Reimplement positive test for both apis
- Expand positive test with memcpy to and from symbol
- Disable test sections that cause a segfault in CUDA
[ROCm/hip-tests commit: bcdb3a7ece]
- Implement helper classes and functions for memory tests
- Remove c++14 standard constraint on memory tests
- Remove GenerateLinearAllocationFlagCombinations until finished
[ROCm/hip-tests commit: 77bc96131b]