This can make the error information more readable.

Signed-off-by: Yi Sun <[email protected]>

diff --git a/utests/utest_generator.py b/utests/utest_generator.py
index 626ac96..8d8eb3f 100644
--- a/utests/utest_generator.py
+++ b/utests/utest_generator.py
@@ -6,7 +6,7 @@ FLT_MIN_NEGA='-0x1.fffffep127f'
 FLT_MIN_POSI='0x1.0p-126f'
 FLT_MAX_NEGA='-0x1.0p-126f'
 
-paraTypeList={'float':'%.20f','int':'%d','double':'%lf','uint':'%d','string':'%s'}
+paraTypeList={'float':'%e','int':'%d','double':'%lf','uint':'%d','string':'%s'}
 
 
 def ulpUnit(ulpSize):
-- 
1.8.5.3

_______________________________________________
Beignet mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/beignet

Reply via email to