diff options
author | Jamie Liu <jamieliu@google.com> | 2020-08-25 09:56:07 -0700 |
---|---|---|
committer | Andrei Vagin <avagin@gmail.com> | 2020-09-09 17:53:10 -0700 |
commit | 4480329d091cf2e8fc16cbe0ed155783e53db20f (patch) | |
tree | bb0ff108cd4afa641c8d878002426bc794b24da8 /pkg/sentry/fs/splice.go | |
parent | d04e4579ec37cb66bc756749bfb7235501225c2f (diff) |
Disable PHP disk space tests.
These tests print disk_free_space()/disk_total_space() and expect the printed
result to be an integer (despite the fact that both the documented and returned
type is float). After cl/297213789, free/total disk space on tmpfs is
sufficiently large that PHP prints the result in scientific notation instead:
========DIFF========
012+ float(9.2233720368548E+18)
013+ float(9.2233720368548E+18)
012- float(%d)
013- float(%d)
========DONE========
FAIL disk_total_space() and disk_free_space() tests [ext/standard/tests/file/disk.phpt]
PiperOrigin-RevId: 328349906
Diffstat (limited to 'pkg/sentry/fs/splice.go')
0 files changed, 0 insertions, 0 deletions