This website requires JavaScript.
Explore
Help
Sign In
d
/
freebsd-skq
Watch
1
Star
0
Fork
0
You've already forked freebsd-skq
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
f4cf3aa68b
freebsd-skq
/
usr.bin
/
hexdump
/
tests
/
d_hexdump_xflag_c_eb.out
5 lines
154 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add some basic tests for hexdump(1)'s various output flags. Formatting tests are omitted for this initial run as there are still some bugs to work out there. This covers -s flag testing on devices and non-devices that would have caught breakage found in PR 219173 as well as other subtle breakage caused locally. Reviewed by: cem, ngie Approved by: cem (acting co-mentor) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D11279
2017-07-13 03:52:54 +00:00
0000000 4141 4141 4141 4141 4141 4141 4141 4141
*
hexdump: tests: take into account byte order Hexdump test was failling on big endian systems when testing decimal, octal and hexa outputs as the tests were designed on a little endian system. This revision adds the two distinct flavors of output expected and determines at runtime which to compare against. Submitted by: Renato Riolino <renato.riolino_eldorado.org.br> MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D23191
2020-03-02 18:40:34 +00:00
0000020 4141 4141 4141 410a
Add some basic tests for hexdump(1)'s various output flags. Formatting tests are omitted for this initial run as there are still some bugs to work out there. This covers -s flag testing on devices and non-devices that would have caught breakage found in PR 219173 as well as other subtle breakage caused locally. Reviewed by: cem, ngie Approved by: cem (acting co-mentor) MFC after: 2 weeks Differential Revision: https://reviews.freebsd.org/D11279
2017-07-13 03:52:54 +00:00
0000028
Reference in New Issue
Copy Permalink