Update alltypes.options in dependent test cases
diff --git a/tests/fuzztest/alltypes_pointer.options b/tests/fuzztest/alltypes_pointer.options
index 7e3ad1e..c2942ed 100644
--- a/tests/fuzztest/alltypes_pointer.options
+++ b/tests/fuzztest/alltypes_pointer.options
@@ -1,3 +1,5 @@
 # Generate all fields as pointers.
 * type:FT_POINTER
 *.*fbytes fixed_length:true max_size:4
+*.*farray fixed_count:true max_count:5
+DescriptorSize8 descriptorsize:DS_8
diff --git a/tests/fuzztest/alltypes_proto3_pointer.options b/tests/fuzztest/alltypes_proto3_pointer.options
index e495787..a7d59bb 100644
--- a/tests/fuzztest/alltypes_proto3_pointer.options
+++ b/tests/fuzztest/alltypes_proto3_pointer.options
@@ -1,3 +1,5 @@
 * type:FT_POINTER
 *.*fbytes fixed_length:true max_size:4
 *.req_limits proto3_singular_msgs:true
+*.*farray fixed_count:true max_count:5
+DescriptorSize8 descriptorsize:DS_8
diff --git a/tests/fuzztest/alltypes_proto3_static.options b/tests/fuzztest/alltypes_proto3_static.options
index b90eb38..b1fdcd4 100644
--- a/tests/fuzztest/alltypes_proto3_static.options
+++ b/tests/fuzztest/alltypes_proto3_static.options
@@ -2,3 +2,5 @@
 * max_count:8
 *.*fbytes fixed_length:true max_size:4
 *.req_limits proto3_singular_msgs:true
+*.*farray fixed_count:true max_count:5
+DescriptorSize8 descriptorsize:DS_8
diff --git a/tests/fuzztest/alltypes_static.options b/tests/fuzztest/alltypes_static.options
index e197e1d..dc34415 100644
--- a/tests/fuzztest/alltypes_static.options
+++ b/tests/fuzztest/alltypes_static.options
@@ -2,3 +2,5 @@
 * max_count:8
 *.extensions type:FT_IGNORE
 *.*fbytes fixed_length:true max_size:4
+*.*farray fixed_count:true max_count:5
+DescriptorSize8 descriptorsize:DS_8
diff --git a/tests/io_errors/alltypes.options b/tests/io_errors/alltypes.options
index 0d5ab12..5d9f81e 100644
--- a/tests/io_errors/alltypes.options
+++ b/tests/io_errors/alltypes.options
@@ -1,3 +1,5 @@
 * max_size:16
 * max_count:5
 *.*fbytes fixed_length:true max_size:4
+*.*farray fixed_count:true max_count:5
+DescriptorSize8 descriptorsize:DS_8
diff --git a/tests/io_errors_pointers/alltypes.options b/tests/io_errors_pointers/alltypes.options
index 7e3ad1e..c2942ed 100644
--- a/tests/io_errors_pointers/alltypes.options
+++ b/tests/io_errors_pointers/alltypes.options
@@ -1,3 +1,5 @@
 # Generate all fields as pointers.
 * type:FT_POINTER
 *.*fbytes fixed_length:true max_size:4
+*.*farray fixed_count:true max_count:5
+DescriptorSize8 descriptorsize:DS_8
diff --git a/tests/without_64bit/alltypes.options b/tests/without_64bit/alltypes.options
index 0d5ab12..5d9f81e 100644
--- a/tests/without_64bit/alltypes.options
+++ b/tests/without_64bit/alltypes.options
@@ -1,3 +1,5 @@
 * max_size:16
 * max_count:5
 *.*fbytes fixed_length:true max_size:4
+*.*farray fixed_count:true max_count:5
+DescriptorSize8 descriptorsize:DS_8