Skip to content

Commit

Permalink
Pull new tests (NestedTypesImport, Nav{Root,Parent}Recursive)
Browse files Browse the repository at this point in the history
  • Loading branch information
generalmimon committed Mar 18, 2024
1 parent 4a36392 commit db221f3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion runtime/perl
Submodule perl updated 1 files
+1 −1 lib/IO/KaitaiStruct.pm
2 changes: 1 addition & 1 deletion tests
Submodule tests updated 88 files
+1 −4 aggregate/compare_with_prev
+13 −14 docker-ci
+15 −0 formats/nav_parent_recursive.ksy
+5 −4 formats/nav_parent_switch_cast.ksy
+14 −0 formats/nav_root_recursive.ksy
+15 −0 formats/nested_types_import.ksy
+1 −1 formats/params_call.ksy
+3 −3 formats/position_abs.ksy
+4 −4 formats/position_to_end.ksy
+14 −14 formats/repeat_until_complex.ksy
+3 −3 formats_err/encoding_str_warnings.ksy
+1 −1 formats_err/expr_bytes_to_s_arg0.ksy
+1 −1 formats_err/expr_bytes_to_s_arg2.ksy
+1 −1 formats_err/expr_bytes_to_s_type.ksy
+21 −0 formats_err/nav_parent_multi.ksy
+10 −0 formats_err/nav_parent_unused.ksy
+12 −0 formats_err/nav_parent_unused_import.ksy
+10 −0 formats_err/params_call_bad_type_subtype_import.ksy
+2 −2 formats_err/params_call_bad_type_subtype_local.ksy
+10 −0 formats_err/params_call_bad_type_top_import.ksy
+14 −0 formats_err/params_call_bad_type_top_local.ksy
+2 −2 formats_err/params_call_malformed.ksy
+10 −0 formats_err/params_call_too_many_subtype_import.ksy
+2 −2 formats_err/params_call_too_many_subtype_local.ksy
+10 −0 formats_err/params_call_too_many_top_import.ksy
+14 −0 formats_err/params_call_too_many_top_local.ksy
+9 −0 formats_err/params_def_subtype_imported.ksy
+7 −0 formats_err/params_def_top_imported.ksy
+60 −0 report-download-github
+14 −0 spec/construct/test_nav_parent_recursive.py
+14 −0 spec/construct/test_nav_root_recursive.py
+21 −0 spec/construct/test_nested_types_import.py
+3 −3 spec/construct/test_params_call.py
+20 −0 spec/cpp_stl_11/test_nav_parent_recursive.cpp
+20 −0 spec/cpp_stl_11/test_nav_root_recursive.cpp
+25 −0 spec/cpp_stl_11/test_nested_types_import.cpp
+3 −3 spec/cpp_stl_11/test_params_call.cpp
+20 −0 spec/cpp_stl_98/test_nav_parent_recursive.cpp
+20 −0 spec/cpp_stl_98/test_nav_root_recursive.cpp
+25 −0 spec/cpp_stl_98/test_nested_types_import.cpp
+3 −3 spec/cpp_stl_98/test_params_call.cpp
+21 −0 spec/csharp/kaitai_struct_csharp_tests/tests/SpecNavParentRecursive.cs
+21 −0 spec/csharp/kaitai_struct_csharp_tests/tests/SpecNavRootRecursive.cs
+28 −0 spec/csharp/kaitai_struct_csharp_tests/tests/SpecNestedTypesImport.cs
+3 −3 spec/csharp/kaitai_struct_csharp_tests/tests/SpecParamsCall.cs
+69 −0 spec/go/expr_fstring_0_test.go
+40 −0 spec/go/nav_parent_recursive_test.go
+40 −0 spec/go/nav_root_recursive_test.go
+43 −0 spec/go/nested_types_import_test.go
+2 −2 spec/go/params_call_test.go
+19 −0 spec/java/src/io/kaitai/struct/spec/TestNavParentRecursive.java
+19 −0 spec/java/src/io/kaitai/struct/spec/TestNavRootRecursive.java
+26 −0 spec/java/src/io/kaitai/struct/spec/TestNestedTypesImport.java
+4 −4 spec/java/src/io/kaitai/struct/spec/TestParamsCall.java
+12 −0 spec/javascript/test_nav_parent_recursive.js
+12 −0 spec/javascript/test_nav_root_recursive.js
+19 −0 spec/javascript/test_nested_types_import.js
+1 −1 spec/javascript/test_params_call.js
+13 −0 spec/ks/nav_parent_recursive.kst
+13 −0 spec/ks/nav_root_recursive.kst
+32 −0 spec/ks/nested_types_import.kst
+1 −1 spec/ks/params_call.kst
+16 −0 spec/lua/test_nav_parent_recursive.lua
+16 −0 spec/lua/test_nav_root_recursive.lua
+23 −0 spec/lua/test_nested_types_import.lua
+4 −4 spec/lua/test_params_call.lua
+12 −0 spec/nim/tnav_parent_recursive.nim
+12 −0 spec/nim/tnav_root_recursive.nim
+19 −0 spec/nim/tnested_types_import.nim
+2 −2 spec/nim/tparams_call.nim
+20 −0 spec/perl/TestNavParentRecursive.t
+20 −0 spec/perl/TestNavRootRecursive.t
+27 −0 spec/perl/TestNestedTypesImport.t
+4 −4 spec/perl/TestParamsCall.t
+15 −0 spec/php/NavParentRecursiveTest.php
+15 −0 spec/php/NavRootRecursiveTest.php
+22 −0 spec/php/NestedTypesImportTest.php
+3 −3 spec/php/ParamsCallTest.php
+12 −0 spec/python/test_nav_parent_recursive.py
+12 −0 spec/python/test_nav_root_recursive.py
+21 −0 spec/python/test_nested_types_import.py
+4 −4 spec/python/test_params_call.py
+13 −0 spec/ruby/nav_parent_recursive_spec.rb
+13 −0 spec/ruby/nav_root_recursive_spec.rb
+20 −0 spec/ruby/nested_types_import_spec.rb
+3 −3 spec/ruby/params_call_spec.rb
+17 −0 spec/rust/test_nested_types_import.rs
+3 −3 spec/rust/test_params_call.rs

0 comments on commit db221f3

Please sign in to comment.