object-introspection/test
arsarwade 28b813c6db
Stop stubbing tuple (#224)
Summary:

Stubbing tuple without alignment info can cause failures. I added a test
case for this which failed before this fix but works now.

Test Plan:

Ran the test.
2023-07-11 09:10:40 -07:00
..
integration Stop stubbing tuple (#224) 2023-07-11 09:10:40 -07:00
ci.oid.toml Take list of pass-through types from config instead of hardcoding 2023-07-05 13:39:19 +01:00
CMakeLists.txt AddChildren: Filter out false children 2023-07-11 13:52:39 +01:00
integration_entry_doStuff_arg0.oid Initial commit 2022-12-19 06:37:51 -08:00
integration_entry_doStuff_this.oid Initial commit 2022-12-19 06:37:51 -08:00
integration_entry_inc_arg0.oid Initial commit 2022-12-19 06:37:51 -08:00
integration_mttest.cpp Fix warnings in test code 2023-05-23 10:36:42 +01:00
integration_return_incN_arg0.oid Initial commit 2022-12-19 06:37:51 -08:00
integration_sleepy.cpp Fix warnings in test code 2023-05-23 10:36:42 +01:00
integration.py integration_py: fix expected sizes 2023-05-31 19:00:10 +02:00
main.cpp Tests: Split common code out into type_graph_utils 2023-05-31 15:49:37 +01:00
mocks.h Unit Tests: Create MockSymbolService 2023-06-23 14:23:53 +01:00
mttest.h formatting: force pointers/references with the type 2023-03-24 20:18:18 +00:00
test_add_children.cpp AddChildren: Filter out false children 2023-07-11 13:52:39 +01:00
test_add_padding.cpp TypeGraph: Add "--tree-builder-v2" flag 2023-07-06 17:43:09 +01:00
test_alignment_calc.cpp TypeGraph: Switch from pointers to references 2023-07-06 17:24:33 +01:00
test_codegen.cpp TypeGraph: Switch from pointers to references 2023-07-06 17:24:33 +01:00
test_compiler.cpp move src directory to oi (#134) 2023-04-26 16:20:53 +01:00
test_container_info.cpp ContainerInfo: Move matcher regex construction to class ctor and add unit tests 2023-05-26 18:21:59 +01:00
test_drgn_parser.cpp DrgnParserTest: Split into reusable components 2023-07-11 13:52:39 +01:00
test_drgn_parser.h DrgnParserTest: Split into reusable components 2023-07-11 13:52:39 +01:00
test_flattener.cpp Flattener: Fix seg-fault in the case of specific bad DWARF 2023-07-11 13:52:15 +01:00
test_name_gen.cpp NameGen: Remove invalid characters from member names 2023-07-11 13:51:54 +01:00
test_parser.cpp move src directory to oi (#134) 2023-04-26 16:20:53 +01:00
test_remove_ignored.cpp TypeGraph: Switch from pointers to references 2023-07-06 17:24:33 +01:00
test_remove_top_level_pointer.cpp TypeGraph: Switch from pointers to references 2023-07-06 17:24:33 +01:00
test_topo_sorter.cpp TypeGraph: Switch from pointers to references 2023-07-06 17:24:33 +01:00
test_type_identifier.cpp TypeIdentifier: Preserve container types 2023-07-06 18:39:20 +01:00
type_graph_utils.cpp Flattener: Fix seg-fault in the case of specific bad DWARF 2023-07-11 13:52:15 +01:00
type_graph_utils.h Flattener: Fix seg-fault in the case of specific bad DWARF 2023-07-11 13:52:15 +01:00