What version of Racket are you using?
v8.5.0.2 [cs]
What program did you run?
(define input (bytes #x7f #x80 #x01 #x01))
(equal? input (real->floating-point-bytes (floating-point-bytes->real input #t 0 4) 4 #t))
What should have happened?
It should have answered #t, but it answered #f, because real->floating-point-bytes yielded (bytes #x7f #xc0 #x01 #x01).
Please include any other relevant details
x86_64 Debian linux.