Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.26 KB

emoji.md

File metadata and controls

36 lines (26 loc) · 1.26 KB

Emoji

Emoji are used within PDQTest to indicate progress and overall status at the request of PDQTest user. Emoji are great because by visually scanning for a distinctive symbol, the user is able to understand the overall test status without having to scan through all of the debug messages.

On windows, there is very limited support for Unicode in the terminal except in PowerShell ISE which is not compatible with PDK PDK-1168.

On windows, we fallback to output emoticons instead of Emoji

What do the emoji mean?

Progress

Description Linux Windows
Progress: Test passed 😬 :-)
Progress: Test failed 💣 ●~*
Overall Status: All tests passed 😎 =D
Overall Status: One or more tests failed 💩 ><(((*>
Slow operation 🐌 (-_-)zzz
Platform issue/limitation - (-_-)

Disabling emoji

In some cases it may be desirable to disable the emoji, in this case use the argument:

--disable-emoji

When running PDQTest