Lines Matching full:too
4 # Test case for VDI header corruption; image too large, and too many blocks.
66 # check for image size too large
74 echo "Test 2: Size too large (512 TB - 128 MB + 64 kB)"
75 # This should be too large (-EINVAL):
80 echo "Test 3: Size valid (64M), but Blocks In Image too small (63)"
82 # too small
85 # so 63 should be too small and give us -ENOTSUP
104 echo "Test 6: Block Size != 1MB; too small test (1MB - 1)"
105 poke_file "$TEST_IMG" "$bs_offset" "\xff\xff\x0f\x00" # invalid (too small)
108 echo "Test 7: Block Size != 1MB; too large test (1MB + 64KB)"
109 poke_file "$TEST_IMG" "$bs_offset" "\x00\x00\x11\x00" # invalid (too large)