gvisor/test/runtimes
Jamie Liu 10fa583c36 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
2020-08-25 09:57:59 -07:00
..
proctor [runtime tests] Fix nodejs runtime tests. 2020-08-04 09:51:13 -07:00
runner [runtime tests] Enhance java runtime test. 2020-07-31 16:01:36 -07:00
BUILD Add bzl_library rules for .bzl files without one. 2020-08-06 12:10:49 -07:00
defs.bzl Add bzl_library rules for .bzl files without one. 2020-08-06 12:10:49 -07:00
exclude_go1.12.csv [runtime tests] go language test enhancement 2020-07-30 10:26:09 -07:00
exclude_java11.csv [runtime tests] Exclude failing python and java tests 2020-08-06 11:08:50 -07:00
exclude_nodejs12.4.0.csv [runtime tests] Exclude flaky/failing tests 2020-08-07 12:07:46 -07:00
exclude_php7.3.6.csv Disable PHP disk space tests. 2020-08-25 09:57:59 -07:00
exclude_python3.7.3.csv [runtime tests] Exclude failing python and java tests 2020-08-06 11:08:50 -07:00