Add lots of tests (most of them fail so far)
authorBen Pfaff <blp@cs.stanford.edu>
Wed, 25 Jun 2025 21:48:54 +0000 (14:48 -0700)
committerBen Pfaff <blp@cs.stanford.edu>
Wed, 25 Jun 2025 21:48:54 +0000 (14:48 -0700)
commit92f3b4fa9bb2e2c239776d743a20052e0b5519ec
treedde323e828fb072fa0a533bffc23f8c6d9f098c9
parenta68a7259585e6afca7ae97b0772edb5076c647de
Add lots of tests (most of them fail so far)
90 files changed:
rust/pspp/src/dictionary.rs
rust/pspp/src/sys/cooked.rs
rust/pspp/src/sys/raw.rs
rust/pspp/src/sys/test.rs
rust/pspp/src/sys/testdata/bad_variable_name_in_long_string_value_label.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/bad_variable_name_in_long_string_value_label.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/bad_variable_name_in_variable_value_pair.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/bad_variable_name_in_variable_value_pair.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/bad_very_long_string_length.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/bad_very_long_string_length.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/bad_very_long_string_segment_width.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/bad_very_long_string_segment_width.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/duplicate_attribute_name.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/duplicate_attribute_name.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/duplicate_long_variable_name.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/duplicate_long_variable_name.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/duplicate_value_labels_type.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/duplicate_value_labels_type.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/fewer_data_records_than_indicated_by_file_header.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/fewer_data_records_than_indicated_by_file_header.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/integer_overflows_in_long_string_missing_values.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/integer_overflows_in_long_string_missing_values.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/missing_attribute_value.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/missing_attribute_value.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/missing_newline_after_variable_name_in_mrsets.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/missing_newline_after_variable_name_in_mrsets.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/missing_type_4_record.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/missing_type_4_record.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/mixed_variable_types_in_mrsets.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/mixed_variable_types_in_mrsets.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/null_dereference_skipping_bad_extension_record_18.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/null_dereference_skipping_bad_extension_record_18.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/partial_compressed_data_record.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/partial_compressed_data_record.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/partial_data_record_between_variables.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/partial_data_record_between_variables.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/partial_data_record_within_long_string.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/partial_data_record_within_long_string.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/too_many_value_labels.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/too_many_value_labels.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/type_4_record_names_long_string_variable.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/type_4_record_names_long_string_variable.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/unquoted_attribute_value.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/unquoted_attribute_value.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/value_label_variable_indexes_must_be_in_correct_range.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/value_label_variable_indexes_must_be_in_correct_range.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/value_label_variable_indexes_must_not_be_long_string_continuation.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/value_label_variable_indexes_must_not_be_long_string_continuation.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/value_label_with_no_associated_variables.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/value_label_with_no_associated_variables.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/variables_for_value_label_must_all_be_same_type.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/variables_for_value_label_must_all_be_same_type.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/wrong_display_alignment.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/wrong_display_alignment.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/wrong_display_measurement_level.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/wrong_display_measurement_level.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/wrong_display_parameter_count.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/wrong_display_parameter_count.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/wrong_display_parameter_size.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/wrong_display_parameter_size.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_bad_zheader_ofs.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_bad_zheader_ofs.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_bad_ztrailer_ofs.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_bad_ztrailer_ofs.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_compressed_sizes_don_t_add_up.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_compressed_sizes_don_t_add_up.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_compressed_sizes_dont_add_up.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_compressed_sizes_dont_add_up.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_compression_expands_data_too_much.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_compression_expands_data_too_much.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_invalid_ztrailer_len.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_invalid_ztrailer_len.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_uncompressed_size_block_size.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_uncompressed_size_block_size.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_wrong_block_size.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_wrong_block_size.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_wrong_compressed_ofs.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_wrong_compressed_ofs.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_wrong_n_blocks.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_wrong_n_blocks.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_wrong_uncompressed_ofs.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_wrong_uncompressed_ofs.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_wrong_ztrailer_bias.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_wrong_ztrailer_bias.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_wrong_ztrailer_len.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_wrong_ztrailer_len.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_wrong_ztrailer_zero.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/zcompressed_data_wrong_ztrailer_zero.sack [new file with mode: 0644]
rust/pspp/src/sys/testdata/zero_or_one_variable_in_mrset.expected [new file with mode: 0644]
rust/pspp/src/sys/testdata/zero_or_one_variable_in_mrset.sack [new file with mode: 0644]