Fichiers
rocm-systems/projects/hip/tests/src
Vladislav Sytchenko 8efcca49c9 SWDEV-232428 - Fix hipPrintSpecifiers test failure on Windows
The following snippets has different behaviour based on platform.

printf("%p", 0x123abc);
Linux   -> 0x123abc
Windows -> 123ABC

printf("%p", nullptr);
Linux   -> (nil)
Windows -> 0000000000000000

%p specifier according to C spec is implementation defined, so we need
to adjust the reference string to be correct on Windows.

Change-Id: I7059fa0f6cde611718bd76655637670fcbccf43c


[ROCm/hip commit: 1c08fb58d0]
2021-03-08 18:11:33 -05:00
..
2021-01-05 10:39:31 -05:00
2021-01-08 10:53:34 -05:00
2021-03-04 15:07:38 -05:00
2021-01-08 10:53:34 -05:00
2021-01-05 10:39:31 -05:00
2016-01-26 20:14:33 -06:00
2021-01-08 10:53:34 -05:00
2016-04-20 12:25:40 -05:00