mirror of
https://github.com/netbirdio/gvisor.git
synced 2026-05-22 17:12:49 -07:00
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
This commit is contained in:
@@ -13,6 +13,13 @@ ext/session/tests/session_set_save_handler_class_018.phpt,,
|
||||
ext/session/tests/session_set_save_handler_iface_003.phpt,,
|
||||
ext/session/tests/session_set_save_handler_sid_001.phpt,,
|
||||
ext/session/tests/session_set_save_handler_variation4.phpt,,
|
||||
ext/standard/tests/file/disk.phpt,,Test bug
|
||||
ext/standard/tests/file/disk_free_space_basic.phpt,,Test bug
|
||||
ext/standard/tests/file/disk_free_space_error.phpt,,Test bug
|
||||
ext/standard/tests/file/disk_free_space_variation.phpt,,Test bug
|
||||
ext/standard/tests/file/disk_total_space_basic.phpt,,Test bug
|
||||
ext/standard/tests/file/disk_total_space_error.phpt,,Test bug
|
||||
ext/standard/tests/file/disk_total_space_variation.phpt,,Test bug
|
||||
ext/standard/tests/file/fopen_variation19.phpt,b/162894964,
|
||||
ext/standard/tests/file/lstat_stat_variation14.phpt,,Flaky
|
||||
ext/standard/tests/file/php_fd_wrapper_01.phpt,,
|
||||
|
||||
|
Reference in New Issue
Block a user